From 91a0d9e2093342131454df833793dcd30ae81a72 Mon Sep 17 00:00:00 2001 From: Tim Morgan Date: Sat, 2 May 2026 11:32:43 -0700 Subject: [PATCH] Bump Nimble to 14.x Co-Authored-By: Claude Opus 4.7 (1M context) --- Package.resolved | 10 +++++----- Package.swift | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.resolved b/Package.resolved index 8b0baad..5ac83bb 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "bbb217d1dc8387b37d0ce668d548c0fb806f58f2bd2d5d45526f862108b844b8", + "originHash" : "bac1b6216960edbd1213b8a04c6c674404d361c813e7ca2214df16174eb29f2d", "pins" : [ { "identity" : "buildablemacro", @@ -33,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Quick/Nimble.git", "state" : { - "revision" : "cc945f7bdf3b485adedc315e18685c065059b4ca", - "version" : "13.8.0" + "revision" : "035b88ad6ae8035f5ce2b50b0a6d69c3b16d2120", + "version" : "14.0.0" } }, { @@ -69,8 +69,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-docc-plugin.git", "state" : { - "revision" : "e977f65879f82b375a044c8837597f690c067da6", - "version" : "1.4.6" + "revision" : "647c708be89f834fa6a6d4945442793a77ddf5b6", + "version" : "1.5.0" } }, { diff --git a/Package.swift b/Package.swift index f30daf0..250ede1 100644 --- a/Package.swift +++ b/Package.swift @@ -23,7 +23,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. .package(url: "https://github.com/Quick/Quick.git", from: "7.6.2"), - .package(url: "https://github.com/Quick/Nimble.git", from: "13.6.0"), + .package(url: "https://github.com/Quick/Nimble.git", from: "14.0.0"), .package(url: "https://github.com/objecthub/swift-numberkit.git", from: "2.6.0"), .package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.4.3"), .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),