diff --git a/Package.resolved b/Package.resolved index c6fa31b8..d6602706 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "554047fdf95319c47fc997977c4a6a4828cefd919ce227259d0bd6daf4672dcd", + "originHash" : "9c62309afba601737608750031bfbf08399f805f11ceb22fa8935d97bea99721", "pins" : [ { "identity" : "swift-custom-dump", @@ -28,6 +28,15 @@ "version" : "1.0.0" } }, + { + "identity" : "swift-issue-reporting", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-issue-reporting", + "state" : { + "revision" : "d6adc8bc81e8ba37d3ecd094b78450853738a89f", + "version" : "2.0.0" + } + }, { "identity" : "swift-macro-testing", "kind" : "remoteSourceControl", diff --git a/Package.swift b/Package.swift index b0354a1c..9af112c8 100644 --- a/Package.swift +++ b/Package.swift @@ -27,8 +27,8 @@ let package = Package( ), ], dependencies: [ + .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "2.0.0"), .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"605.0.0"), - .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"), ], targets: [ .target( @@ -41,8 +41,7 @@ let package = Package( .target( name: "CasePathsCore", dependencies: [ - .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), - .product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"), + .product(name: "IssueReporting", package: "swift-issue-reporting") ] ), .target( diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index 3b3bffc4..34beba64 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -23,8 +23,8 @@ let package = Package( ), ], dependencies: [ + .package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "2.0.0"), .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"605.0.0"), - .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"), ], targets: [ .target( @@ -37,8 +37,7 @@ let package = Package( .target( name: "CasePathsCore", dependencies: [ - .product(name: "IssueReporting", package: "xctest-dynamic-overlay"), - .product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"), + .product(name: "IssueReporting", package: "swift-issue-reporting") ] ), .macro(