Skip to content

v1.1.0

Compare
Choose a tag to compare
@kabiroberai kabiroberai released this 14 Nov 07:00
· 10 commits to main since this release
  • Added support for using xcodebuild instead of swift build on macOS hosts. (#14)
    • This re-introduces support for cross-compilation, which was broken in 1.0 due the usage of macros: apple/swift-package-manager#6950.
    • Consequently, it's presently only possible to cross-compile from macOS to other Darwin destinations. This restriction will be lifted once SwiftPM supports cross-compilation with macros.
  • Enable Strict Concurrency on the NodeAPI package internally, using enableExperimentalFeature. Removes the last (potential) reference to unsafeFlags to unblock splitting this repo into a JS builder and a NodeAPI Swift Package.