File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ $ swift test -c release --filter PerformanceTests
65
65
## Using a Trunk Snapshot
66
66
67
67
1 . [ Download] ( https://swift.org/download/#snapshots ) and install the latest Trunk Development snapshot.
68
+
68
69
2 . Run the following commands depending on your platform.
69
70
70
71
### macOS
@@ -98,9 +99,23 @@ Note: Make sure the directory for llbuild is called "llbuild" and not
98
99
99
100
4 . Clone [ Yams] ( https://github.com/jpsim/yams ) beside the package manager directory.
100
101
102
+ ``` sh
103
+ $ git clone https://github.com/jpsim/yams
104
+ ```
105
+
101
106
5 . Clone [ swift-driver] ( https://github.com/apple/swift-driver ) beside the package manager directory.
102
107
103
- 6 . Build the Swift Package Manager.
108
+ ``` sh
109
+ $ git clone https://github.com/apple/swift-driver
110
+ ```
111
+
112
+ 6 . Clone [ swift-argument-parser] ( https://github.com/apple/swift-argument-parser ) beside the package manager directory and check out tag 0.3.0.
113
+
114
+ ``` sh
115
+ $ git clone https://github.com/apple/swift-argument-parser --branch 0.3.0
116
+ ```
117
+
118
+ 7 . Build the Swift Package Manager.
104
119
105
120
``` sh
106
121
$ cd swiftpm
@@ -121,7 +136,7 @@ $ /path/to/swiftpm/.build/x86_64-apple-macosx/debug/swift-package init
121
136
$ /path/to/swiftpm/.build/x86_64-apple-macosx/debug/swift-build
122
137
```
123
138
124
- 5 . Test the Swift Package Manager.
139
+ 8 . Test the Swift Package Manager.
125
140
126
141
``` sh
127
142
$ Utilities/bootstrap test
You can’t perform that action at this time.
0 commit comments