Skip to content

Instantly share code, notes, and snippets.

@sstadelman
Last active November 16, 2019 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sstadelman/18ee4374b7e9b3f03727afd9706fe978 to your computer and use it in GitHub Desktop.
Save sstadelman/18ee4374b7e9b3f03727afd9706fe978 to your computer and use it in GitHub Desktop.
brew install cmake ninja
mkdir swift-source
cd swift-source
git clone git@github.com:apple/swift.git
./swift/utils/update-checkout --clone-with-ssh
cd swift
utils/build-script --release-debuginfo
cd ..
alias st=/Users/stan/github/swift-source/build/Ninja-RelWithDebInfoAssert/swift-macosx-x86_64/bin/sourcekitd-test
alias side=/Users/stan/github/swift-source/build/Ninja-RelWithDebInfoAssert/swift-macosx-x86_64/bin/swift-ide-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment