Enumerationswift-package-manager 6.0.1PackageGraph
BoundVersion
A bound version for a package within an assignment.
enum BoundVersion
A bound version for a package within an assignment.
enum BoundVersion
import PackageGraph
case excluded
The assignment should not include the package.
case version(Version)
The version of the package to include.
case unversioned
The package assignment is unversioned.
case revision(String, branch: String? = nil)
The package assignment is this revision.
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Escapable
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
var description: String { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.