I'm trying to install Swift 2.2 and the swift package manager on ubuntu 15.10.
When I take a look at the Swift Download Page there are 3 downloads available:
Swift 2.2
does not include the package managerTrunk Development (master)
includes the package manager, BUT is swift 3.0Swift 2.2.x Release Branch
does not include the package manager
What do I have to do to get Swift 2.2 with a working package manager?
Use an old trunk
build before they began to develop Swift 3.0
?
Grab the Swift 2.2
release package, build swift-lbuild to build swift-build-tool
in order to build swift-package-manager?