|
34 | 34 | "Clocks"
|
35 | 35 | ]
|
36 | 36 | },
|
| 37 | + { |
| 38 | + "name": "BitCollections", |
| 39 | + "c99name": "BitCollections", |
| 40 | + "src_type": "swift", |
| 41 | + "label": "@swiftpkg_swift_collections//:BitCollections.rspm", |
| 42 | + "package_identity": "swift-collections", |
| 43 | + "product_memberships": [ |
| 44 | + "BitCollections", |
| 45 | + "Collections" |
| 46 | + ] |
| 47 | + }, |
37 | 48 | {
|
38 | 49 | "name": "Collections",
|
39 | 50 | "c99name": "Collections",
|
|
51 | 62 | "label": "@swiftpkg_swift_collections//:DequeModule.rspm",
|
52 | 63 | "package_identity": "swift-collections",
|
53 | 64 | "product_memberships": [
|
54 |
| - "Collections", |
55 |
| - "DequeModule" |
| 65 | + "DequeModule", |
| 66 | + "Collections" |
| 67 | + ] |
| 68 | + }, |
| 69 | + { |
| 70 | + "name": "HashTreeCollections", |
| 71 | + "c99name": "HashTreeCollections", |
| 72 | + "src_type": "swift", |
| 73 | + "label": "@swiftpkg_swift_collections//:HashTreeCollections.rspm", |
| 74 | + "package_identity": "swift-collections", |
| 75 | + "product_memberships": [ |
| 76 | + "HashTreeCollections", |
| 77 | + "Collections" |
| 78 | + ] |
| 79 | + }, |
| 80 | + { |
| 81 | + "name": "HeapModule", |
| 82 | + "c99name": "HeapModule", |
| 83 | + "src_type": "swift", |
| 84 | + "label": "@swiftpkg_swift_collections//:HeapModule.rspm", |
| 85 | + "package_identity": "swift-collections", |
| 86 | + "product_memberships": [ |
| 87 | + "HeapModule", |
| 88 | + "Collections" |
56 | 89 | ]
|
57 | 90 | },
|
58 | 91 | {
|
|
62 | 95 | "label": "@swiftpkg_swift_collections//:OrderedCollections.rspm",
|
63 | 96 | "package_identity": "swift-collections",
|
64 | 97 | "product_memberships": [
|
65 |
| - "Collections", |
66 |
| - "OrderedCollections" |
| 98 | + "OrderedCollections", |
| 99 | + "Collections" |
| 100 | + ] |
| 101 | + }, |
| 102 | + { |
| 103 | + "name": "_CollectionsUtilities", |
| 104 | + "c99name": "_CollectionsUtilities", |
| 105 | + "src_type": "swift", |
| 106 | + "label": "@swiftpkg_swift_collections//:_CollectionsUtilities.rspm", |
| 107 | + "package_identity": "swift-collections", |
| 108 | + "product_memberships": [ |
| 109 | + "BitCollections", |
| 110 | + "DequeModule", |
| 111 | + "HashTreeCollections", |
| 112 | + "HeapModule", |
| 113 | + "OrderedCollections", |
| 114 | + "_RopeModule", |
| 115 | + "Collections" |
| 116 | + ] |
| 117 | + }, |
| 118 | + { |
| 119 | + "name": "_RopeModule", |
| 120 | + "c99name": "_RopeModule", |
| 121 | + "src_type": "swift", |
| 122 | + "label": "@swiftpkg_swift_collections//:_RopeModule.rspm", |
| 123 | + "package_identity": "swift-collections", |
| 124 | + "product_memberships": [ |
| 125 | + "_RopeModule", |
| 126 | + "Collections" |
67 | 127 | ]
|
68 | 128 | },
|
69 | 129 | {
|
|
167 | 227 | "type": "library",
|
168 | 228 | "label": "@swiftpkg_swift_clocks//:Clocks"
|
169 | 229 | },
|
| 230 | + { |
| 231 | + "identity": "swift-collections", |
| 232 | + "name": "BitCollections", |
| 233 | + "type": "library", |
| 234 | + "label": "@swiftpkg_swift_collections//:BitCollections" |
| 235 | + }, |
170 | 236 | {
|
171 | 237 | "identity": "swift-collections",
|
172 | 238 | "name": "Collections",
|
|
179 | 245 | "type": "library",
|
180 | 246 | "label": "@swiftpkg_swift_collections//:DequeModule"
|
181 | 247 | },
|
| 248 | + { |
| 249 | + "identity": "swift-collections", |
| 250 | + "name": "HashTreeCollections", |
| 251 | + "type": "library", |
| 252 | + "label": "@swiftpkg_swift_collections//:HashTreeCollections" |
| 253 | + }, |
| 254 | + { |
| 255 | + "identity": "swift-collections", |
| 256 | + "name": "HeapModule", |
| 257 | + "type": "library", |
| 258 | + "label": "@swiftpkg_swift_collections//:HeapModule" |
| 259 | + }, |
182 | 260 | {
|
183 | 261 | "identity": "swift-collections",
|
184 | 262 | "name": "OrderedCollections",
|
185 | 263 | "type": "library",
|
186 | 264 | "label": "@swiftpkg_swift_collections//:OrderedCollections"
|
187 | 265 | },
|
| 266 | + { |
| 267 | + "identity": "swift-collections", |
| 268 | + "name": "_RopeModule", |
| 269 | + "type": "library", |
| 270 | + "label": "@swiftpkg_swift_collections//:_RopeModule" |
| 271 | + }, |
188 | 272 | {
|
189 | 273 | "identity": "swift-composable-architecture",
|
190 | 274 | "name": "ComposableArchitecture",
|
|
266 | 350 | "name": "swiftpkg_swift_collections",
|
267 | 351 | "identity": "swift-collections",
|
268 | 352 | "remote": {
|
269 |
| - "commit": "a902f1823a7ff3c9ab2fba0f992396b948eda307", |
| 353 | + "commit": "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb", |
270 | 354 | "remote": "https://github.com/apple/swift-collections",
|
271 |
| - "version": "1.0.5" |
| 355 | + "version": "1.1.0" |
272 | 356 | }
|
273 | 357 | },
|
274 | 358 | {
|
275 | 359 | "name": "swiftpkg_swift_composable_architecture",
|
276 | 360 | "identity": "swift-composable-architecture",
|
277 | 361 | "remote": {
|
278 |
| - "commit": "899a68ce3c4eca42a42e6bad2c925b82dcab5187", |
| 362 | + "commit": "8624a8e2c35f78e5e61d5f12c69110e9020e80c8", |
279 | 363 | "remote": "https://github.com/pointfreeco/swift-composable-architecture",
|
280 |
| - "version": "1.9.3" |
| 364 | + "version": "1.10.0" |
281 | 365 | }
|
282 | 366 | },
|
283 | 367 | {
|
|
293 | 377 | "name": "swiftpkg_swift_custom_dump",
|
294 | 378 | "identity": "swift-custom-dump",
|
295 | 379 | "remote": {
|
296 |
| - "commit": "3efbfba0e4e56c7187cc19137ee16b7c95346b79", |
| 380 | + "commit": "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c", |
297 | 381 | "remote": "https://github.com/pointfreeco/swift-custom-dump",
|
298 |
| - "version": "1.1.0" |
| 382 | + "version": "1.3.0" |
299 | 383 | }
|
300 | 384 | },
|
301 | 385 | {
|
|
0 commit comments