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
Cut swiftwasm-release/5.9 branch from XXX, where is the most recent upstream-merge before release/5.9 branch cut. And merge release/5.9 changes into the branch. e95edff
The fact that it splits out the ICU dependencies into a separate module could mean use cases like JSONDecoder/Encoder, NSAttributedString, etc. could be made available to devs without sacrificing binary size. That could address issues like #4171.
It should be possible to build swift-foundation manually with the 5.9 branch, but that might lead to conflicts if swift-corelibs-foundation is bundled with the toolchain. I'm not sure.
The brand-new foundation is still not completely compatible with the existing corelibs-foundation, so I don't have any plan to bundle it in the toolchain for now.
TODO
swiftwasm-release/5.9
branch from XXX, where is the most recent upstream-merge beforerelease/5.9
branch cut. And mergerelease/5.9
changes into the branch. e95edffgit branch swiftwasm-release/5.9 XXX
git checkout swiftwasm-release/5.9
git fetch apple release/5.9
git merge apple/release/5.9
update-checkout-config.json
TOOLCHAIN_CHANNEL
with5.9
in.github/workflows/build-toolchain.yml
docker pull ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04@sha256: e5f653f13176c6c3aee5b3b864001f6ccba06584881ea0343b3822b98b084a06
styleReferences
The text was updated successfully, but these errors were encountered: