Enumeration Caseswift-package-manager 6.0.3PackageModel
local(_:)
PackageDependencyDescription.swift:48case local(AbsolutePath)
case local(AbsolutePath)
s12PackageModel0A10DependencyO13SourceControlV8LocationO5localyAG6Basics12AbsolutePathVcAGmF
What are these?4T6OM
import PackageModel
enum Location
enum PackageDependency
Represents a package dependency.
struct SourceControl
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.
case remote(SourceControlURL)