Contents

apple/swift-nio-extras

Useful code around SwiftNIO.

Code Quality / Stability

All code will go through code review like in the other repositories related to the SwiftNIO project.

swift-nio-extras part of the SwiftNIO 2 family of repositories and depends on the following:

  • swift-nio, version 2.30.0 or better.
  • Swift 5.7.1
  • zlib and its development headers installed on the system. But don't worry, you'll find zlib on pretty much any UNIX system that can compile any sort of code.

To depend on swift-nio-extras, put the following in the dependencies of your Package.swift:

.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.0.0"),

Support for older Swift versions

The most recent versions of SwiftNIO Extras support Swift 5.7.1 and newer. The minimum Swift version supported by SwiftNIO Extras releases are detailed below:

SwiftNIO Extras | Minimum Swift Version --------------------|---------------------- 1.0.0 ..< 1.10.0 | 5.0 1.10.0 ..< 1.11.0 | 5.2 1.11.0 ..< 1.14.0 | 5.4 1.14.0 ..< 1.19.0 | 5.5.2 1.19.0 ..< 1.20.0 | 5.6 1.20.0 ..< 1.23.0 | 5.7.1 1.23.0 ..< 1.27.0 | 5.8 1.27.0 ..< 1.30.0 | 5.10 1.30.0 ..< 1.34.0 | 6.0 1.34.0 ..< | 6.1

On the nio-extras-0.1 branch, you can find the swift-nio-extras version for the SwiftNIO 1 family. It requires Swift 4.1 or better.

Current Contents

a server by notifying user code when all previously open connections have closed.

Package Metadata

Repository: apple/swift-nio-extras

Homepage: https://swiftpackageindex.com/apple/swift-nio-extras/main/documentation/nioextras

Stars: 250

Forks: 92

Open issues: 26

Default branch: main

Primary language: swift

License: Apache-2.0

Topics: swift5, swiftnio

README: README.md