Closed
Description
TODO:
Testing with https://github.com/swiftwasm/swift/releases/tag/swift-wasm-5.10-SNAPSHOT-2024-05-30-a
- Check core libraries and tools are compatible with the toolchain
- Dispatch distribution workflow
gh workflow run manual-distribution.yml -f run-id=$RC_RUN_ID -f scheme=release-5.10 -f override-name=swift-wasm-5.10.1-RELEASE -f display-name="Swift for WebAssembly 5.10.1 Release $(date +'%Y-%m-%d')" -f display-name-short="Swift for WebAssembly 5.10.1 Release" -R swiftwasm/swift
(Replace $RC_RUN_ID
with the GitHub Actions run id for the release candidate build from swiftwasm-build)
After tagging the toolchain version
- Release a new version of JavaScriptKit https://github.com/swiftwasm/JavaScriptKit/releases/tag/0.19.3
- Release a new version of carton
- Push a new version of switwasm-docker
- Update the setup guide in https://github.com/swiftwasm/swiftwasm-book/blob/main/src/getting-started/setup.md
- Announcement blog post https://blog.swiftwasm.org/posts/5-10-released/
Current blockers
- [5.10] Fix test runner build on WASI swiftlang/swift-package-manager#7351
- [5.10] Fix non-tarballed SDK installation with remote URL (#7312) swiftlang/swift-package-manager#7321
- A new snapshot release on release-5.10 in https://swift.org/download
Please report any other issues found in the latest release snapshots to help us prioritize them.