File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,15 @@ Swift toolchain that is installed and used to build and run the formatter:
2828| Xcode Release | Swift Version | ` swift-format ` Branch / Tags |
2929| :----------------| :-----------------------| :---------------------------------|
3030| – | Swift at ` main ` | ` main ` |
31+ | Xcode 13.3 | Swift 5.6 | ` release/5.6 ` / ` 0.50600.x ` |
3132| Xcode 13.0–13.2 | Swift 5.5 | ` swift-5.5-branch ` / ` 0.50500.x ` |
3233| Xcode 12.5 | Swift 5.4 | ` swift-5.4-branch ` / ` 0.50400.x ` |
3334| Xcode 12.0–12.4 | Swift 5.3 | ` swift-5.3-branch ` / ` 0.50300.x ` |
3435| Xcode 11.4–11.7 | Swift 5.2 | ` swift-5.2-branch ` / ` 0.50200.x ` |
3536| Xcode 11.0–11.3 | Swift 5.1 | ` swift-5.1-branch ` |
3637
37- For example, if you are using Xcode 13.1 (Swift 5.5 ), you will need
38- ` swift-format ` 0.50500 .0.
38+ For example, if you are using Xcode 13.3 (Swift 5.6 ), you will need
39+ ` swift-format ` 0.50600 .0.
3940
4041## Getting swift-format
4142
@@ -44,7 +45,7 @@ then once you have identified the version you need, you can check out the
4445source and build it using the following commands:
4546
4647``` sh
47- VERSION=0.50500 .0 # replace this with the version you need
48+ VERSION=0.50600 .0 # replace this with the version you need
4849git clone https://github.com/apple/swift-format.git
4950cd swift-format
5051git checkout " tags/$VERSION "
You can’t perform that action at this time.
0 commit comments