Fingerprint
Model.swift:19struct Fingerprint
Citizens in PackageFingerprint
Conformances
protocol Equatable
A type that can be compared for value equality.
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
enum Origin
Type members
Instance members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.