|
41 | 41 | "libcxx": {
|
42 | 42 | "remote": { "id": "apple/swift-libcxx" } },
|
43 | 43 | "clang-tools-extra": {
|
44 |
| - "remote": { "id": "apple/swift-clang-tools-extra" } } |
| 44 | + "remote": { "id": "apple/swift-clang-tools-extra" } }, |
| 45 | + "indexstore-db": { |
| 46 | + "remote": { "id": "apple/indexstore-db" } }, |
| 47 | + "sourcekit-lsp": { |
| 48 | + "remote": { "id": "apple/sourcekit-lsp" } } |
45 | 49 | },
|
46 | 50 | "default-branch-scheme": "master",
|
47 | 51 | "branch-schemes": {
|
|
66 | 70 | "ninja": "release",
|
67 | 71 | "icu": "release-61-1",
|
68 | 72 | "clang-tools-extra": "stable",
|
69 |
| - "libcxx": "stable" |
| 73 | + "libcxx": "stable", |
| 74 | + "indexstore-db": "master", |
| 75 | + "sourcekit-lsp": "master" |
70 | 76 | }
|
71 | 77 | },
|
72 | 78 | "next" : {
|
|
92 | 98 | "ninja": "release",
|
93 | 99 | "icu": "release-61-1",
|
94 | 100 | "clang-tools-extra": "upstream-with-swift",
|
95 |
| - "libcxx": "upstream-with-swift" |
| 101 | + "libcxx": "upstream-with-swift", |
| 102 | + "indexstore-db": "master", |
| 103 | + "sourcekit-lsp": "master" |
96 | 104 | }
|
97 | 105 | },
|
98 | 106 | "swift-3.0-branch" : {
|
|
113 | 121 | "swift-corelibs-libdispatch": "swift-3.0-branch",
|
114 | 122 | "swift-integration-tests": "swift-3.0-branch",
|
115 | 123 | "swift-xcode-playground-support": "swift-3.0-branch",
|
116 |
| - "ninja": "release" |
| 124 | + "ninja": "release", |
| 125 | + "indexstore-db": "master", |
| 126 | + "sourcekit-lsp": "master" |
117 | 127 | }
|
118 | 128 | },
|
119 | 129 | "swift-3.1-branch" : {
|
|
134 | 144 | "swift-corelibs-libdispatch": "swift-3.1-branch",
|
135 | 145 | "swift-integration-tests": "swift-3.1-branch",
|
136 | 146 | "swift-xcode-playground-support": "swift-3.1-branch",
|
137 |
| - "ninja": "release" |
| 147 | + "ninja": "release", |
| 148 | + "indexstore-db": "master", |
| 149 | + "sourcekit-lsp": "master" |
138 | 150 | }
|
139 | 151 | },
|
140 | 152 | "swift-4.0-branch" : {
|
|
155 | 167 | "swift-corelibs-libdispatch": "swift-4.0-branch",
|
156 | 168 | "swift-integration-tests": "swift-4.0-branch",
|
157 | 169 | "swift-xcode-playground-support": "swift-4.0-branch",
|
158 |
| - "ninja": "release" |
| 170 | + "ninja": "release", |
| 171 | + "indexstore-db": "master", |
| 172 | + "sourcekit-lsp": "master" |
159 | 173 | }
|
160 | 174 | },
|
161 | 175 | "swift-4.1-branch" : {
|
|
176 | 190 | "swift-corelibs-libdispatch": "swift-4.1-branch",
|
177 | 191 | "swift-integration-tests": "swift-4.1-branch",
|
178 | 192 | "swift-xcode-playground-support": "swift-4.1-branch",
|
179 |
| - "ninja": "release" |
| 193 | + "ninja": "release", |
| 194 | + "indexstore-db": "master", |
| 195 | + "sourcekit-lsp": "master" |
180 | 196 | }
|
181 | 197 | },
|
182 | 198 | "swift-4.2-branch" : {
|
|
197 | 213 | "swift-corelibs-libdispatch": "swift-4.2-branch",
|
198 | 214 | "swift-integration-tests": "swift-4.2-branch",
|
199 | 215 | "swift-xcode-playground-support": "swift-4.2-branch",
|
200 |
| - "ninja": "release" |
| 216 | + "ninja": "release", |
| 217 | + "indexstore-db": "master", |
| 218 | + "sourcekit-lsp": "master" |
201 | 219 | }
|
202 | 220 | },
|
203 | 221 | "swift-5.0-branch" : {
|
|
221 | 239 | "ninja": "release",
|
222 | 240 | "icu": "release-61-1",
|
223 | 241 | "clang-tools-extra": "swift-5.0-branch",
|
224 |
| - "libcxx": "swift-5.0-branch" |
| 242 | + "libcxx": "swift-5.0-branch", |
| 243 | + "indexstore-db": "master", |
| 244 | + "sourcekit-lsp": "master" |
225 | 245 | }
|
226 | 246 | }
|
227 | 247 | }
|
|
0 commit comments