Variant
SwiftSDKBundle.swift:21struct Variant
struct Variant
import PackageModel
struct SwiftSDKBundle
Represents an .artifactbundle
on the filesystem that contains a Swift SDK.
var artifacts: [String : [SwiftSDKBundle.Variant]] { get }
Mapping of artifact IDs to variants available for a corresponding artifact.
var name: String { get }
Name of the Swift SDK bundle that can be used to distinguish it from other bundles.
let path: AbsolutePath
protocol Equatable
A type that can be compared for value equality.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.