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
WasmSDK: Copy swift-foundation headers and apinotes into the Swift SDK bundle (#129)
* WasmSDK: Copy swift-foundation headers and apinotes into the Swift SDK bundle
Those files are recently added to the toolchain, and they are required
to build Swift code that uses Foundation on WebAssembly.
We had been manually specifying the paths to copy from the target
package into the SDK, but we now build host-agnostic SDKS.
So we can just copy the whole `usr/lib` from the target Swift package
into the SDK bundle instead of adding individual new paths.
The host-specific build path is still used for 5.10 SDKs, so keep the
old code as is for now, but it will be removed in the future.
* Create swift.xctoolchain/usr directory before copying target package
---------
Co-authored-by: Max Desiatov <[email protected]>
0 commit comments