We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package_installer
1 parent 742f619 commit 966cb07Copy full SHA for 966cb07
install/macos/package_installer/index.md
@@ -25,7 +25,11 @@ Package Manager may be limited due to some [outstanding issues](https://github.c
25
26
0. Run the package installer,
27
which will install an Xcode toolchain into
28
- `/Library/Developer/Toolchains/`.
+ `~/Library/Developer/Toolchains/`:
29
+
30
+ ~~~ shell
31
+ installer -target CurrentUserHomeDirectory -pkg ~/Downloads/swift-DEVELOPMENT-SNAPSHOT-2025-02-26-a-osx.pkg
32
+ ~~~
33
34
An Xcode toolchain (`.xctoolchain`) includes a copy of the compiler, LLDB,
35
and other related tools needed to provide a cohesive development experience
0 commit comments