Enumerationswift-package-manager 6.0.1PackageGraph
PubgrubError
PubGrubDependencyResolver.swift:738enum PubgrubError
Cases
Show implementation details (1)
Hide implementation details
Other members in extension
Typealiases
typealias Constraint
The type of the constraints the resolver operates on.
Type members
init(provider: PackageContainerProvider, pins: PinsStore.Pins, skipDependenciesUpdates: Bool, prefetchBasedOnResolvedFile: Bool, observabilityScope: ObservabilityScope, delegate: DependencyResolverDelegate?
)
Instance members
func solve(constraints: [Constraint]
) -> Result<[DependencyResolverBinding], Error> Execute the resolution algorithm to find a valid assignment of versions.
Citizens in PackageGraph
Conformances
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Error
A type representing an error value that can be thrown.
protocol Sendable
Instance members
Instance features
var interpolationDescription: String
var localizedDescription: String
Retrieve the localized description for this error.