Shipeasy
SDKsReferenceSwift

OpenFeature

The Swift SDK does not ship an OpenFeature provider. There is no OpenFeature module, provider type, or adapter in the package — the source tree contains no…

Generated from the SDK's own /docs/ — also served raw at https://shipeasy-ai.github.io/sdk-swift/pages/openfeature.md.

The Swift SDK does not ship an OpenFeature provider. There is no OpenFeature module, provider type, or adapter in the package — the source tree contains no OpenFeature integration (the Swift OpenFeature ecosystem is immature).

Use the native API instead:

let client = shipeasyClient()!
await client.identify(["user_id": "u_123"])
let enabled = await client.getFlag("new_checkout")

getFlag (with an optional default:) is the interop surface — see flags. If a Swift OpenFeature provider is something you need, file a request on shipeasy-ai/sdk-swift.

Was this page helpful?
Updated July 25, 2026