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
[https://github.com/apple/swift-nio-ssl][repo-nio-ssl] <br> TLS (SSL) support | `from: "2.0.0"`
@@ -20,8 +20,6 @@ Repository | NIO 2 (Swift 5.7+)
20
20
[https://github.com/apple/swift-nio-transport-services][repo-nio-transport-services] <br> first-class support for macOS, iOS, tvOS, and watchOS | `from: "1.0.0"`
21
21
[https://github.com/apple/swift-nio-ssh][repo-nio-ssh] <br> SSH support | `.upToNextMinor(from: "0.2.0")`
22
22
23
-
NIO 2.29.0 and older support Swift 5.0+, NIO 2.39.0 and older support Swift 5.2+.
24
-
25
23
Within this repository we have a number of products that provide different functionality. This package contains the following products:
26
24
27
25
-`NIO`. This is an umbrella module exporting `NIOCore`, `NIOEmbedded` and `NIOPosix`.
@@ -73,10 +71,10 @@ This is the current version of SwiftNIO and will be supported for the foreseeabl
73
71
74
72
### Swift Versions
75
73
76
-
We commit to support the most recently released swift version (currently 5.10) and the last two minor releases before that unless this is impossible to do in one codebase.
77
-
In addition checks are run against the latest beta release (if any) as well as the nightly swift builds and the intent is that these should pass.
74
+
We commit to support the most recently released Swift version and the last two minor releases before that unless this is impossible to do in one codebase.
75
+
In addition checks are run against the latest beta release (if any) as well as the nightly Swift builds and the intent is that these should pass.
78
76
79
-
The most recent versions of SwiftNIO support Swift 5.9 and newer. The minimum Swift version supported by SwiftNIO releases are detailed below:
77
+
The minimum Swift version supported by SwiftNIO releases are detailed below:
0 commit comments