From abb1040aabb5fad290b51e9fb30ec2fdabf73083 Mon Sep 17 00:00:00 2001 From: Brent Deverman Date: Sat, 18 Apr 2026 19:49:32 +0800 Subject: [PATCH] Update swift-sdk to 0.12.0 for Swift 6.3 compatibility --- Package.resolved | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 8909fd4..f0e8666 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "042c043bc91172c15b5f1d87ae77dc0abb7acbcd01cef21f5a1c4bdd2c52c0cd", + "originHash" : "782d24fcf473fc18ccb73efd332d4744e8210ad20c9ee707f3795816d21b2aa2", "pins" : [ { "identity" : "eventsource", @@ -19,6 +19,24 @@ "version" : "1.7.0" } }, + { + "identity" : "swift-atomics", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-atomics.git", + "state" : { + "revision" : "b601256eab081c0f92f059e12818ac1d4f178ff7", + "version" : "1.3.0" + } + }, + { + "identity" : "swift-collections", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-collections.git", + "state" : { + "revision" : "6675bc0ff86e61436e615df6fc5174e043e57924", + "version" : "1.4.1" + } + }, { "identity" : "swift-log", "kind" : "remoteSourceControl", @@ -28,13 +46,22 @@ "version" : "1.9.1" } }, + { + "identity" : "swift-nio", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-nio.git", + "state" : { + "revision" : "cd6710454f25733900e133c6caf5188952763c36", + "version" : "2.98.0" + } + }, { "identity" : "swift-sdk", "kind" : "remoteSourceControl", "location" : "https://github.com/modelcontextprotocol/swift-sdk.git", "state" : { - "revision" : "c0407a0b52677cb395d824cac2879b963075ba8c", - "version" : "0.10.2" + "revision" : "6132fd4b5b4217ce4717c4775e4607f5c3120129", + "version" : "0.12.0" } }, {