Skip to content

Releases: swiftlang/swift-package-manager

Swift 6.0.3 Release

13 Dec 07:18
bc68941
Compare
Choose a tag to compare

What's Changed

  • [6.0] Disable part of a test that fails with Swift Testing in the toolchain. by @grynspan in #7901
  • [6.0][PackageModel] Toolchain: Split SwiftTesting flags between swift compiler and linker by @xedin in #7907
  • [6.0] Update package templates to use Swift Testing in the toolchain rather than as a package dependency. by @grynspan in #7910
  • [6.0] Temporarily disable new Swift Testing tests by @bnbarham in #7917
  • [6.0][PackageModel] Inject swift-testing flags only if toolchain is target… by @xedin in #7921
  • [6.0] Add 2024 Darwin OS versions to SupportedPlatforms by @MaxDesiatov in #7972
  • [6.0] Remove @MainActor from XCTest glue. by @grynspan in #7988
  • Bump the Swift version to 6.0.3 by @shahmishal in #8017
  • [6.0.3] Fix compiling test runners for Android by using the full overlay by @finagolfin in #8019
  • [6.0][PackageModel] UserToolchain: Add -F when building with CommandLineTools by @bnbarham in #8035
  • Disable SwiftVersion development mode by @bkhouri in #8074

Full Changelog: swift-6.0.2-RELEASE...swift-6.0.3-RELEASE

Swift 6.0.1 Release

16 Oct 10:08
dd22b6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: swift-6.0-RELEASE...swift-6.0.1-RELEASE

Swift 6.0 Release

16 Oct 10:08
5bd155f
Compare
Choose a tag to compare

What's Changed

Read more

Swift 5.10.1 Release

06 Jun 19:12
54d135f
Compare
Choose a tag to compare

What's Changed

Full Changelog: swift-5.10-RELEASE...swift-5.10.1-RELEASE

Swift 5.10 Release

06 Mar 15:00
Compare
Choose a tag to compare

Notable Changes

  • #7010

    On macOS, swift build and swift run now produce binaries that allow backtraces in debug builds. Pass SWIFT_BACKTRACE=enable=yes environment variable to enable backtraces on such binaries when running them.

  • #7101

    Binary artifacts are now cached alongside repository checkouts so they do not need to be re-downloaded across projects.

Merged Pull Requests

Read more

swift-5.9.2-RELEASE

19 Feb 12:02
2b7ebe6
Compare
Choose a tag to compare
Bump the Swift version to 5.9.2 (#7175)

0.6.0

31 Mar 15:49
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
[Package.swift] Require swift-llbuild and swift-tools-support-core us…

swift-5.1.5-RELEASE: Merge pull request #2663 from aciidb0mb3r/fix-install-name

25 Mar 09:38
61ed0e0
Compare
Choose a tag to compare
[bootstrap] Use the right install name for PackageDescription

Swift 5.2 Release

25 Mar 09:39
Compare
Choose a tag to compare
swift-5.2-RELEASE

[PackageGraph] Fix package name validation for product target depende…

0.5.0

25 Sep 20:41
Compare
Choose a tag to compare
[Package.swift] Require llbuild using a version-based dependency