apple / swift-nio

Event-driven network application framework for high performance protocol servers & clients, non-blocking.
https://swiftpackageindex.com/apple/swift-nio/documentation
Apache License 2.0
7.85k stars 633 forks source link

add support of swift 6.0 with "-strict-concurrency=complete" #2751

Open rainliu opened 1 week ago

rainliu commented 1 week ago

Expected behavior

SwiftNIO should support swift 6.0 build with "-strict-concurrency=complete"

Actual behavior

It failed to build: https://swiftpackageindex.com/apple/swift-nio/builds

Lukasa commented 1 week ago

Yes, this is on our roadmap. However, I don’t think it blocks any customer adoption, so for now we’re not rushing to get it done by the Swift 6 ship date.