Runtime
WindowsToolchainInfo.swift:18enum Runtime
enum Runtime
s12PackageModel18WindowsSDKSettingsV17DefaultPropertiesV7RuntimeO
What are these?6AMW7
import PackageModel
struct DefaultProperties
struct WindowsSDKSettings
case multithreadedDebugDLL
MultiThreadedDebugDLL Use the debug variant of the C runtime with shared linking.
case multithreadedDLL
MultiThreadedDLL Use the release variant of the C runtime with shared linking.
case multithreadedDebug
MultiThreadedDebug Use the debug variant of the C runtime with static linking.
case multithreaded
MultiThreaded Use the release variant of the C runtime with static linking.
init(from decoder: any Decoder) throws
let runtime: Runtime
DEFAULT_USE_RUNTIME - specifies the C runtime variant to use
protocol Decodable
A type that can decode itself from an external representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
init?(rawValue: String)
init(from decoder: any Decoder) throws
Creates a new instance by decoding from the given decoder, when the type’s RawValue
is String
.
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)