Skip to content

Translation 🌍

You can translate or improve the translation of this page.

Contribute

ENUM

SwiftCompilationMode

Contents

  • Cases
    • singlefile
    • wholemodule
swift
public enum SwiftCompilationMode: String

Cases

singlefile

swift
case singlefile

wholemodule

swift
case wholemodule

Released under the MIT License.