Re: [swift-users] Guide on how to use Swift Package Manager

2016-08-13 Thread Ankit Agarwal via swift-users
There has been some progress towards better documentation, but there is still a lot to be done. Here are some current references (which might need updates..) https://github.com/apple/swift-package-manager/blob/master/Documentation/Usage.md#build-an-executable https://swift.org/package-manager/#exam

[swift-users] Guide on how to use Swift Package Manager

2016-08-13 Thread Adrian Brink via swift-users
Hi, so I would like to write a small CLI in Swift and use the Swift Package Manager. However, I have a hard time finding resources that explain, which versions of Swift support it exactly, what the init command is and where to go from there. All I have found are these two resources: