swift-server / swift-aws-lambda-runtime

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

Use explicit NIO imports #220

Closed fabianfett closed 3 years ago

fabianfett commented 3 years ago

With SwiftNIO 2.32.0, we now have explicit modules for generic NIO structures and the Posix implementations. This PR replaces all usages of import NIO with explicit import of NIOCore and NIOPosix.

fabianfett commented 3 years ago

Failing swift-main CI, because of an issue in SwiftNIO - not a blocker: https://github.com/apple/swift-nio/pull/1943