To get started, open the project in Xcode and build by Product -> Build.
OpenFeature is not keen on vendor-specific stuff in this library, but if there are changes that need to happen in the spec to enable vendor-specific stuff in user code or other extension points, check out the spec.
Code is automatically linted during build in Xcode, if you need to manually lint:
brew install swiftlint
swiftlint
You can automatically format your code using:
./scripts/swift-format
swift test