You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ All code will go through code review like in the other repositories related to t
14
14
`swift-nio-extras` part of the SwiftNIO 2 family of repositories and depends on the following:
15
15
16
16
-[`swift-nio`](https://github.com/apple/swift-nio), version 2.30.0 or better.
17
-
- Swift 5.4.
17
+
- Swift 5.5.2
18
18
-`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.
19
19
20
20
To depend on `swift-nio-extras`, put the following in the `dependencies` of your `Package.swift`:
@@ -25,7 +25,14 @@ To depend on `swift-nio-extras`, put the following in the `dependencies` of your
25
25
26
26
### Support for older Swift versions
27
27
28
-
Earlier versions of SwiftNIO (2.39.x and lower) and SwiftNIOExtras (1.10.x and lower) supported Swift 5.2 and 5.3, SwiftNIO (2.29.x and lower) and SwiftNIOExtras (1.9.x and lower) supported Swift 5.0 and 5.1.
28
+
The most recent versions of SwiftNIO Extras support Swift 5.5.2 and newer. The minimum Swift version supported by SwiftNIO Extras releases are detailed below:
29
+
30
+
SwiftNIO Extras | Minimum Swift Version
31
+
--------------------|----------------------
32
+
`1.0.0 ..< 1.10.0` | 5.0
33
+
`1.10.0 ..< 1.11.0` | 5.2
34
+
`1.11.0 ..< 1.14.0` | 5.4
35
+
`1.14.0 ...` | 5.5.2
29
36
30
37
On the [`nio-extras-0.1`](https://github.com/apple/swift-nio-extras/tree/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.
0 commit comments