Architecture
public enum Architecture : String, Codable, CustomStringConvertible, Sendable
An architecture on which the the compiler/interpreter/target program can run.
-
Undocumented
Declaration
Swift
case i386 -
Undocumented
Declaration
Swift
case x86_64 -
Undocumented
Declaration
Swift
case arm -
Undocumented
Declaration
Swift
case arm64 -
String representation that matches the possible values used for conditional compilation.
Declaration
Swift
public var description: String { get }
View on GitHub