From b0a087016a7eb7a2c9d02929d104f5a3ce6f67d6 Mon Sep 17 00:00:00 2001 From: Greg Bolsinga Date: Wed, 2 Apr 2025 10:36:33 -0700 Subject: [PATCH 1/2] Use specific Mockable revision to build with XCode 16.3 --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index d86c2d4..97b96d6 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "710725a68bcaf4fadd327f2ee8dde1637a4d7f332050c32685b96f1b9704f4e1", + "originHash" : "ae3cb1b91507a995278c246967b9ed8ab5e461f85a15c75b3a7f584ebefbc70d", "pins" : [ { "identity" : "maplibre-gl-native-distribution", @@ -15,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Kolos65/Mockable.git", "state" : { - "revision" : "203336d0ccb7ff03a8a03db54a4fa18fc2b0c771", - "version" : "0.3.0" + "branch" : "main", + "revision" : "68f3ed6c4b62afab27a84425494cb61421a61ac1" } }, { diff --git a/Package.swift b/Package.swift index d74a653..d4fc82f 100644 --- a/Package.swift +++ b/Package.swift @@ -29,7 +29,7 @@ let package = Package( // Macros .package(url: "https://github.com/swiftlang/swift-syntax.git", "509.0.0" ..< "601.0.0"), // Testing - .package(url: "https://github.com/Kolos65/Mockable.git", from: "0.3.0"), + .package(url: "https://github.com/Kolos65/Mockable.git", revision: "68f3ed6c4b62afab27a84425494cb61421a61ac1"), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.7"), // Macro Testing .package(url: "https://github.com/pointfreeco/swift-macro-testing", .upToNextMinor(from: "0.6.0")), From 84e7584846038e1b8d33df3fd92b3a1891444fa0 Mon Sep 17 00:00:00 2001 From: Greg Bolsinga Date: Wed, 2 Apr 2025 11:19:41 -0700 Subject: [PATCH 2/2] since I made the patch it has been released --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 97b96d6..2fb550f 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "ae3cb1b91507a995278c246967b9ed8ab5e461f85a15c75b3a7f584ebefbc70d", + "originHash" : "e5123889438e3e8a4097dfcd17eaffeef3252f808a02de32d517dd5e9c8ead14", "pins" : [ { "identity" : "maplibre-gl-native-distribution", @@ -15,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Kolos65/Mockable.git", "state" : { - "branch" : "main", - "revision" : "68f3ed6c4b62afab27a84425494cb61421a61ac1" + "revision" : "68f3ed6c4b62afab27a84425494cb61421a61ac1", + "version" : "0.3.1" } }, { diff --git a/Package.swift b/Package.swift index d4fc82f..e5b9c5d 100644 --- a/Package.swift +++ b/Package.swift @@ -29,7 +29,7 @@ let package = Package( // Macros .package(url: "https://github.com/swiftlang/swift-syntax.git", "509.0.0" ..< "601.0.0"), // Testing - .package(url: "https://github.com/Kolos65/Mockable.git", revision: "68f3ed6c4b62afab27a84425494cb61421a61ac1"), + .package(url: "https://github.com/Kolos65/Mockable.git", from: "0.3.1"), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.7"), // Macro Testing .package(url: "https://github.com/pointfreeco/swift-macro-testing", .upToNextMinor(from: "0.6.0")),