Skip to content

Releases: swiftlang/swift-package-manager

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

0.4.0: Update dependency requirement of llbuild

13 Jun 19:42
Compare
Choose a tag to compare
This updates dependency on llbuild to be at 0.1.0 so SwiftPM can be used
as a package dependency.