From 2687b89ada10a938e909cfd36e6291648f6d15a9 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 1 Dec 2025 10:03:20 +1100 Subject: [PATCH 1/2] Use GutenbergKit version distributed via binary target --- Modules/Package.swift | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Modules/Package.swift b/Modules/Package.swift index 05537222fc35..8cec600740b9 100644 --- a/Modules/Package.swift +++ b/Modules/Package.swift @@ -54,7 +54,11 @@ let package = Package( .package(url: "https://github.com/wordpress-mobile/wpxmlrpc", from: "0.9.0"), .package(url: "https://github.com/wordpress-mobile/NSURL-IDN", revision: "b34794c9a3f32312e1593d4a3d120572afa0d010"), .package(url: "https://github.com/zendesk/support_sdk_ios", from: "8.0.3"), - .package(url: "https://github.com/wordpress-mobile/GutenbergKit", from: "0.10.1"), + // To test https://github.com/wordpress-mobile/GutenbergKit/pull/241 + .package( + url: "https://github.com/wordpress-mobile/GutenbergKit", + revision: "a3276998e2f474f89cd26e196961387b48c94207" + ), // We can't use wordpress-rs branches nor commits here. Only tags work. .package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20251101"), .package( From d60178b64c61ba90097b5ff1d46c8feb79a1df83 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 1 Dec 2025 10:28:53 +1100 Subject: [PATCH 2/2] Point to GutenbergKit that should resolve --- Modules/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Package.swift b/Modules/Package.swift index 8cec600740b9..280df242d131 100644 --- a/Modules/Package.swift +++ b/Modules/Package.swift @@ -57,7 +57,7 @@ let package = Package( // To test https://github.com/wordpress-mobile/GutenbergKit/pull/241 .package( url: "https://github.com/wordpress-mobile/GutenbergKit", - revision: "a3276998e2f474f89cd26e196961387b48c94207" + revision: "b9f5ca522ac1fd0af43dbbea782a562fe1860ef1" ), // We can't use wordpress-rs branches nor commits here. Only tags work. .package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20251101"),