We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97921f6 commit f5beac5Copy full SHA for f5beac5
Package.swift
@@ -16,7 +16,8 @@ let package = Package(
16
.library(name: "ManagedModels", targets: [ "ManagedModels" ])
17
],
18
dependencies: [
19
- .package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0")
+ .package(url: "https://github.com/swiftlang/swift-syntax.git",
20
+ "509.0.0"..<"600.0.1")
21
22
targets: [
23
.target(
0 commit comments