bugfix release: resolves Xcode build failures due to the Swift package using unsafe flags
Bugfix release. Functionally identical to the 0.3.0 release, with the small update that constrains exposing the unsafe flags listed in the Package manifest for broader concurrency safety checking to builds that expose a LOCAL_BUILD
environment variable, previously exposed with the CI
environment variable. This should prevent the failure of app builds through Xcode using this package when building on CI environments such as GitHub, which automatically assign the CI
environment.
What's Changed
Full Changelog: 0.3.0...0.3.2