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
Prefer FoundationEssentials where the toolchain exposes it, with a Foundation fallback for host SDKs that do not make FoundationEssentials directly importable.
Guard Distributed-dependent codec and registry APIs with canImport(Distributed) so the source models compiler capabilities rather than platform-named source variants.
Documentation
Added a platform support matrix: native Swift and standard WASM are supported and tested.
Embedded Swift WASM is explicitly unsupported with the current Swift 6.3.1 SDK because Codable, Foundation/FoundationEssentials, and Distributed are unavailable there.
Verification
xcrun swift build
swift build --swift-sdk swift-6.3.1-RELEASE_wasm
xcodebuild test -scheme swift-actor-runtime -destination platform=macOS