From 56a9adff26ab5900b74f5800782acb0188ae18c2 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 24 Jul 2024 13:43:02 -0400 Subject: [PATCH 1/3] Update XCTestDyanmicOverlay package name. --- Package.swift | 4 ++-- Package@swift-6.0.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 6c3d1816..d4768236 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"), - .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.0"), + .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.0"), ], targets: [ .target( name: "Clocks", dependencies: [ .product(name: "ConcurrencyExtras", package: "swift-concurrency-extras"), - .product(name: "IssueReporting", package: "swift-issue-reporting"), + .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), ] ), .testTarget( diff --git a/Package@swift-6.0.swift b/Package@swift-6.0.swift index fb03ab7a..9f1e9882 100644 --- a/Package@swift-6.0.swift +++ b/Package@swift-6.0.swift @@ -22,7 +22,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"), - .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.0"), + .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.0"), ], targets: [ .target( From b038e21203dbe1678fab900e64db922eeeee06fa Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 24 Jul 2024 13:44:20 -0400 Subject: [PATCH 2/3] wip --- Package.swift | 2 +- Package@swift-6.0.swift | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index d4768236..f200d3eb 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"), - .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.0"), + .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"), ], targets: [ .target( diff --git a/Package@swift-6.0.swift b/Package@swift-6.0.swift index 9f1e9882..d850ca4a 100644 --- a/Package@swift-6.0.swift +++ b/Package@swift-6.0.swift @@ -22,14 +22,14 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"), - .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.0"), + .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"), ], targets: [ .target( name: "Clocks", dependencies: [ .product(name: "ConcurrencyExtras", package: "swift-concurrency-extras"), - .product(name: "IssueReporting", package: "swift-issue-reporting"), + .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), ] ), .testTarget( From e7d726899d2ea149566d9fc581d97c244ecedcfb Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 24 Jul 2024 14:01:00 -0400 Subject: [PATCH 3/3] wip --- Package.resolved | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 8aba5aef..b893b477 100644 --- a/Package.resolved +++ b/Package.resolved @@ -28,12 +28,12 @@ } }, { - "identity" : "swift-issue-reporting", + "identity" : "xctest-dynamic-overlay", "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/swift-issue-reporting", + "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "926f43898706eaa127db79ac42138e1ad7e85a3f", - "version" : "1.2.0" + "revision" : "357ca1e5dd31f613a1d43320870ebc219386a495", + "version" : "1.2.2" } } ],