Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ let package = Package(
dependencies: [
// MARK: Cross-Platform Dependencies
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0"..<"700.0.0"),
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate lockfile to actually pick swift-syntax 601+

This manifest change alone does not move this repository off swift-syntax 600.x because Package.resolved is still pinned to 600.0.1 (Package.resolved lines 283-289). In any environment that honors the lockfile (including local/CI builds of this repo), resolution will continue using 600.0.1, so toolchains that need 601.x compatibility will still fail despite the widened range; the lockfile needs to be updated in the same change.

Useful? React with 👍 / 👎.

.package(url: "https://github.com/apple/swift-log.git", from: "1.8.0"),

// MARK: MLX Dependencies (Apple Silicon Only)
Expand Down