You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0. Run Xcode with the latest toolchain. Follow (the instructions here)[https://oss.apple.com/download/#apple-platforms] to start Xcode with the correct toolchain.
26
+
0. Run Xcode with the latest toolchain. Follow [the instructions here](https://swift.org/download/#apple-platforms) to start Xcode with the correct toolchain.
27
27
0. Open `Foundation.xcworkspace`.
28
28
0. Build the _Foundation_ target. This builds CoreFoundation and Foundation.
29
29
@@ -38,7 +38,7 @@ You will need:
38
38
39
39
* A supported distribution of Linux. At this time, we support [Ubuntu 14.04 and Ubuntu 15.10](http://www.ubuntu.com).
40
40
41
-
To get started, follow the instructions on how to [build Swift](https://github.com/apple/swift#building-swift). Foundation is developed at the same time as the rest of Swift, so the most recent version of the `clang` and `swift` compilers are required in order to build it.
41
+
To get started, follow the instructions on how to [build Swift](https://github.com/apple/swift#building-swift). Foundation is developed at the same time as the rest of Swift, so the most recent version of the `clang` and `swift` compilers are required in order to build it. The easiest way to make sure you have all of the correct dependencies is to build everything together.
42
42
43
43
The default build script does not include Foundation. To build Foundation and XCTest as well, pass `--xctest --foundation` to the build script.
44
44
@@ -51,7 +51,7 @@ This will build and run the Foundation tests, in the Debug configuration.
51
51
After the complete Swift build has finished, you can iterate quickly on Foundation itself by simply invoking `ninja` in the Foundation directory.
0 commit comments