Skip to content

odaceo/lab-swift-package-manager-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab :: Swift Package Manager :: Library

License Build Status

Description

A Swift Library using a Swift System Module.

Prerequisites

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

Creating an empty library

To create an empty library use the following command:

swift package init --type library

Building the library

The build command produces the binary file:

swift build --configuration release

Testing the library

To launch the test use the following command:

swift test

Reporting Issues

Issues can be reported at https://github.com/odaceo/lab-swift-package-manager-library/issues

Source code

The source code is available at https://github.com/odaceo/lab-swift-package-manager-library

License

All the source code is distributed under ASL 2.0.

Copyright

© 2017 Odaceo. All rights reserved.