Platform
public enum Platform : Sendable
The platform on which the compiler or interpreter is running/targeting.
-
An operating system on which the compiler/interpreter/target program can run.
See moreDeclaration
Swift
public enum OperatingSystem : Codable, CustomStringConvertible, Sendable -
An architecture on which the the compiler/interpreter/target program can run.
See moreDeclaration
Swift
public enum Architecture : String, Codable, CustomStringConvertible, Sendable -
The host operating system.
Declaration
Swift
public static let hostOperatingSystem: OperatingSystem -
The host operating system.
-
The host architecture.
-
The host architecture.
Declaration
Swift
public static let hostArchitecture: Architecture
View on GitHub