In order to run this project you need to:
- install
swiftenv
- download the latest snapshot of Swift by
$ swiftenv install 4.0-DEVELOPMENT-SNAPSHOT-2017-05-24-a
(26/05/2017) - use the latest snapshot locally by
$ swiftenv local 4.0-DEVELOPMENT-SNAPSHOT-2017-05-24-a
Swift-Sandbox
executable has a dependency on Swift-Sandbox-Model library, which contains a model structs and extensions.
To compile the executable run swift build
. Afterwards run executable by$ ./.build/debug/Swift-Sandbox
- that's it 🎉