langserver-swift
|
https://github.com/thoughtbot/Runes.git @ 4.2.2: error: manifest parse error(s):
/tmp/TemporaryFile.ZwhkVC.swift:11:6: error: ambiguous reference to member 'package'
.package(url: "git@github.com:typelift/SwiftCheck.git", .from("0.11.0"))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/TemporaryFile.ZwhkVC.swift:11:6: note: overloads for 'package' exist with these partially matching parameter lists: (url: String, Package.Dependency.Requirement), (url: String, Range<Version>), (url: String, ClosedRange<Version>)
.package(url: "git@github.com:typelift/SwiftCheck.git", .from("0.11.0"))
^
warning: PackageDescription API v3 is deprecated and will be removed in the future; used by package(s): langserver-swift
|