Skip to content

Commit a849d50

Browse files
authored
Opt NIO module into Strict Concurrency (apple#3097)
Motivation: Honestly these little modules are pretty mechanical now. Modifications: Add the strict concurrency flags to a module with nothing in it. Result: Become even more automatic from way downtown.
1 parent 29c920d commit a849d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ let package = Package(
129129
"NIOCore",
130130
"NIOEmbedded",
131131
"NIOPosix",
132-
]
132+
],
133+
swiftSettings: strictConcurrencySettings
133134
),
134135
.target(
135136
name: "_NIOConcurrency",

0 commit comments

Comments
 (0)