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
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: