@@ -276,9 +276,8 @@ Phew, that's a lot to digest! Now let's proceed to the actual build itself!
276
276
on Linux, add the `--xctest` flag to `build-script`.
277
277
278
278
In the following sections, for simplicity, we will assume that you are using a
279
- `Ninja-RelWithDebInfoAssert` build on macOS running on an Intel-based Mac,
280
- unless explicitly mentioned otherwise. You will need to slightly tweak the paths
281
- for other build configurations.
279
+ `Ninja-RelWithDebInfoAssert` build on macOS, unless explicitly mentioned otherwise.
280
+ You will need to slightly tweak the paths for other build configurations.
282
281
283
282
### Troubleshooting build issues
284
283
@@ -365,13 +364,13 @@ several more steps are necessary to set up this environment:
365
364
* Create a new Xcode workspace.
366
365
* Add the generated Xcode projects or Swift packages that are relevant to your
367
366
tasks to your workspace. All the Xcode projects can be found among the
368
- build artifacts under ` build/Xcode-ReleaseAssert ` . For example:
369
- * If you are aiming for the compiler, add ` build/Xcode-ReleaseAssert /swift-macosx-* /Swift.xcodeproj` .
367
+ build artifacts under ` build/Xcode-* / ` . For example:
368
+ * If you are aiming for the compiler, add ` build/Xcode-* /swift-macosx-* /Swift.xcodeproj` .
370
369
This project also includes the standard library and runtime sources. If you
371
370
need the parts of the compiler that are implemented in Swift itself, add the
372
371
` swift/SwiftCompilerSources/Package.swift` package as well.
373
372
* If you are aiming for just the standard library or runtime, add
374
- ` build/Xcode-ReleaseAssert /swift-macosx-* /stdlib/Swift-stdlib.xcodeproj` .
373
+ ` build/Xcode-* /swift-macosx-* /stdlib/Swift-stdlib.xcodeproj` .
375
374
< ! -- FIXME: Without this " hard" line break, the note doesn’t get properly spaced from the bullet -->
376
375
< br />
377
376
0 commit comments