Instance Propertyswift-package-manager 6.0.1PackageGraph
description
ResolvedModule.swift:234var description: String { get }
var description: String { get }
s12PackageGraph14ResolvedModuleV10DependencyO11descriptionSSvp
What are these?6BVGR
import PackageGraph
enum Dependency
Represents dependency of a resolved module.
struct ResolvedModule
Represents a fully resolved module. All the dependencies for this module are also stored as resolved.
@frozen struct String
A Unicode string value that is a collection of characters.
var conditions: [PackageCondition] { get }
var dependencies: [ResolvedModule.Dependency] { get }
Returns the direct dependencies of the underlying dependency, across the package graph.
var id: ID { get }
var module: ResolvedModule? { get }
var packageDependencies: [ResolvedModule.Dependency] { get }
Returns the direct dependencies of the underlying dependency, limited to the module’s package.
var product: ResolvedProduct? { get }
static func == (lhs: ResolvedModule.Dependency, rhs: ResolvedModule.Dependency) -> Bool
func hash(into hasher: inout Hasher)
func satisfies(_ environment: BuildEnvironment) -> Bool
struct ID