Skip to content

0.6.0

Latest

Choose a tag to compare

@1amageek 1amageek released this 27 Jun 18:41

Changed

  • 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