Skip to content

Swift

Snapshot

  • Install: add the langs/swift package 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

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.