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.
2 parents ff18f35 + 9994b2a commit 3215410Copy full SHA for 3215410
Sources/SwiftDriver/Driver/Driver.swift
@@ -307,7 +307,7 @@ public struct Driver {
307
@_spi(Testing) public var externalBuildArtifacts: ExternalBuildArtifacts? = nil
308
309
/// A collection of all the flags the selected toolchain's `swift-frontend` supports
310
- @_spi(Testing) public let supportedFrontendFlags: Set<String>
+ public let supportedFrontendFlags: Set<String>
311
312
/// A global queue for emitting non-interrupted messages into stderr
313
public static let stdErrQueue = DispatchQueue(label: "org.swift.driver.emit-to-stderr")
0 commit comments