A Swift Library using a Swift System Module.
Vagrant must be installed on your computer to mount the workbench for this project.
Open a Terminal and run the following commands:
vagrant up
vagrant ssh
cd /vagrant
To create an empty library use the following command:
swift package init --type library
The build command produces the binary file:
swift build --configuration release
To launch the test use the following command:
swift test
Issues can be reported at https://github.com/odaceo/lab-swift-package-manager-library/issues
The source code is available at https://github.com/odaceo/lab-swift-package-manager-library
All the source code is distributed under ASL 2.0.
© 2017 Odaceo. All rights reserved.