Tags: pointfreeco/swift-parsing
Tags
Use SPM tools version 5.2 (#1) * Use SPM tools version 5.2 This fixes the following error: error: 'package(name:url:from:)' is unavailable .package(name: "Benchmark", url: "https://github.com/google/swift-benchmark", from: "0.1.0"), ^~~~~~~ PackageDescription.Package.Dependency:5:24: note: 'package(name:url:from:)' was introduced in PackageDescription 5.2 public static func package(name: String? = nil, url: String, from version: PackageDescription.Version) -> PackageDescription.Package.Dependency * Update Package.swift Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com>
PreviousNext