Skip to content

Releases: swiftlang/swift-llbuild

Swift 6.2.4 Release

14 Apr 22:15
073dff5

Choose a tag to compare

Swift 6.2.3 Release

14 Apr 22:15
073dff5

Choose a tag to compare

What's Changed

  • [Buildsystem] Replace pipes with shlex for command quoting by @da-viper in #1018

New Contributors

Full Changelog: swift-6.2.2-RELEASE...swift-6.2.3-RELEASE

Swift 6.3.1 Release

24 Apr 18:22
e38525a

Choose a tag to compare

Swift 6.3 Release

14 Apr 22:16
e38525a

Choose a tag to compare

What's Changed

  • Update OpenBSD support for swiftpm. by @3405691582 in #979
  • fix: typo in the word dependency by @MojtabaHs in #975
  • Rename posix_spawn_file_actions_addchdir polyfill by @jakepetroules in #982
  • Return ENOSYS for posix_spawn_file_actions_addchdir on older Android versions by @marcprux in #985
  • [FreeBSD] Fix target conditionals for FreeBSD aarch64 builds by @CodingCarpincho in #984
  • build: add support to vendor SQLite3 by @compnerd in #987
  • llbuildSwift: wire up dependencies only when available by @compnerd in #988
  • Add support for thread-safe chdir in process spawning by @jakepetroules in #981
  • Sync up posix_spawn_file_actions_addchdir_polyfill implementation between llbuild1 and llbuild3 by @jakepetroules in #993
  • [6.2] Sync up posix_spawn_file_actions_addchdir_polyfill implementation between llbuild1 and llbuild3 by @jakepetroules in #994
  • Update CODEOWNERS by @dmbryson in #995
  • Fix: Security vulnerability in grow_pod by @manhtdd in #990
  • Add an .editorconfig by @jakepetroules in #997
  • Fix ifdefs to properly guard process spawning code on iOS platforms by @jakepetroules in #998
  • build: ensure that dependencies are found for consumers by @compnerd in #1001
  • Remove pipes module from pseudo-swiftc test by @sookach in #1003
  • build: rename libllbuild to the proper liblibllbuild by @compnerd in #1005
  • use Win32 file APIs and widePath for file ops to support long filenames by @daveinglis in #1004
  • Revert "use Win32 file APIs and widePath for file ops to support long filenames" by @bnbarham in #1007
  • Remove /INCREMENTAL:NO flag for llbuild-tool and libllbuild targets on Windows by @jakepetroules in #1011
  • use widePath and _w variants on Windows for the file APIs by @daveinglis in #1008
  • Remove android-spawn linkage by @jakepetroules in #1015
  • Remove obsolete swift-build-tool tests by @owenv in #1016

New Contributors

Full Changelog: swift-6.2.4-RELEASE...swift-6.3-RELEASE

Swift 6.2.2 Release

14 Apr 22:14

Choose a tag to compare

Swift 6.2.1 Release

14 Apr 22:14

Choose a tag to compare

Swift 6.2 Release

14 Apr 22:13

Choose a tag to compare

What's Changed

  • [llbuild3] Add external CAS database interface by @dmbryson in #956
  • [llbuild3] Fix an issue which caused action cache misses to prevent b… by @cwakamo in #960
  • [llbuild3] Add support for passing a TCASDatabase to TEngine. by @cwakamo in #961
  • [llbuild3] fix up build settings by @dmbryson in #962
  • Skip ExtractAppIntentsMetadata when building with Xcode by @bnbarham in #963
  • Fix building on FreeBSD by @michael-yuji in #965
  • build: add additional target exports for static linking by @compnerd in #966
  • build: rename LLVMDemangle to llvmDemangle by @compnerd in #968
  • Add support for posix_spawn_file_actions_addchdir{_np} on FreeBSD, NetBSD, Android, QNX, and Musl by @jakepetroules in #969
  • Fix CMake warnings in llbuild by @etcwilde in #970
  • [llbuild3] Groundwork for Actions by @dmbryson in #971
  • OpenBSD gets backtrace from libexecinfo. by @3405691582 in #972
  • [llbuild3] initial locally executed actions support by @dmbryson in #973
  • [llbuild3] Fix x86 compile errors/warnings by @dmbryson in #974
  • [llbuild3] Flesh out handling of requests in cached task transitions by @dmbryson in #976
  • [llbuild3] Implement remote action support by @dmbryson in #977
  • [llbuild3] Add Ackermann test by @dmbryson in #978
  • [6.2] Rename posix_spawn_file_actions_addchdir polyfill by @bnbarham in #986
  • [6.2] Return ENOSYS for posix_spawn_file_actions_addchdir on older Android versions by @marcprux in #989
  • [6.2] Add support for thread-safe chdir in process spawning by @jakepetroules in #991
  • [6.2] fix: typo in the word dependency by @jakepetroules in #992
  • [6.2] Sync up posix_spawn_file_actions_addchdir_polyfill implementation between llbuild1 and llbuild3 by @jakepetroules in #996
  • Merge main into 6.2 by @jakepetroules in #999

New Contributors

Full Changelog: swift-6.1.3-RELEASE...swift-6.2-RELEASE

Swift 6.1.3 Release

14 Apr 22:13
4fc005b

Choose a tag to compare

Swift 6.1.2 Release

14 Apr 22:12
4fc005b

Choose a tag to compare

Swift 6.1.1 Release

24 May 08:02
4fc005b

Choose a tag to compare

Merge pull request #964 from bnbarham/cherry-skip-metadata

[6.1] Skip ExtractAppIntentsMetadata when building with Xcode