Commits
Max Howell committed 2baf373990b
Remove swift-get (for now)
Functionally:
swift get http://foo.com
Is effectively identical to:
git clone http://foo.com foo
cd foo
swift build
Thus, to make our release story easier to understand, we are removing `swift get` (albeit maybe only briefly).
This will also allow us to revisit our ideas about the purpose of `swift get` and at who it is targeted.
In addition building Swift sources is now always done in the same way, which should remove any confusion about what is happening.