Skip to content

Commit c824e63

Browse files
authored
Lower swift-tools-version to 5.8 to prevent use of package (#7266)
Since use of `package` can introduce regressions in our CI, we should explicitly prevent it by lowering `swift-tools-version` to 5.8, which will make PRs using `package` fail. This is a temporary measure until CI issues are resolved.
1 parent 24bfdd1 commit c824e63

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.9
1+
// swift-tools-version:5.8
22

33
//===----------------------------------------------------------------------===//
44
//

0 commit comments

Comments
 (0)