You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a bug, so I'm filing it here...
I'm seeing several build failures for swift-case-paths 1.5.4 in Swift 5/Xcode 15.4. I think the problem is swift-case-paths is pulling in a dependency on swift-syntax 600.0.0-prerelease-2024-07-30. I see that in Package.swift the version spec for the swift-syntax dep is "509.0.0"..<"601.0.0-prerelease". Should it be "509.0.0"..<"600.0.0-prerelease" (or something like that) instead?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm not sure if this is a bug, so I'm filing it here...
I'm seeing several build failures for swift-case-paths 1.5.4 in Swift 5/Xcode 15.4. I think the problem is swift-case-paths is pulling in a dependency on swift-syntax 600.0.0-prerelease-2024-07-30. I see that in Package.swift the version spec for the swift-syntax dep is
"509.0.0"..<"601.0.0-prerelease"
. Should it be"509.0.0"..<"600.0.0-prerelease"
(or something like that) instead?Beta Was this translation helpful? Give feedback.
All reactions