diff --git a/.swiftpm/configuration/Package.resolved b/.swiftpm/configuration/Package.resolved new file mode 100644 index 0000000..2a8d42a --- /dev/null +++ b/.swiftpm/configuration/Package.resolved @@ -0,0 +1,32 @@ +{ + "pins" : [ + { + "identity" : "swift-macro-testing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-macro-testing", + "state" : { + "revision" : "a35257b7e9ce44e92636447003a8eeefb77b145c", + "version" : "0.5.1" + } + }, + { + "identity" : "swift-snapshot-testing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-snapshot-testing", + "state" : { + "revision" : "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3", + "version" : "1.17.2" + } + }, + { + "identity" : "swift-syntax", + "kind" : "remoteSourceControl", + "location" : "https://github.com/swiftlang/swift-syntax.git", + "state" : { + "revision" : "303e5c5c36d6a558407d364878df131c3546fad8", + "version" : "510.0.2" + } + } + ], + "version" : 2 +} diff --git a/Package.swift b/Package.swift index 8750819..61108ba 100644 --- a/Package.swift +++ b/Package.swift @@ -19,8 +19,8 @@ let package = Package( ], dependencies: [ .package( - url: "https://github.com/apple/swift-syntax.git", - from: "509.0.0-swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-25-b" + url: "https://github.com/swiftlang/swift-syntax.git", + from: "510.0.2" ), .package( url: "https://github.com/pointfreeco/swift-macro-testing",