From b35827a61c1420e40ff8e7c584b5042144d20195 Mon Sep 17 00:00:00 2001 From: Brandon Williams <135203+mbrandonw@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:51:36 -0400 Subject: [PATCH] Point Issue Reporting to xctest-dynamic-overlay repo (#3257) * Update XCTestDyanmicOverlay package name. * update versions --------- Co-authored-by: Stephen Celis --- Package.resolved | 48 ++++++++++++++++++++++++------------------------ Package.swift | 18 +++++++++--------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Package.resolved b/Package.resolved index e8fdff8a7b35..d6f17970406b 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/combine-schedulers", "state" : { - "revision" : "487a4d151e795a5e076a7e7aedcd13c2ebff6c31", - "version" : "1.0.1" + "revision" : "9fa31f4403da54855f1e2aeaeff478f4f0e40b13", + "version" : "1.0.2" } }, { @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-case-paths", "state" : { - "revision" : "031704ba0634b45e02fe875b8ddddc7f30a07f49", - "version" : "1.5.3" + "revision" : "71344dd930fde41e8f3adafe260adcbb2fc2a3dc", + "version" : "1.5.4" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-clocks", "state" : { - "revision" : "eb64eacfed55635a771e3410f9c91de46cf5c6a0", - "version" : "1.0.3" + "revision" : "3581e280bf0d90c3fb9236fb23e75a5d8c46b533", + "version" : "1.0.4" } }, { @@ -68,8 +68,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-custom-dump", "state" : { - "revision" : "d237304f42af07f22563aa4cc2d7e2cfb25da82e", - "version" : "1.3.1" + "revision" : "aec6a73f5c1dc1f1be4f61888094b95cf995d973", + "version" : "1.3.2" } }, { @@ -77,8 +77,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "52018827ce21e482a36e3795bea2666b3898164c", - "version" : "1.3.4" + "revision" : "cc26d06125dbc913c6d9e8a905a5db0b994509e0", + "version" : "1.3.5" } }, { @@ -108,15 +108,6 @@ "version" : "1.1.0" } }, - { - "identity" : "swift-issue-reporting", - "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/swift-issue-reporting", - "state" : { - "revision" : "357ca1e5dd31f613a1d43320870ebc219386a495", - "version" : "1.2.2" - } - }, { "identity" : "swift-macro-testing", "kind" : "remoteSourceControl", @@ -131,8 +122,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "2c75ce556a6fc106721b0dadc2c7327244ad3999", - "version" : "1.3.3" + "revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb", + "version" : "1.3.4" } }, { @@ -147,7 +138,7 @@ { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/SwiftLang/swift-syntax", + "location" : "https://github.com/swiftlang/swift-syntax", "state" : { "revision" : "4c6cc0a3b9e8f14b3ae2307c5ccae4de6167ac2c", "version" : "600.0.0-prerelease-2024-06-12" @@ -158,8 +149,17 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swiftui-navigation", "state" : { - "revision" : "97f854044356ac082e7e698f39264cc035544d77", - "version" : "1.5.2" + "revision" : "1b18b77a2e32250b45d3429f9928222981983826", + "version" : "1.5.3" + } + }, + { + "identity" : "xctest-dynamic-overlay", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", + "state" : { + "revision" : "357ca1e5dd31f613a1d43320870ebc219386a495", + "version" : "1.2.2" } } ], diff --git a/Package.swift b/Package.swift index 74b5e62a2387..cf89d64df478 100644 --- a/Package.swift +++ b/Package.swift @@ -21,16 +21,16 @@ let package = Package( .package(url: "https://github.com/apple/swift-collections", from: "1.1.0"), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), .package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"), - .package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.1"), - .package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.3"), + .package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2"), + .package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.4"), .package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.1.0"), - .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.1"), - .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.4"), + .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.2"), + .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.5"), .package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.1.0"), .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"), - .package(url: "https://github.com/pointfreeco/swift-perception", from: "1.3.3"), - .package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "1.5.2"), - .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.2"), + .package(url: "https://github.com/pointfreeco/swift-perception", from: "1.3.4"), + .package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "1.5.3"), + .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"), .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"), ], targets: [ @@ -45,7 +45,7 @@ let package = Package( .product(name: "Dependencies", package: "swift-dependencies"), .product(name: "DependenciesMacros", package: "swift-dependencies"), .product(name: "IdentifiedCollections", package: "swift-identified-collections"), - .product(name: "IssueReporting", package: "swift-issue-reporting"), + .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), .product(name: "OrderedCollections", package: "swift-collections"), .product(name: "Perception", package: "swift-perception"), .product(name: "SwiftUINavigationCore", package: "swiftui-navigation"), @@ -58,7 +58,7 @@ let package = Package( name: "ComposableArchitectureTests", dependencies: [ "ComposableArchitecture", - .product(name: "IssueReportingTestSupport", package: "swift-issue-reporting"), + .product(name: "IssueReportingTestSupport", package: "xctest-dynamic-overlay"), ] ), .macro(