@@ -72,9 +72,9 @@ let package = Package(
7272 dependencies: [ " SwiftOptions " , " ArgumentParser " ] ) ,
7373
7474 /// The `makeOptions` utility (for importing option definitions).
75- . target(
76- name: " makeOptions " ,
77- dependencies: [ ] ) ,
75+ // .target(
76+ // name: "makeOptions",
77+ // dependencies: []),
7878 ] ,
7979 cxxLanguageStandard: . cxx14
8080)
@@ -95,13 +95,13 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
9595}
9696
9797if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
98- package . dependencies += [
99- . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch( " main " ) ) ,
100- . package ( url: " https://github.com/jpsim/Yams.git " , . upToNextMinor( from: " 4.0.0 " ) ) ,
101- // The 'swift-argument-parser' version declared here must match that
102- // used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
103- // dependency version changes here with those projects.
104- . package ( url: " https://github.com/apple/swift-argument-parser.git " , . branch ( " main " ) ) ,
98+ package . dependencies += [
99+ . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch( " main " ) ) ,
100+ . package ( url: " https://github.com/jpsim/Yams.git " , . upToNextMinor( from: " 4.0.0 " ) ) ,
101+ // The 'swift-argument-parser' version declared here must match that
102+ // used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
103+ // dependency version changes here with those projects.
104+ . package ( url: " https://github.com/apple/swift-argument-parser.git " , . upToNextMinor ( from : " 0.3.2 " ) ) ,
105105 ]
106106} else {
107107 package . dependencies += [
0 commit comments