Swift¶
Snapshot¶
- Install: add the
langs/swiftpackage through SwiftPM - Publication status: consumed from repo tags after a
swift-v*release publishes it. - Reactive primitive:
Combine - Naming idiom: camelCase
What To Reach For¶
Swift is the right fit when you want the same VMx lifecycle and conformance surface in a SwiftPM package, with SwiftUI adapters kept outside the core library boundary.
Pointers¶
- Flavor README: langs/swift/README.md
- Getting started guide: docs/getting-started/swift.md
- Example portfolio: Examples overview
- Flagship Notes Workspace: Notes Workspace
- SwiftUI recipe: docs/integration/swiftui.md
Current Example Coverage¶
- SwiftUI flagship:
examples/swift/notes-showcase/
The Swift flavor is at full library parity. Its current example surface is narrower than the other languages, but the flagship README points to the same cross-flavor scenario contract and parity matrix.