Skip to content

Commit 82510b8

Browse files
authored
Bump swift-tools-version to 5.10 in Package.swift (#1924)
As Swift CI nodes use Swift 5.10 or later, we no longer need to maintain compatibility with Swift 5.7. This allows adopting features introduced in that span of versions, e.g. `package` access control.
1 parent c0cf9d5 commit 82510b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.7
1+
// swift-tools-version:5.10
22

33
import PackageDescription
44
import class Foundation.ProcessInfo

0 commit comments

Comments
 (0)