You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`swiftc` and `swift-build-tool` are both executables provided as part of Swift downloadable snapshots, _they are **not** built from the sources in this repository_.
109
+
`swiftc` and `swift-build-tool` are both executables provided as part of Swift downloadable snapshots, _they are **not** built from the sources in this repository_.
110
110
111
111
3. Using a Swift snapshot, it is possible to use the package manager's support for generating an Xcode project. This project can then be used with the snapshot to develop within Xcode.
112
112
113
-
swift package generate-xcodeproj
113
+
swift package generate-xcodeproj
114
114
115
115
Note that either of the latter two options may not be compatible with the `master` branch when Swift language changes have caused it to move ahead of the latest available snapshot.
0 commit comments