@@ -276,9 +276,8 @@ Phew, that's a lot to digest! Now let's proceed to the actual build itself!
276276 on Linux, add the `--xctest` flag to `build-script`.
277277
278278In 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.
282281
283282### Troubleshooting build issues
284283
@@ -365,13 +364,13 @@ several more steps are necessary to set up this environment:
365364* Create a new Xcode workspace.
366365* Add the generated Xcode projects or Swift packages that are relevant to your
367366 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` .
370369 This project also includes the standard library and runtime sources. If you
371370 need the parts of the compiler that are implemented in Swift itself, add the
372371 ` swift/SwiftCompilerSources/Package.swift` package as well.
373372 * 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` .
375374 < ! -- FIXME: Without this " hard" line break, the note doesn’t get properly spaced from the bullet -->
376375 < br />
377376
0 commit comments