Host
public enum Host : Sendable
The platform on which the compiler or interpreter is running.
-
The name of the environment variable containing the executable search path.
Declaration
Swift
public static let pathEnvironmentVariable: String -
The separator between elements of the environment’s executable search path.
Declaration
Swift
public static let pathEnvironmentSeparator: Character -
The file extension applied to binary executables.
Declaration
Swift
public static let executableSuffix: String
View on GitHub