Enumeration Caseswift-package-manager 6.0.1PackageGraph
_unresolvable(_:_:)
PubGrubDependencyResolver.swift:739case _unresolvable(Incompatibility, [DependencyResolutionNode : [Incompatibility]])
case _unresolvable(Incompatibility, [DependencyResolutionNode : [Incompatibility]])
s12PackageGraph25PubGrubDependencyResolverV12PubgrubErrorO13_unresolvableyAeA15IncompatibilityV_SDyAA0E14ResolutionNodeOSayAHGGtcAEmF
What are these?7X25W
import PackageGraph
enum PubgrubError
struct PubGrubDependencyResolver
The solver that is able to transitively resolve a set of package constraints specified by a root package.
struct Incompatibility
A set of terms that are incompatible with each other and can therefore not all be true at the same time. In dependency resolution, these are derived from version requirements and when running into unresolvable situations.
enum DependencyResolutionNode
A node in the dependency resolution graph.
case unresolvable(String)