A registry for available platforms.
struct PlatformRegistry
s12PackageModel16PlatformRegistryV
9AKSM
import PackageModel
static let `default`: PlatformRegistry
The current registry is hardcoded and static so we can just use a singleton for now.
let knownPlatforms: [Platform]
The list of known platforms.
let platformByName: [String : Platform]
The mapping of platforms to their name.