Contents

swiftLanguageMode(_:_:)

Defines a -language-mode to pass to the corresponding build tool.

Declaration

static func swiftLanguageMode(_ mode: SwiftLanguageMode, _ condition: BuildSettingCondition? = nil) -> SwiftSetting

Parameters

  • mode:

    The Swift language mode to use.

  • condition:

    A condition that restricts the application of the build setting.

Discussion

See Also

Configuring Swift Settings