I was trying to figure out how to work in Xcode with an in-development version of Swift, and I spent hours crawling around the web and our docs folder before stumbling on this file. Knowing how to do this is important for anyone working on Swift and especially important if they need to test changes that may affect swift-corelibs-foundation. In other words, it should be referenced prominently both from somewhere like https://swift.org/contributing/
and from https://github.com/apple/swift-corelibs-foundation/blob/master/Docs/GettingStarted.md
Also, there need to be instructions for what to do with the results of running this script. I find both swift-nightly-install/Library/Developer/Toolchains/swift-LOCAL-2017-07-23-a.xctoolchain swift-nightly-symroot/Library/Developer/Toolchains/swift-LOCAL-2017-07-23-a.xctoolchain. Which one should I use, and how should I use it?
Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | Project Infrastructure | |Labels | Bug, Documentation, Website | |Assignee | None | |Priority | Medium | md5: a390792da905e46a6c6931bbea15b5a3Issue Description:
I was trying to figure out how to work in Xcode with an in-development version of Swift, and I spent hours crawling around the web and our docs folder before stumbling on this file. Knowing how to do this is important for anyone working on Swift and especially important if they need to test changes that may affect swift-corelibs-foundation. In other words, it should be referenced prominently both from somewhere like https://swift.org/contributing/
and from https://github.com/apple/swift-corelibs-foundation/blob/master/Docs/GettingStarted.md
Also, there need to be instructions for what to do with the results of running this script. I find both
swift-nightly-install/Library/Developer/Toolchains/swift-LOCAL-2017-07-23-a.xctoolchain
swift-nightly-symroot/Library/Developer/Toolchains/swift-LOCAL-2017-07-23-a.xctoolchain
. Which one should I use, and how should I use it?