Skip to content

exercism/swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ErikSchierboommpizenberg
and
Feb 5, 2021
7136750 · Feb 5, 2021
Oct 14, 2020
Jun 21, 2015
Feb 5, 2021
Aug 22, 2020
Jan 29, 2021
Feb 5, 2021
Feb 5, 2021
May 27, 2020
Mar 28, 2017
Oct 3, 2018
Mar 12, 2018
Apr 25, 2019
Oct 4, 2018
May 29, 2017
Feb 27, 2019
Aug 4, 2018
Oct 1, 2018

Repository files navigation

xSwift

Exercism exercises in Swift

Contributing Guide

Please see the contributing guide

Swift Track

We use Travis CI to automatically run all the unit tests on the code that is going to be checked in. In addition we also have SwiftLint set up to make sure that the code is consistent across all exercises. Please run swiftlint autocorrect --format on your code before submitting a PR. Check the travis file to see which version of swift we are testing against. Make sure all the tests pass locally using the swift package manager. Keep in mind that we support Linux so the tests need to also pass on linux on Travis.