File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Try the suggestions in
143
143
[ Troubleshooting build issues] ( /docs/HowToGuides/GettingStarted.md#troubleshooting-build-issues ) .
144
144
145
145
Make sure you are using the
146
- [ correct release] ( /docs/HowToGuides/GettingStared .md#installing-dependencies )
146
+ [ correct release] ( /docs/HowToGuides/GettingStarted .md#installing-dependencies )
147
147
of Xcode.
148
148
149
149
If you have changed Xcode versions but still encounter errors that appear to
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ toolchain as a one-off, there are a couple of differences:
19
19
- [ Ubuntu Linux] ( #ubuntu-linux )
20
20
- [ Building the project for the first time] ( #building-the-project-for-the-first-time )
21
21
- [ Spot check dependencies] ( #spot-check-dependencies )
22
- - [ Understanding the pieces ] ( #understanding- the-pieces )
22
+ - [ The roles of different tools ] ( #the-roles-of-different-tools )
23
23
- [ The actual build] ( #the-actual-build )
24
24
- [ Troubleshooting build issues] ( #troubleshooting-build-issues )
25
25
- [ Editing code] ( #editing-code )
@@ -373,7 +373,7 @@ The codebase is your oyster!
373
373
374
374
Now that you have made some changes, you will need to rebuild...
375
375
376
- ### Incremental rebuilds with Ninja
376
+ ### Incremental builds with Ninja
377
377
378
378
To rebuild the compiler:
379
379
```sh
@@ -503,7 +503,7 @@ utils/build-script --release-debuginfo --debug-swift # other flags...
503
503
# debug Stdlib + optimized Swiftc + optimized Clang/LLVM
504
504
utils/build-script --release-debuginfo --debug-swift-stdlib # other flags...
505
505
506
- # optimized Stdlib + debug Swiftc (expect typechecker) + optimized Clang/LLVM
506
+ # optimized Stdlib + debug Swiftc (except typechecker) + optimized Clang/LLVM
507
507
utils/build-script --release-debuginfo --debug-swift --force-optimized-typechecker
508
508
509
509
# Last resort option, it is highly unlikely that you will need this
You can’t perform that action at this time.
0 commit comments