Origin
Model.swift:37enum Origin
Cases
Other members in extension
Types
enum ContentType
Each package version has a dictionary of fingerprints identified by content type. Fingerprints of content type
sourceCode
can come from registry (i.e., source archive checksum) or git repo (commit hash). However, the current implementation only stores fingerprints for manifests downloaded from registry. It doesn’t not save fingerprints for manifests in git repo.enum Kind
Type members
Instance members
Citizens in PackageFingerprint
Conformances
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
Instance members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.