Skip to content

1.25.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 13:20
· 27 commits to main since this release
75e8622

1.25.0 (2024-08-13)

Features

Possible to pass arbitrary flags to swiftc, e.g:

swift package --disable-sandbox benchmark --target Basic --Xswiftc lto=llvm-full --Xswiftc experimental-hermetic-seal-at-link
  • minor: Support swiftc option passthrough (#262) (75e8622)