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:
28
28
| Xcode Release | Swift Version | ` swift-format ` Branch / Tags |
29
29
| :----------------| :-----------------------| :---------------------------------|
30
30
| – | Swift at ` main ` | ` main ` |
31
+ | Xcode 13.3 | Swift 5.6 | ` release/5.6 ` / ` 0.50600.x ` |
31
32
| Xcode 13.0–13.2 | Swift 5.5 | ` swift-5.5-branch ` / ` 0.50500.x ` |
32
33
| Xcode 12.5 | Swift 5.4 | ` swift-5.4-branch ` / ` 0.50400.x ` |
33
34
| Xcode 12.0–12.4 | Swift 5.3 | ` swift-5.3-branch ` / ` 0.50300.x ` |
34
35
| Xcode 11.4–11.7 | Swift 5.2 | ` swift-5.2-branch ` / ` 0.50200.x ` |
35
36
| Xcode 11.0–11.3 | Swift 5.1 | ` swift-5.1-branch ` |
36
37
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.
39
40
40
41
## Getting swift-format
41
42
@@ -44,7 +45,7 @@ then once you have identified the version you need, you can check out the
44
45
source and build it using the following commands:
45
46
46
47
``` 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
48
49
git clone https://github.com/apple/swift-format.git
49
50
cd swift-format
50
51
git checkout " tags/$VERSION "
You can’t perform that action at this time.
0 commit comments