Skip to content

Commit 6429cb4

Browse files
build: Enable strict concurrency checking
1 parent b40fc9b commit 6429cb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ let package = Package(
7676
.product(name: "VaporTesting", package: "vapor", condition: .when(traits: ["ServerVapor"])),
7777
]
7878
),
79-
]
79+
],
80+
swiftLanguageModes: [.v5, .version("6")]
8081
)

0 commit comments

Comments
 (0)