We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71054e commit bc6fec6Copy full SHA for bc6fec6
Sources/DriverSupport/DriverSupportUtils.swift
@@ -56,7 +56,7 @@ public enum DriverSupport {
56
// This checks if given flags are supported in the built-in toolchain driver. Currently
57
// there's no good way to get the supported flags from it, so run `swiftc -h` directly
58
// to get the flags and cache the result.
59
- static func checkToolchainDriverFlags(
+ package static func checkToolchainDriverFlags(
60
flags: Set<String>,
61
toolchain: PackageModel.Toolchain,
62
fileSystem: FileSystem
0 commit comments