diff --git a/examples/tca_example/Package.resolved b/examples/tca_example/Package.resolved index 7f659e499..93cb2658d 100644 --- a/examples/tca_example/Package.resolved +++ b/examples/tca_example/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-collections", "state" : { - "revision" : "a902f1823a7ff3c9ab2fba0f992396b948eda307", - "version" : "1.0.5" + "revision" : "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb", + "version" : "1.1.0" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "899a68ce3c4eca42a42e6bad2c925b82dcab5187", - "version" : "1.9.3" + "revision" : "8624a8e2c35f78e5e61d5f12c69110e9020e80c8", + "version" : "1.10.0" } }, { @@ -59,8 +59,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-custom-dump", "state" : { - "revision" : "3efbfba0e4e56c7187cc19137ee16b7c95346b79", - "version" : "1.1.0" + "revision" : "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c", + "version" : "1.3.0" } }, { diff --git a/examples/tca_example/Package.swift b/examples/tca_example/Package.swift index dad9561a2..7c6293bef 100644 --- a/examples/tca_example/Package.swift +++ b/examples/tca_example/Package.swift @@ -7,7 +7,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/pointfreeco/swift-composable-architecture", - .upToNextMajor(from: "1.9.3") + .upToNextMajor(from: "1.10.0") ), ] ) diff --git a/examples/tca_example/swift_deps_index.json b/examples/tca_example/swift_deps_index.json index c60039379..1d3bede76 100644 --- a/examples/tca_example/swift_deps_index.json +++ b/examples/tca_example/swift_deps_index.json @@ -34,6 +34,17 @@ "Clocks" ] }, + { + "name": "BitCollections", + "c99name": "BitCollections", + "src_type": "swift", + "label": "@swiftpkg_swift_collections//:BitCollections.rspm", + "package_identity": "swift-collections", + "product_memberships": [ + "BitCollections", + "Collections" + ] + }, { "name": "Collections", "c99name": "Collections", @@ -51,8 +62,30 @@ "label": "@swiftpkg_swift_collections//:DequeModule.rspm", "package_identity": "swift-collections", "product_memberships": [ - "Collections", - "DequeModule" + "DequeModule", + "Collections" + ] + }, + { + "name": "HashTreeCollections", + "c99name": "HashTreeCollections", + "src_type": "swift", + "label": "@swiftpkg_swift_collections//:HashTreeCollections.rspm", + "package_identity": "swift-collections", + "product_memberships": [ + "HashTreeCollections", + "Collections" + ] + }, + { + "name": "HeapModule", + "c99name": "HeapModule", + "src_type": "swift", + "label": "@swiftpkg_swift_collections//:HeapModule.rspm", + "package_identity": "swift-collections", + "product_memberships": [ + "HeapModule", + "Collections" ] }, { @@ -62,8 +95,35 @@ "label": "@swiftpkg_swift_collections//:OrderedCollections.rspm", "package_identity": "swift-collections", "product_memberships": [ - "Collections", - "OrderedCollections" + "OrderedCollections", + "Collections" + ] + }, + { + "name": "_CollectionsUtilities", + "c99name": "_CollectionsUtilities", + "src_type": "swift", + "label": "@swiftpkg_swift_collections//:_CollectionsUtilities.rspm", + "package_identity": "swift-collections", + "product_memberships": [ + "BitCollections", + "DequeModule", + "HashTreeCollections", + "HeapModule", + "OrderedCollections", + "_RopeModule", + "Collections" + ] + }, + { + "name": "_RopeModule", + "c99name": "_RopeModule", + "src_type": "swift", + "label": "@swiftpkg_swift_collections//:_RopeModule.rspm", + "package_identity": "swift-collections", + "product_memberships": [ + "_RopeModule", + "Collections" ] }, { @@ -167,6 +227,12 @@ "type": "library", "label": "@swiftpkg_swift_clocks//:Clocks" }, + { + "identity": "swift-collections", + "name": "BitCollections", + "type": "library", + "label": "@swiftpkg_swift_collections//:BitCollections" + }, { "identity": "swift-collections", "name": "Collections", @@ -179,12 +245,30 @@ "type": "library", "label": "@swiftpkg_swift_collections//:DequeModule" }, + { + "identity": "swift-collections", + "name": "HashTreeCollections", + "type": "library", + "label": "@swiftpkg_swift_collections//:HashTreeCollections" + }, + { + "identity": "swift-collections", + "name": "HeapModule", + "type": "library", + "label": "@swiftpkg_swift_collections//:HeapModule" + }, { "identity": "swift-collections", "name": "OrderedCollections", "type": "library", "label": "@swiftpkg_swift_collections//:OrderedCollections" }, + { + "identity": "swift-collections", + "name": "_RopeModule", + "type": "library", + "label": "@swiftpkg_swift_collections//:_RopeModule" + }, { "identity": "swift-composable-architecture", "name": "ComposableArchitecture", @@ -266,18 +350,18 @@ "name": "swiftpkg_swift_collections", "identity": "swift-collections", "remote": { - "commit": "a902f1823a7ff3c9ab2fba0f992396b948eda307", + "commit": "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb", "remote": "https://github.com/apple/swift-collections", - "version": "1.0.5" + "version": "1.1.0" } }, { "name": "swiftpkg_swift_composable_architecture", "identity": "swift-composable-architecture", "remote": { - "commit": "899a68ce3c4eca42a42e6bad2c925b82dcab5187", + "commit": "8624a8e2c35f78e5e61d5f12c69110e9020e80c8", "remote": "https://github.com/pointfreeco/swift-composable-architecture", - "version": "1.9.3" + "version": "1.10.0" } }, { @@ -293,9 +377,9 @@ "name": "swiftpkg_swift_custom_dump", "identity": "swift-custom-dump", "remote": { - "commit": "3efbfba0e4e56c7187cc19137ee16b7c95346b79", + "commit": "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c", "remote": "https://github.com/pointfreeco/swift-custom-dump", - "version": "1.1.0" + "version": "1.3.0" } }, {