@@ -174,26 +174,19 @@ Clone the following repositories beside the SwiftPM directory:
174
174
$> git clone https://github.com/apple/swift-tools-support-core
175
175
```
176
176
177
- 4 . [ Yams] and checkout tag with the [ latest version] ( https://github.com/jpsim/Yams.git/tags ) before 5.0.0.
178
-
179
- For example, if the latest tag is 4.0.6:
180
- ``` sh
181
- $> git clone https://github.com/jpsim/yams --branch 4.0.6
182
- ```
183
-
184
- 5 . [ swift-driver]
177
+ 4 . [ swift-driver]
185
178
``` sh
186
179
$> git clone https://github.com/apple/swift-driver
187
180
```
188
181
189
- 6 . [ swift-system] and check out tag with the [ latest version] ( https://github.com/apple/swift-system/tags ) .
182
+ 5 . [ swift-system] and check out tag with the [ latest version] ( https://github.com/apple/swift-system/tags ) .
190
183
191
184
For example, if the latest tag is 1.0.0:
192
185
``` sh
193
186
$> git clone https://github.com/apple/swift-system --branch 1.0.0
194
187
```
195
188
196
- 7 . [swift-collections] and check out tag with the [latest version](https://github.com/apple/swift-collections/tags).
189
+ 6 . [swift-collections] and check out tag with the [latest version](https://github.com/apple/swift-collections/tags).
197
190
198
191
For example, if the latest tag is 1.0.1:
199
192
` ` ` sh
@@ -217,6 +210,16 @@ Clone the following repositories beside the SwiftPM directory:
217
210
$> git clone https://github.com/apple/swift-certificates
218
211
` ` `
219
212
213
+ 10. [swift-syntax]
214
+ ` ` ` sh
215
+ $> git clone https://github.com/swiftlang/swift-syntax
216
+ ` ` `
217
+
218
+ 11. [swift-toolchain-sqlite]
219
+ ` ` ` sh
220
+ $> git clone https://github.com/swiftlang/swift-toolchain-sqlite
221
+ ` ` `
222
+
220
223
[swift-argument-parser]: https://github.com/apple/swift-argument-parser
221
224
[swift-collections]: https://github.com/apple/swift-collections
222
225
[swift-driver]: https://github.com/apple/swift-driver
@@ -226,7 +229,8 @@ Clone the following repositories beside the SwiftPM directory:
226
229
[swift-crypto]: https://github.com/apple/swift-crypto
227
230
[swift-asn1]: https://github.com/apple/swift-asn1
228
231
[swift-certificates]: https://github.com/apple/swift-certificates
229
- [Yams]: https://github.com/jpsim/yams
232
+ [swift-toolchain-sqlite]: https://github.com/swiftlang/swift-toolchain-sqlite
233
+ [swift-syntax]: https://github.com/swiftlang/swift-syntax
230
234
231
235
232
236
# ### Building
0 commit comments