Skip to content

Commit 140be96

Browse files
authored
Enable strict concurrency checking for NIOHTTP1Client (#3131)
### Motivation: To ensure `NIOHTTP1Client` concurrency safety. ### Modifications: * Enable strict concurrency checking in the package manifest. ### Result: Builds will warn and CI will fail if regressions are introduced.
1 parent de47bf8 commit 140be96

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
@@ -330,7 +330,8 @@ let package = Package(
330330
"NIOHTTP1",
331331
"NIOConcurrencyHelpers",
332332
],
333-
exclude: ["README.md"]
333+
exclude: ["README.md"],
334+
swiftSettings: strictConcurrencySettings
334335
),
335336
.executableTarget(
336337
name: "NIOChatServer",

0 commit comments

Comments
 (0)