CustomPackageContainer
PackageContainer.swift:115protocol CustomPackageContainer : PackageContainer
Supertypes
protocol PackageContainer
A container of packages.
Requirements
Instance members
func getFileSystem(
) throws -> FileSystem? Get the custom file system for this package container.
func retrieve(at: Version, progressHandler: ((_ bytesReceived: Int64, _ totalBytes: Int64?) -> Void)?, observabilityScope: ObservabilityScope
) throws -> AbsolutePath Retrieve the package using this package container.