Steps for manually building a snapshot release
==============================================

1) Retrieve the latest snapshot, create original tarballs, and create build directory.

   Run the fetch_sources_and_prep_build.sh script,

     $ sh swiftlang/debian/fetch_sources_and_prep_build.sh

   which will retrieve the latest version for each Swift subproject (llvm,
   clang, lldb, etc.) from the main development (upstream github). and repack
   it as a set of tarballs.

2) Build the binary packages using.

     $ dpkg-source -b -i swiftlang

