Skip to content

Commit 3215410

Browse files
authored
Merge pull request #591 from apple/exposeSupportedFlags
Expose supportedFrontendFlags
2 parents ff18f35 + 9994b2a commit 3215410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/Driver/Driver.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public struct Driver {
307307
@_spi(Testing) public var externalBuildArtifacts: ExternalBuildArtifacts? = nil
308308

309309
/// A collection of all the flags the selected toolchain's `swift-frontend` supports
310-
@_spi(Testing) public let supportedFrontendFlags: Set<String>
310+
public let supportedFrontendFlags: Set<String>
311311

312312
/// A global queue for emitting non-interrupted messages into stderr
313313
public static let stdErrQueue = DispatchQueue(label: "org.swift.driver.emit-to-stderr")

0 commit comments

Comments
 (0)