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
In order to achieve feature parity with the current SwiftPM build system, we need to support cross-compilation using Swift SDKs. Based on initial experimentation it looks like we can bridge a Swift SDK to Swift Build's internal SDK and Toolchain abstraction to handle both tool discovery and selecting the right sysroot, etc.
The text was updated successfully, but these errors were encountered:
In order to achieve feature parity with the current SwiftPM build system, we need to support cross-compilation using Swift SDKs. Based on initial experimentation it looks like we can bridge a Swift SDK to Swift Build's internal
SDK
andToolchain
abstraction to handle both tool discovery and selecting the right sysroot, etc.The text was updated successfully, but these errors were encountered: