Skip to content

Commit 17af3cf

Browse files
committed
Bump swift-tools-version to 6.0
Since we're no longer directly testing with Swift 5.9 and 5.10, let's try to bump `swift-tools-version` to 6.0 to declare that these older versions are no longer supported.
1 parent 349caaf commit 17af3cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.9
1+
// swift-tools-version: 6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -116,8 +116,7 @@ let package = Package(
116116
.product(name: "Logging", package: "swift-log"),
117117
]
118118
),
119-
],
120-
swiftLanguageVersions: [.v5, .version("6")]
119+
]
121120
)
122121

123122
struct Configuration {

0 commit comments

Comments
 (0)