swift icon indicating copy to clipboard operation
swift copied to clipboard

Exercism exercises in Swift.

Results 85 swift issues
Sort by recently updated
recently updated
newest added

Specification states, "He answers 'Calm down, I know what I'm doing!' if you yell a question at him."

fix test blocking error: "warning: variable 'school' was never mutated; consider changing to 'let' constant"

Assuming that I am interpreting the [Bob exercise description](https://exercism.org/tracks/swift/exercises/bob) correctly, this will fix #521. Fixes #521

The [Bob Excercise](https://exercism.org/tracks/swift/exercises/bob) specifies that Bob responses to a yelled question (i.e., a question ASKED IN ALL CAPS) with _Calm down, I know what I'm doing!_, but the Swift test...

The exercise of updating a player's score has an undefined behavior that is a teachable opportunity. The undefined behavior is what should happen when an attempt is made to update...

It seems id bites should be started reading from right to left (from rightmost bit).

"leftmost bit" is the most significant bit, whereas the exercise is designed for least significant bit. https://github.com/exercism/swift/blob/91b329ac91bbbe5ac1b670c1e653c70af0d4c389/exercises/concept/bomb-defuser/.meta/Sources/BombDefuser/BombDefuserExemplar.swift#L18-L25 - https://en.wikipedia.org/wiki/Bit_numbering Upd: just have seen this discussed in #496

Hello dear Exercism team! Recently I stumbled upon a strange issue: when test of [FreelancerRates](https://exercism.org/tracks/swift/exercises/freelancer-rates/edit) exercises are run, no communication is provided on failure, please see the [screenshot](https://imgur.com/a/zI0i9lm). IMHO this...

This repository's `main` branch currently does not pass all CI checks. This makes detecting issues in PRs harder and might result in a broken track, and so is an important...

x:action/fix
x:knowledge/intermediate
x:type/ci
x:size/medium