swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.13k stars 102 forks source link

Remove dependency on _NIOConcurrency #229

Closed fabianfett closed 2 years ago

fabianfett commented 2 years ago

SwiftNIO 2.33.0 was just released. The _NIOConcurrency is now empty, since its functionality was moved to NIOCore. Remove the non API stable dependency.

fabianfett commented 2 years ago

Swift Nightly CI fails because of Sendable requirements. Not fixed in this pr.