We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1656fd8 commit f9369afCopy full SHA for f9369af
README.md
@@ -103,6 +103,11 @@ Finally, add `import AsyncAlgorithms` to your source code.
103
1. Download the most recent development toolchain for your Linux distribution
104
2. Decompress the archive to a path in which the `swift` executable is in the binary search path environment variable (`$PATH`)
105
3. In the `swift-async-algorithms` directory run `swift build` or `swift test` accordingly
106
+
107
+### Building with Swift 5.6
108
109
+ 1. `git checkout swift-5.6`
110
+ 2. run `swift build` or `swift test` accordingly
111
112
## Source Stability
113
0 commit comments