We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Install Docker. See the install instructions in the Docker documentation.
From the root of the Swift SDK
docker run -i -t -v $(pwd):/root/swift-sdk swiftdocker/swift:4.1 /bin/bash cd ~/swift-sdk swift package resolve && swift package clean swift build
To run all tests:
swift test
To run