Static Methodswift-package-manager 6.0.3PackageModel
parse(fileSystem:rootPath:)
ArtifactsArchiveMetadata.swift:65static func parse(fileSystem: FileSystem, rootPath: AbsolutePath) throws -> ArtifactsArchiveMetadata
static func parse(fileSystem: FileSystem, rootPath: AbsolutePath) throws -> ArtifactsArchiveMetadata
s12PackageModel24ArtifactsArchiveMetadataV5parse10fileSystem8rootPathAC8TSCBasic04FileH0_p_6Basics08AbsoluteJ0VtKFZ
What are these?2WJ7W
import PackageModel
struct ArtifactsArchiveMetadata
typealias FileSystem = TSCBasic.FileSystem
struct AbsolutePath
Represents an absolute file system path, independently of what (or whether anything at all) exists at that path in the file system at any given time. An absolute path always starts with a /
character, and holds a normalized string representation. This normalization is strictly syntactic, and does not access the file system in any way.
init(from decoder: any Decoder) throws
init(schemaVersion: String, artifacts: [String : Artifact])
let artifacts: [String : Artifact]
let schemaVersion: String
struct Artifact
enum ArtifactType
struct Variant