Skip to content

Commit

Permalink
Enable strict concurrency checking for NIOTLS
Browse files Browse the repository at this point in the history
Motivation:

To preserve NIOTLS concurrency safety.

Modifications:

Enable strict concurrency checking in the package manifest.

Result:

Builds will warn and CI will fail if regressions are introduced.
  • Loading branch information
rnro committed Feb 3, 2025
1 parent e2bfa2f commit 5f09136
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ let package = Package(
.target(name: "NIO", condition: .when(platforms: historicalNIOPosixDependencyRequired)),
"NIOCore",
swiftCollections,
]
],
swiftSettings: strictConcurrencySettings
),
.target(
name: "NIOTestUtils",
Expand Down

0 comments on commit 5f09136

Please sign in to comment.