Last active
November 16, 2019 18:49
-
-
Save sstadelman/18ee4374b7e9b3f03727afd9706fe978 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install cmake ninja | |
mkdir swift-source | |
cd swift-source | |
git clone [email protected]: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