From 1593bd2528006e6ab93b1db7e7b543f93ae7686d Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Mon, 7 Sep 2020 11:11:25 -0700 Subject: [PATCH] build: pin argument-parser to 0.3.0 This follows the change in apple/swift-package-manager#2909. Without this change, it is not possible to build SourceKit-LSP without the local dependencies as the version conflict prevents a resolution. Thanks to @owenv for pointing out the change in s-p-m! --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index a88d6cc16..53b75ac25 100644 --- a/Package.swift +++ b/Package.swift @@ -232,7 +232,7 @@ if getenv("SWIFTCI_USE_LOCAL_DEPS") == nil { .package(url: "https://github.com/apple/indexstore-db.git", .branch("master")), .package(url: "https://github.com/apple/swift-package-manager.git", .branch("master")), .package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("master")), - .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")), + .package(url: "https://github.com/apple/swift-argument-parser.git", .exact("0.3.0")), ] } else { package.dependencies += [