We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca20739 + 0089730 commit 75969e5Copy full SHA for 75969e5
Package.swift
@@ -336,9 +336,6 @@ var rawSyntaxValidation: Bool { hasEnvironmentVariable("SWIFTSYNTAX_ENABLE_RAWSY
336
/// See CONTRIBUTING.md for more information
337
var alternateTokenIntrospection: Bool { hasEnvironmentVariable("SWIFTPARSER_ENABLE_ALTERNATE_TOKEN_INTROSPECTION") }
338
339
-/// Assume that swift-argument-parser is checked out next to swift-syntax and use that instead of fetching a remote dependency.
340
-var useLocalDependencies: Bool { hasEnvironmentVariable("SWIFTCI_USE_LOCAL_DEPS") }
341
-
342
// MARK: - Compute custom build settings
343
344
// These build settings apply to the target and the corresponding test target.
0 commit comments