Instance Propertyswift-package-manager 6.0.1PackageGraph
packages
The list of root packages.
let packages: [AbsolutePath]
The list of root packages.
let packages: [AbsolutePath]
s12PackageGraph0aB9RootInputV8packagesSay6Basics12AbsolutePathVGvp
What are these?7CZL9
import PackageGraph
struct PackageGraphRootInput
Represents the input to the package graph root.
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(packages: [AbsolutePath], dependencies: [PackageDependency] = [])
Create a package graph root.
let dependencies: [PackageDependency]
Top level dependencies to the graph.