Skip to content

bugfix release: resolves Xcode build failures due to the Swift package using unsafe flags

Compare
Choose a tag to compare
@heckj heckj released this 01 Jul 22:42
· 134 commits to main since this release
d448ddd

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

  • fix: changing unsafe flags from CI to LOCAL_BUILD by @heckj in #40

Full Changelog: 0.3.0...0.3.2