Releases: sisoje/swift-declarative-openapi
Releases · sisoje/swift-declarative-openapi
Release list
1.0.0 — OpenAPI in, a pure Swift client
First release of swift-declarative-openapi: a code generator that turns an OpenAPI
document into a compile-checked BackendSpec for
swift-declarative-requests — the
whole backend as one closed Swift type with typed operations, models, and security gates.
▎ Token refresh is isolation-correct by construction: the executor captures #isolation at init (the same mechanism Task {} and SwiftUI's Binding use) and runs its single-flight gate there — a background call through the typed client still refreshes on the actor that owns the tokens, witnessed by tests.