From 5b0890fabfd68a2d375d68502bc3f54a8548c494 Mon Sep 17 00:00:00 2001 From: house <126051594+house0000@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:43:14 +0900 Subject: [PATCH] Fix ShareChangeTracker(reportUnassertedChanges:) build error. (#3806) * Apply swift-navigation bug-fix. * To fix build error, update swift-sharing version to a level where SharedChangeTracker's reportUnassertedChanges argument exists. --- Package.swift | 2 +- Package@swift-6.0.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 6eb71066a01c..9f0d6ee57597 100644 --- a/Package.swift +++ b/Package.swift @@ -28,7 +28,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"), .package(url: "https://github.com/pointfreeco/swift-navigation", from: "2.3.2"), .package(url: "https://github.com/pointfreeco/swift-perception", "1.3.4"..<"3.0.0"), - .package(url: "https://github.com/pointfreeco/swift-sharing", "0.1.2"..<"3.0.0"), + .package(url: "https://github.com/pointfreeco/swift-sharing", "1.0.4"..<"3.0.0"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"), .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"603.0.0"), diff --git a/Package@swift-6.0.swift b/Package@swift-6.0.swift index 0374b060b64b..a2557c2e16ae 100644 --- a/Package@swift-6.0.swift +++ b/Package@swift-6.0.swift @@ -28,7 +28,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"), .package(url: "https://github.com/pointfreeco/swift-navigation", from: "2.3.2"), .package(url: "https://github.com/pointfreeco/swift-perception", "1.3.4"..<"3.0.0"), - .package(url: "https://github.com/pointfreeco/swift-sharing", "0.1.2"..<"3.0.0"), + .package(url: "https://github.com/pointfreeco/swift-sharing", "1.0.4"..<"3.0.0"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"), .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"603.0.0"),