|
2 | 2 | "ssh-clone-pattern": "git@github.com:%s.git", |
3 | 3 | "https-clone-pattern": "https://github.com/%s.git", |
4 | 4 | "repos" : { |
5 | | - "llvm": { |
6 | | - "remote": { "id": "apple/swift-llvm" } }, |
7 | | - "clang": { |
8 | | - "remote": { "id": "apple/swift-clang" } }, |
9 | | - "swift": { |
| 5 | + "swift": { |
10 | 6 | "remote": { "id": "apple/swift" } }, |
11 | | - "lldb": { |
12 | | - "remote": { "id": "apple/swift-lldb" } }, |
13 | | - "cmark": { |
| 7 | + "cmark": { |
14 | 8 | "remote": { "id": "apple/swift-cmark" } }, |
15 | 9 | "llbuild": { |
16 | 10 | "remote": { "id": "apple/swift-llbuild" } }, |
|
20 | 14 | "remote": { "id": "apple/swift-syntax" } }, |
21 | 15 | "swift-stress-tester": { |
22 | 16 | "remote": { "id": "apple/swift-stress-tester" } }, |
23 | | - "compiler-rt": { |
24 | | - "remote": { "id": "apple/swift-compiler-rt" } }, |
25 | 17 | "swift-corelibs-xctest": { |
26 | 18 | "remote": { "id": "apple/swift-corelibs-xctest" } }, |
27 | 19 | "swift-corelibs-foundation": { |
|
38 | 30 | "remote": { "id": "unicode-org/icu" }, |
39 | 31 | "platforms": [ "Linux" ] |
40 | 32 | }, |
41 | | - "libcxx": { |
42 | | - "remote": { "id": "apple/swift-libcxx" } }, |
43 | | - "clang-tools-extra": { |
44 | | - "remote": { "id": "apple/swift-clang-tools-extra" } }, |
45 | | - "indexstore-db": { |
| 33 | + "cmake": { |
| 34 | + "remote": { "id": "KitWare/CMake" }, |
| 35 | + "platforms": [ "Linux" ] |
| 36 | + }, |
| 37 | + "indexstore-db": { |
46 | 38 | "remote": { "id": "apple/indexstore-db" } }, |
47 | 39 | "sourcekit-lsp": { |
48 | | - "remote": { "id": "apple/sourcekit-lsp" } } |
| 40 | + "remote": { "id": "apple/sourcekit-lsp" } }, |
| 41 | + "swift-format": { |
| 42 | + "remote": { "id": "apple/swift-format" } }, |
| 43 | + "llvm-project": { |
| 44 | + "remote": { "id": "apple/llvm-project" } } |
49 | 45 | }, |
50 | 46 | "default-branch-scheme": "master", |
51 | 47 | "branch-schemes": { |
52 | | - "master": { |
53 | | - "aliases": ["master", "stable"], |
| 48 | + "master": { |
| 49 | + "aliases": ["master", "swift/master"], |
54 | 50 | "repos": { |
55 | | - "llvm": "stable", |
56 | | - "clang": "stable", |
| 51 | + "llvm-project": "swift/master", |
57 | 52 | "swift": "master", |
58 | | - "lldb": "stable", |
59 | 53 | "cmark": "master", |
60 | 54 | "llbuild": "master", |
61 | 55 | "swiftpm": "master", |
62 | 56 | "swift-syntax": "master", |
63 | 57 | "swift-stress-tester": "master", |
64 | | - "compiler-rt": "stable", |
65 | 58 | "swift-corelibs-xctest": "master", |
66 | 59 | "swift-corelibs-foundation": "master", |
67 | 60 | "swift-corelibs-libdispatch": "master", |
68 | 61 | "swift-integration-tests": "master", |
69 | 62 | "swift-xcode-playground-support": "master", |
70 | 63 | "ninja": "release", |
71 | 64 | "icu": "release-61-1", |
72 | | - "clang-tools-extra": "stable", |
73 | | - "libcxx": "stable", |
| 65 | + "cmake": "v3.15.1", |
74 | 66 | "indexstore-db": "master", |
75 | 67 | "sourcekit-lsp": "master" |
76 | 68 | } |
|
80 | 72 | "stable-next", "upstream", |
81 | 73 | "next-upstream", "upstream-with-swift"], |
82 | 74 | "repos": { |
83 | | - "llvm": "upstream-with-swift", |
84 | | - "clang": "upstream-with-swift", |
85 | | - "compiler-rt": "upstream-with-swift", |
| 75 | + "llvm-project": "swift/master-next", |
86 | 76 | "swift": "master-next", |
87 | | - "lldb": "upstream-with-swift", |
88 | 77 | "cmark": "master", |
89 | 78 | "llbuild": "master", |
90 | 79 | "swiftpm": "master", |
|
97 | 86 | "swift-xcode-playground-support": "master", |
98 | 87 | "ninja": "release", |
99 | 88 | "icu": "release-61-1", |
100 | | - "clang-tools-extra": "upstream-with-swift", |
101 | | - "libcxx": "upstream-with-swift", |
| 89 | + "cmake": "v3.15.1", |
102 | 90 | "indexstore-db": "master", |
103 | 91 | "sourcekit-lsp": "master" |
104 | 92 | } |
105 | 93 | }, |
106 | | - "swift-3.0-branch" : { |
| 94 | + "swift-3.0-branch" : { |
107 | 95 | "aliases": ["swift-3.0-branch"], |
108 | 96 | "repos": { |
109 | | - "llvm": "swift-3.0-branch", |
110 | | - "clang": "swift-3.0-branch", |
111 | | - "swift": "swift-3.0-branch", |
112 | | - "lldb": "swift-3.0-branch", |
| 97 | + "llvm-project": "swift/swift-3.0-branch", |
113 | 98 | "cmark": "swift-3.0-branch", |
114 | 99 | "llbuild": "swift-3.0-branch", |
115 | 100 | "swiftpm": "swift-3.0-branch", |
116 | 101 | "swift-syntax": "master", |
117 | 102 | "swift-stress-tester": "master", |
118 | | - "compiler-rt": "swift-3.0-branch", |
119 | 103 | "swift-corelibs-xctest": "swift-3.0-branch", |
120 | 104 | "swift-corelibs-foundation": "swift-3.0-branch", |
121 | 105 | "swift-corelibs-libdispatch": "swift-3.0-branch", |
|
129 | 113 | "swift-3.1-branch" : { |
130 | 114 | "aliases": ["swift-3.1-branch"], |
131 | 115 | "repos": { |
132 | | - "llvm": "swift-3.1-branch", |
133 | | - "clang": "swift-3.1-branch", |
| 116 | + "llvm-project": "swift/swift-3.1-branch", |
134 | 117 | "swift": "swift-3.1-branch", |
135 | | - "lldb": "swift-3.1-branch", |
136 | 118 | "cmark": "swift-3.1-branch", |
137 | 119 | "llbuild": "swift-3.1-branch", |
138 | 120 | "swiftpm": "swift-3.1-branch", |
139 | 121 | "swift-syntax": "master", |
140 | 122 | "swift-stress-tester": "master", |
141 | | - "compiler-rt": "swift-3.1-branch", |
142 | 123 | "swift-corelibs-xctest": "swift-3.1-branch", |
143 | 124 | "swift-corelibs-foundation": "swift-3.1-branch", |
144 | 125 | "swift-corelibs-libdispatch": "swift-3.1-branch", |
|
152 | 133 | "swift-4.0-branch" : { |
153 | 134 | "aliases": ["swift-4.0-branch"], |
154 | 135 | "repos": { |
155 | | - "llvm": "swift-4.0-branch", |
156 | | - "clang": "swift-4.0-branch", |
| 136 | + "llvm-project": "swift/swift-4.0-branch", |
157 | 137 | "swift": "swift-4.0-branch", |
158 | | - "lldb": "swift-4.0-branch", |
159 | 138 | "cmark": "swift-4.0-branch", |
160 | 139 | "llbuild": "swift-4.0-branch", |
161 | 140 | "swiftpm": "swift-4.0-branch", |
162 | 141 | "swift-syntax": "master", |
163 | 142 | "swift-stress-tester": "master", |
164 | | - "compiler-rt": "swift-4.0-branch", |
165 | 143 | "swift-corelibs-xctest": "swift-4.0-branch", |
166 | 144 | "swift-corelibs-foundation": "swift-4.0-branch", |
167 | 145 | "swift-corelibs-libdispatch": "swift-4.0-branch", |
|
175 | 153 | "swift-4.1-branch" : { |
176 | 154 | "aliases": ["swift-4.1-branch"], |
177 | 155 | "repos": { |
178 | | - "llvm": "swift-4.1-branch", |
179 | | - "clang": "swift-4.1-branch", |
| 156 | + "llvm-project": "swift/swift-4.1-branch", |
180 | 157 | "swift": "swift-4.1-branch", |
181 | | - "lldb": "swift-4.1-branch", |
182 | 158 | "cmark": "swift-4.1-branch", |
183 | 159 | "llbuild": "swift-4.1-branch", |
184 | 160 | "swiftpm": "swift-4.1-branch", |
185 | 161 | "swift-syntax": "master", |
186 | 162 | "swift-stress-tester": "master", |
187 | | - "compiler-rt": "swift-4.1-branch", |
188 | 163 | "swift-corelibs-xctest": "swift-4.1-branch", |
189 | 164 | "swift-corelibs-foundation": "swift-4.1-branch", |
190 | 165 | "swift-corelibs-libdispatch": "swift-4.1-branch", |
|
198 | 173 | "swift-4.2-branch" : { |
199 | 174 | "aliases": ["swift-4.2-branch"], |
200 | 175 | "repos": { |
201 | | - "llvm": "swift-4.2-branch", |
202 | | - "clang": "swift-4.2-branch", |
| 176 | + "llvm-project": "swift/swift-4.2-branch", |
203 | 177 | "swift": "swift-4.2-branch", |
204 | | - "lldb": "swift-4.2-branch", |
205 | 178 | "cmark": "swift-4.2-branch", |
206 | 179 | "llbuild": "swift-4.2-branch", |
207 | 180 | "swiftpm": "swift-4.2-branch", |
208 | 181 | "swift-syntax": "swift-4.2-branch", |
209 | 182 | "swift-stress-tester": "master", |
210 | | - "compiler-rt": "swift-4.2-branch", |
211 | 183 | "swift-corelibs-xctest": "swift-4.2-branch", |
212 | 184 | "swift-corelibs-foundation": "swift-4.2-branch", |
213 | 185 | "swift-corelibs-libdispatch": "swift-4.2-branch", |
|
221 | 193 | "swift-5.0-branch" : { |
222 | 194 | "aliases": ["swift-5.0-branch"], |
223 | 195 | "repos": { |
224 | | - "llvm": "swift-5.0-branch", |
225 | | - "clang": "swift-5.0-branch", |
226 | | - "compiler-rt": "swift-5.0-branch", |
| 196 | + "llvm-project": "swift/swift-5.0-branch", |
227 | 197 | "swift": "swift-5.0-branch", |
228 | | - "lldb": "swift-5.0-branch", |
229 | 198 | "cmark": "swift-5.0-branch", |
230 | 199 | "llbuild": "swift-5.0-branch", |
231 | 200 | "swiftpm": "swift-5.0-branch", |
|
238 | 207 | "swift-xcode-playground-support": "swift-5.0-branch", |
239 | 208 | "ninja": "release", |
240 | 209 | "icu": "release-61-1", |
241 | | - "clang-tools-extra": "swift-5.0-branch", |
242 | | - "libcxx": "swift-5.0-branch", |
243 | | - "indexstore-db": "master", |
244 | | - "sourcekit-lsp": "master" |
245 | | - } |
246 | | - }, |
247 | | - "swift-5.1-old-llvm-branch" : { |
248 | | - "aliases": ["swift-5.1-old-llvm-branch"], |
249 | | - "repos": { |
250 | | - "llvm": "swift-5.0-branch", |
251 | | - "clang": "swift-5.0-branch", |
252 | | - "compiler-rt": "swift-5.0-branch", |
253 | | - "swift": "swift-5.1-old-llvm-branch", |
254 | | - "lldb": "stable", |
255 | | - "cmark": "master", |
256 | | - "llbuild": "master", |
257 | | - "swiftpm": "master", |
258 | | - "swift-syntax": "master", |
259 | | - "swift-stress-tester": "master", |
260 | | - "swift-corelibs-xctest": "master", |
261 | | - "swift-corelibs-foundation": "master", |
262 | | - "swift-corelibs-libdispatch": "master", |
263 | | - "swift-integration-tests": "master", |
264 | | - "swift-xcode-playground-support": "master", |
265 | | - "ninja": "release", |
266 | | - "icu": "release-61-1", |
267 | | - "clang-tools-extra": "swift-5.0-branch", |
268 | | - "libcxx": "swift-5.0-branch", |
269 | 210 | "indexstore-db": "master", |
270 | 211 | "sourcekit-lsp": "master" |
271 | 212 | } |
272 | 213 | }, |
273 | | - "swift-5.1-branch" : { |
274 | | - "aliases": ["swift-5.1-branch"], |
| 214 | + "swift-5.1-branch" : { |
| 215 | + "aliases": ["swift-5.1-branch", "swift/swift-5.1-branch"], |
275 | 216 | "repos": { |
276 | | - "llvm": "swift-5.1-branch", |
277 | | - "clang": "swift-5.1-branch", |
278 | | - "compiler-rt": "swift-5.1-branch", |
| 217 | + "llvm-project": "swift/swift-5.1-branch", |
279 | 218 | "swift": "swift-5.1-branch", |
280 | 219 | "lldb": "swift-5.1-branch", |
281 | | - "cmark": "master", |
| 220 | + "cmark": "swift-5.1-branch", |
282 | 221 | "llbuild": "swift-5.1-branch", |
283 | 222 | "swiftpm": "swift-5.1-branch", |
284 | 223 | "swift-syntax": "swift-5.1-branch", |
|
290 | 229 | "swift-xcode-playground-support": "swift-5.1-branch", |
291 | 230 | "ninja": "release", |
292 | 231 | "icu": "release-61-1", |
293 | | - "clang-tools-extra": "swift-5.1-branch", |
294 | | - "libcxx": "swift-5.1-branch", |
295 | | - "indexstore-db": "swift-5.1-branch", |
296 | | - "sourcekit-lsp": "swift-5.1-branch" |
297 | | - } |
298 | | - }, |
299 | | - "swift-5.1-branch-04-24-2019" : { |
300 | | - "aliases": ["swift-5.1-branch-04-24-2019"], |
301 | | - "repos": { |
302 | | - "llvm": "swift-5.1-branch", |
303 | | - "clang": "swift-5.1-branch", |
304 | | - "compiler-rt": "swift-5.1-branch", |
305 | | - "swift": "swift-5.1-branch-04-24-2019", |
306 | | - "lldb": "swift-5.1-branch", |
307 | | - "cmark": "master", |
308 | | - "llbuild": "swift-5.1-branch", |
309 | | - "swiftpm": "swift-5.1-branch", |
310 | | - "swift-syntax": "swift-5.1-branch-04-24-2019", |
311 | | - "swift-stress-tester": "swift-5.1-branch", |
312 | | - "swift-corelibs-xctest": "swift-5.1-branch", |
313 | | - "swift-corelibs-foundation": "swift-5.1-branch", |
314 | | - "swift-corelibs-libdispatch": "swift-5.1-branch", |
315 | | - "swift-integration-tests": "swift-5.1-branch", |
316 | | - "swift-xcode-playground-support": "swift-5.1-branch", |
317 | | - "ninja": "release", |
318 | | - "icu": "release-61-1", |
319 | | - "clang-tools-extra": "swift-5.1-branch", |
320 | | - "libcxx": "swift-5.1-branch", |
321 | 232 | "indexstore-db": "swift-5.1-branch", |
322 | 233 | "sourcekit-lsp": "swift-5.1-branch" |
323 | 234 | } |
324 | 235 | }, |
325 | 236 | "swift-5.1-branch-08-28-2019" : { |
326 | 237 | "aliases": ["swift-5.1-branch-08-28-2019"], |
327 | 238 | "repos": { |
328 | | - "llvm": "swift-5.1-branch", |
329 | | - "clang": "swift-5.1-branch", |
330 | | - "compiler-rt": "swift-5.1-branch", |
| 239 | + "llvm-project": "swift/swift-5.1-branch", |
331 | 240 | "swift": "swift-5.1-branch-08-28-2019", |
332 | | - "lldb": "swift-5.1-branch", |
333 | 241 | "cmark": "swift-5.1-branch", |
334 | 242 | "llbuild": "swift-5.1-branch", |
335 | 243 | "swiftpm": "swift-5.1-branch", |
|
342 | 250 | "swift-xcode-playground-support": "swift-5.1-branch", |
343 | 251 | "ninja": "release", |
344 | 252 | "icu": "release-61-1", |
345 | | - "clang-tools-extra": "swift-5.1-branch", |
346 | | - "libcxx": "swift-5.1-branch", |
347 | 253 | "indexstore-db": "swift-5.1-branch", |
348 | 254 | "sourcekit-lsp": "swift-5.1-branch" |
349 | 255 | } |
|
0 commit comments