Skip to content

Commit d6deb37

Browse files
authored
Merge pull request swiftlang#32701 from Jumhyn/update-readme-7320
2 parents 4a49a26 + 7332619 commit d6deb37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ various products. These incremental builds are a big timesaver when developing
241241
and debugging.
242242

243243
cd ${SWIFT_BUILD_DIR}
244-
ninja swift
244+
ninja swift-frontend
245245

246246
This will build the Swift compiler, but will not rebuild the standard library or
247247
any other target. Building the `swift-stdlib` target as an additional layer of
@@ -258,7 +258,7 @@ To open the Swift project in Xcode, open `${SWIFT_BUILD_DIR}/Swift.xcodeproj`.
258258
It will auto-create a *lot* of schemes for all of the available targets. A
259259
common debug flow would involve:
260260

261-
- Select the 'swift' scheme.
261+
- Select the 'swift-frontend' scheme.
262262
- Pull up the scheme editor (⌘⇧<).
263263
- Select the 'Arguments' tab and click the '+'.
264264
- Add the command line options.

0 commit comments

Comments
 (0)