From 310fda870d3390c5cb81fb034e98563e4ecc60f7 Mon Sep 17 00:00:00 2001 From: Simon Pilkington Date: Thu, 14 Aug 2025 13:59:35 +1000 Subject: [PATCH] Remove SwiftFormat as a dependency. --- Package.resolved | 11 +---------- Package.swift | 1 - 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/Package.resolved b/Package.resolved index d597de9..4c1a8e1 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "a8b37d4d2368118713e93162ea8f45b3e7b9755653b81aba5afd200c9405b6a1", + "originHash" : "4bcae3039f19c82e98ed8f0ca8dce84381c43f63abd674faff0ff363b0a789b2", "pins" : [ { "identity" : "aws-crt-swift", @@ -262,15 +262,6 @@ "version" : "1.6.2" } }, - { - "identity" : "swiftformat", - "kind" : "remoteSourceControl", - "location" : "https://github.com/nicklockwood/SwiftFormat", - "state" : { - "revision" : "b83a8f132ff5430f3b6ff7d912baa407caea9e29", - "version" : "0.57.2" - } - }, { "identity" : "thrift-swift", "kind" : "remoteSourceControl", diff --git a/Package.swift b/Package.swift index c6696b1..6498c9f 100644 --- a/Package.swift +++ b/Package.swift @@ -44,7 +44,6 @@ let package = Package( .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-metrics.git", "1.0.0" ..< "3.0.0"), .package(url: "https://github.com/JohnSundell/CollectionConcurrencyKit", from: "0.2.0"), - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.53.9"), .package(url: "https://github.com/apple/swift-syntax", from: "601.0.0"), ], targets: [