diff --git a/Package.swift b/Package.swift index c519fdc2a..0039973a5 100644 --- a/Package.swift +++ b/Package.swift @@ -37,7 +37,10 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/ml-explore/mlx-swift", .upToNextMinor(from: "0.31.4")), - .package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0" ..< "604.0.0"), + // 602.0.0 floor: swift.org publishes signed prebuilt swift-syntax artifacts only for + // >= 602 tags on current toolchains; a 600.x/601.x resolution falls back to the full + // source compile of swift-syntax. + .package(url: "https://github.com/swiftlang/swift-syntax.git", "602.0.0" ..< "604.0.0"), ], targets: [ .target(