File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,11 @@ toolchain as a one-off, there are a couple of differences:
66
66
mkdir swift-project
67
67
cd swift-project
68
68
```
69
+
70
+ > ** Warning**
71
+ > Make sure the absolute path to your ` swift-project ` directory ** does not** contain spaces,
72
+ since that might cause issues during the build step.
73
+
69
74
2 . Clone the sources:
70
75
- Via SSH (recommended):
71
76
If you plan on contributing regularly, cloning over SSH provides a better
@@ -121,9 +126,6 @@ toolchain as a one-off, there are a couple of differences:
121
126
122
127
- If `update-checkout` failed, double-check that the absolute path to your
123
128
working directory does not have non-ASCII characters.
124
- - If `update-checkout` failed and the absolute path to your working directory
125
- had spaces in it, please [file a bug report][Swift Issues] and change the path
126
- to work around it.
127
129
- Before running `update-checkout`, double-check that `swift` is the only
128
130
repository inside the `swift-project` directory. Otherwise,
129
131
`update-checkout` may not clone the necessary dependencies.
You can’t perform that action at this time.
0 commit comments