## Summary Ship the public Swift embedder SDK required by reference-apps #114. ## Depends on - Spec 068 approval. ## Definition of Done - [ ] Versioned Swift Package exposes every Spec 068 embedder operation, including compatible-capability start/stop/kill, with stable Swift-facing types. - [ ] It loads bundled runtime/manifests/capabilities and has no production dependency on `traverse-cli serve`. - [ ] It forwards runtime-owned output, state, and structured errors without UI/business-rule duplication. - [ ] It includes public API docs, compatibility policy, and deterministic test double. - [ ] It passes shared conformance plus iOS/macOS package tests. - [ ] iOS and macOS reference-app integration executes a bundled workflow without a sidecar. - [ ] Release evidence records package version, runtime-WASM digest, and conformance version. ## Unblocks - reference-apps #114 after #111 and #112 are also complete.
Summary
Ship the public Swift embedder SDK required by reference-apps #114.
Depends on
Definition of Done
traverse-cli serve.Unblocks