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
Provides some basic detail for Swift cross-compilation SDKs, referencing
the installation links on swift.org, the evolution proposal, and the SDK
generator code.
resolves#8864, to finalize the documentation of the CLI commands
<!-- reference content for the CLI commands `swift package ...` -->
17
+
SDKs are tightly coupled with the toolchain used to create them.
18
+
Supported SDKs are distributed by the Swift project with links on the [installation page](https://www.swift.org/install/) for macOS and Linux, and included in the distribution for Windows.
19
+
20
+
Additionally, the Swift project provides the tooling repository [swift-sdk-generator](https://github.com/swiftlang/swift-sdk-generator) that you can use to create a custom SDK for your preferred platform.
0 commit comments