OperatingSystem
public enum OperatingSystem : Codable, CustomStringConvertible, Sendable
An operating system on which the compiler/interpreter/target program can run.
-
Undocumented
Declaration
Swift
case macOS -
Undocumented
Declaration
Swift
case linux -
Undocumented
Declaration
Swift
case windows -
String representation that matches the possible values used for conditional compilation.
Declaration
Swift
public var description: String { get }
View on GitHub