From 7944bad8f24c92194765cd424d113cef2b68e572 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Wed, 17 Sep 2025 11:49:37 -0700 Subject: [PATCH] Swift Syntax 602 Support --- Package.resolved | 35 ++++++++++++++++++++++------------- Package.swift | 2 +- Package@swift-6.0.swift | 2 +- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/Package.resolved b/Package.resolved index 279fb07e..279f6581 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "06aba47229f3efe31fff79bc09af1ad2bc07a7df36bf0aa5433087c9340ac408", + "originHash" : "b6033fa4261d16bb8a2e8455921e171958017330c579e5ecb9ec44fe836d2099", "pins" : [ { "identity" : "combine-schedulers", @@ -24,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-concurrency-extras", "state" : { - "revision" : "82a4ae7170d98d8538ec77238b7eb8e7199ef2e8", - "version" : "1.3.1" + "revision" : "5a3825302b1a0d744183200915a47b508c828e6f", + "version" : "1.3.2" } }, { @@ -42,8 +42,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "4c90d6b2b9bf0911af87b103bb40f41771891596", - "version" : "1.9.2" + "revision" : "a10f9feeb214bc72b5337b6ef6d5a029360db4cc", + "version" : "1.9.5" } }, { @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-docc-plugin", "state" : { - "revision" : "85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64", - "version" : "1.4.3" + "revision" : "3e4f133a77e644a5812911a0513aeb7288b07d06", + "version" : "1.4.5" } }, { @@ -69,8 +69,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-macro-testing", "state" : { - "revision" : "2de00af725ff4c43c9a90d7893835de312653169", - "version" : "0.6.3" + "revision" : "9ab11325daa51c7c5c10fcf16c92bac906717c7e", + "version" : "0.6.4" } }, { @@ -78,8 +78,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "b198a568ad24c5a22995c5ff0ecf9667634e860e", - "version" : "1.18.5" + "revision" : "a8b7c5e0ed33d8ab8887d1654d9b59f2cbad529b", + "version" : "1.18.7" } }, { @@ -87,8 +87,17 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/swiftlang/swift-syntax", "state" : { - "revision" : "f99ae8aa18f0cf0d53481901f88a0991dc3bd4a2", - "version" : "601.0.1" + "revision" : "4799286537280063c85a32f09884cfbca301b1a1", + "version" : "602.0.0" + } + }, + { + "identity" : "swift-tagged", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-tagged", + "state" : { + "revision" : "3907a9438f5b57d317001dc99f3f11b46882272b", + "version" : "0.10.0" } }, { diff --git a/Package.swift b/Package.swift index 5b365e2e..568e1eee 100644 --- a/Package.swift +++ b/Package.swift @@ -47,7 +47,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.4"), .package(url: "https://github.com/pointfreeco/swift-tagged", from: "0.10.0"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.5.2"), - .package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"602.0.0"), + .package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0"), ], targets: [ .target( diff --git a/Package@swift-6.0.swift b/Package@swift-6.0.swift index 2514071a..ea4248a7 100644 --- a/Package@swift-6.0.swift +++ b/Package@swift-6.0.swift @@ -43,7 +43,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.6.3"), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.4"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.5.2"), - .package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"602.0.0"), + .package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0"), ], targets: [ .target(