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 36874f1 commit e07dc82Copy full SHA for e07dc82
Sources/SwiftIfConfig/StaticBuildConfiguration.swift
@@ -413,8 +413,7 @@ extension StaticBuildConfiguration: BuildConfiguration {
413
/// - Parameters:
414
/// - name: The name of the object file format.
415
/// - Returns: Whether the target object file format matches the given name.
416
- @_spi(ExperimentalLanguageFeatures)
417
- public func isActiveTargetObjectFileFormat(name: String) -> Bool {
+ public func isActiveTargetObjectFormat(name: String) -> Bool {
418
targetObjectFileFormats.contains(name)
419
}
420
0 commit comments