swiftLanguageMode(_:_:)
Defines a -language-mode to pass to the corresponding build tool.
Declaration
static func swiftLanguageMode(_ mode: SwiftLanguageMode, _ condition: BuildSettingCondition? = nil) -> SwiftSettingParameters
- mode:
The Swift language mode to use.
- condition:
A condition that restricts the application of the build setting.