From f04efaa6fb66110df145b65cad667d0546f6c619 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Thu, 9 Jul 2026 13:47:54 -0700 Subject: [PATCH] Bump to IssueReporting 2.0 --- Package.resolved | 11 ++++++++++- Package.swift | 4 ++-- Package@swift-5.9.swift | 4 ++-- Package@swift-6.0.swift | 4 ++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/Package.resolved b/Package.resolved index 5225cb5..a04ec81 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "62d09cddc4ab84131cb5e2cef0a442b1197e705e7023b538a05462a3e113a8f4", + "originHash" : "93c7970d6f3be5f1acee17648412f1925ac7431187ce56abea0a432677ca42c7", "pins" : [ { "identity" : "combine-schedulers", @@ -82,6 +82,15 @@ "version" : "1.1.1" } }, + { + "identity" : "swift-issue-reporting", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-issue-reporting", + "state" : { + "revision" : "d6adc8bc81e8ba37d3ecd094b78450853738a89f", + "version" : "2.0.0" + } + }, { "identity" : "swift-perception", "kind" : "remoteSourceControl", diff --git a/Package.swift b/Package.swift index c2b8cc7..a4e2864 100644 --- a/Package.swift +++ b/Package.swift @@ -38,8 +38,8 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.5.1"), .package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"), + .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "2.0.0"), .package(url: "https://github.com/pointfreeco/swift-perception", "1.4.1"..<"3.0.0"), - .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.4.3"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"), ], targets: [ @@ -71,7 +71,7 @@ let package = Package( traits: ["IdentifiedCollections"] ) ), - .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), + .product(name: "IssueReporting", package: "swift-issue-reporting"), .product(name: "PerceptionCore", package: "swift-perception"), ], resources: [ diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index e8139b5..5ed5e74 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -21,8 +21,8 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.5.1"), .package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"), + .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "2.0.0"), .package(url: "https://github.com/pointfreeco/swift-perception", "1.4.1"..<"3.0.0"), - .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.4.3"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"), ], targets: [ @@ -35,7 +35,7 @@ let package = Package( .product(name: "CustomDump", package: "swift-custom-dump"), .product(name: "Dependencies", package: "swift-dependencies"), .product(name: "IdentifiedCollections", package: "swift-identified-collections"), - .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), + .product(name: "IssueReporting", package: "swift-issue-reporting"), .product(name: "PerceptionCore", package: "swift-perception"), ], resources: [ diff --git a/Package@swift-6.0.swift b/Package@swift-6.0.swift index a2c79b0..7eea657 100644 --- a/Package@swift-6.0.swift +++ b/Package@swift-6.0.swift @@ -22,8 +22,8 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.5.1"), .package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"), + .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "2.0.0"), .package(url: "https://github.com/pointfreeco/swift-perception", "1.4.1"..<"3.0.0"), - .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.4.3"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"), ], targets: [ @@ -36,7 +36,7 @@ let package = Package( .product(name: "CustomDump", package: "swift-custom-dump"), .product(name: "Dependencies", package: "swift-dependencies"), .product(name: "IdentifiedCollections", package: "swift-identified-collections"), - .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), + .product(name: "IssueReporting", package: "swift-issue-reporting"), .product(name: "PerceptionCore", package: "swift-perception"), ], resources: [