DefaultProperties
WindowsToolchainInfo.swift:76struct DefaultProperties
struct DefaultProperties
s12PackageModel19WindowsPlatformInfoV17DefaultPropertiesV
What are these?2LTJE
import PackageModel
struct WindowsPlatformInfo
init(from decoder: any Decoder) throws
init?(reading path: AbsolutePath, observabilityScope: ObservabilityScope?, filesystem: FileSystem)
let defaults: DefaultProperties
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Decodable
A type that can decode itself from an external representation.
protocol Escapable
init(from decoder: any Decoder) throws
let extraSwiftCFlags: [String]?
SWIFTC_FLAGS Specifies extra flags to pass to swiftc from Swift Package Manager.
let swiftTestingVersion: String?
SWIFT_TESTING_VERSION specifies the version string of the bundled swift-testing.
let xctestVersion: String
XCTEST_VERSION specifies the version string of the bundled XCTest.