Represents an .artifactbundle on the filesystem that contains a Swift SDK.
.artifactbundle
struct SwiftSDKBundle
s12PackageModel14SwiftSDKBundleV
PAA7
import PackageModel
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
struct Variant