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 ContentType
Cases
Other members in extension
Types
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.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.
Instance members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.