Skip to content

Releases: kabiroberai/node-swift

v1.1.4

16 Mar 10:50
Compare
Choose a tag to compare

Full Changelog: 1.1.3...1.1.4

v1.1.3

15 Nov 15:10
be772a1
Compare
Choose a tag to compare

XcodeBuilder_final_final.jpg

v1.1.2

15 Nov 09:23
Compare
Choose a tag to compare

Fixes incremental builds when using the Xcode builder.

v1.1.1

15 Nov 08:09
Compare
Choose a tag to compare

This release fixes broken symlinks within the module framework when using the xcode builder.

v1.1.0

14 Nov 07:00
Compare
Choose a tag to compare
  • 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.

v1.0.0

22 Sep 06:40
f181b8f
Compare
Choose a tag to compare

Now with 100% more macros!