Skip to content

Releases: apple/swift-package-manager

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…

…ing semver dependencies

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
[PackageGraph] Fix package name validation for product target depende…

…ncies

The package name validation was wrong for product target dependencies
(`.product(name: "<product>", package: "<package>")`) as we were looking
up the package using its identity instead of the name. This completely
breaks package loading in 5.2 if a package wants to use a product from
a dependency that doesn't match the package name of that dependency.

<rdar://problem/59821906>

(cherry picked from commit e3a880b310e5ded7e19a0f8cb3ca91f5e1e777a9)

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.

0.3.0: Merge pull request #1768 from ahoppen/show-bin-path-4.2

20 Sep 16:57
235aacc
Compare
Choose a tag to compare
[4.2] Add option to show bin build directory (cherry-pick #1763)

swift-4.2.2-RELEASE: Merge pull request #1768 from ahoppen/show-bin-path-4.2

05 Feb 01:48
235aacc
Compare
Choose a tag to compare
[4.2] Add option to show bin build directory (cherry-pick #1763)

Swift 4.2.1 Release

10 Nov 17:29
235aacc
Compare
Choose a tag to compare
Merge pull request #1768 from ahoppen/show-bin-path-4.2

[4.2] Add option to show bin build directory (cherry-pick #1763)