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

The Concept Exercises and Practice Exercises use different versions of swift: 5.3 and 4.2 respectively. This will be confusing to the student and problematic for the test runner. The Practice...

help wanted

During my experience reviewing [Gigasecond](https://github.com/exercism/swift/tree/main/exercises/practice/gigasecond) exercise, I often notice how hard it's to work with custom date formats, time zones, and calendars. I suggest to: - Make input dates compatible...

Intended to resolve #146 To honor the problem spec, it seemed clear that a complete overhaul was needed, not just a reordering.

As part of resolving #354, I intend to improve the instructions.in the readme template and extract them into a `TrackInsert` markdown file (à la exercism/javascript@768c38ee4fcbf82700b346919c57548d4d609b2f). Before doing this, I felt...

Fixes #373 Tested locally in my browser. Should also work in production because the same fix (exercism/delphi#260) worked for the [Delphi track docs](https://exercism.io/tracks/delphi/installation).

Fixes CI builds. Issue seems to have been caused by a change in the GitHub API, according to [this PR in the go repo](https://github.com/exercism/go/pull/1343).

The extra space was easy enough to parse out, but as a sole anomaly not alluded to in the README, it appeared unintentional. When it produced an error for me,...

Without the appropriate formatting around the sharp and flat scales, this exercise is hard to understand (especially for someone with little or no music theory). For example: No Accidentals: C...

Added two tests that look for corner cases that I have had students trip up on. Single nucleotide strands, and strands that contain both valid and invalid nucleotides (current validation...

This issue describes how to implement the bit manipulation concept exercise for the Swift track. ## Getting started **Please please please read the docs before starting.** Posting PRs without reading...