swift build command

I am not sure if I am missing something but the ubuntu 15.10 build on January 25 and February 3 are both missing the ./usr/bin/swift-build and the ./usr/bin/swift-build-tool executables. When I run the “swift build” command I get the error:

error: unable to invoke subcommand: /opt/swift/swift-2.2-SNAPSHOT-2016-02-03-a-ubuntu15.10/usr/bin/swift-build (No such file or directory)

Since it seems to be missing from the last two builds, I was wondering if it was going to be permanently removed and if so what should I be using instead.
Thanks,

Jon

I am not sure if I am missing something but the ubuntu 15.10 build on
January 25 and February 3 are both missing the ./usr/bin/swift-build and the
./usr/bin/swift-build-tool executables. When I run the “swift build”
command I get the error:

Hi Jon,

From https://swift.org/blog/swift-2-2-release-process/ :

The Swift Package Manager is still early in development and will not be included in this release.

Dmitri

···

On Sat, Feb 6, 2016 at 3:23 PM, Jon Hoffman via swift-users <swift-users@swift.org> wrote:

--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr@gmail.com>*/