Skip to content

Commit f9369af

Browse files
authored
Add instructions for building with swift 5.6 toolchains (#106)
1 parent 1656fd8 commit f9369af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ Finally, add `import AsyncAlgorithms` to your source code.
103103
1. Download the most recent development toolchain for your Linux distribution
104104
2. Decompress the archive to a path in which the `swift` executable is in the binary search path environment variable (`$PATH`)
105105
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
106111

107112
## Source Stability
108113

0 commit comments

Comments
 (0)