Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion install/macos/package_installer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ Package Manager may be limited due to some [outstanding issues](https://github.c

0. Run the package installer,
which will install an Xcode toolchain into
`/Library/Developer/Toolchains/`.
`~/Library/Developer/Toolchains/`:

~~~ shell
installer -target CurrentUserHomeDirectory -pkg ~/Downloads/swift-DEVELOPMENT-SNAPSHOT-2025-02-26-a-osx.pkg
~~~

An Xcode toolchain (`.xctoolchain`) includes a copy of the compiler, LLDB,
and other related tools needed to provide a cohesive development experience
Expand Down