Instance Propertyswift-package-manager 6.1.2PackageFingerprint
value
Model.swift:21let value: Stringlet value: Stringimport PackageFingerprintstruct Fingerprint@frozen struct StringA Unicode string value that is a collection of characters.
init(origin: Fingerprint.Origin, value: String, contentType: Fingerprint.ContentType) let contentType: Fingerprint.ContentTypelet origin: Fingerprint.Originenum ContentTypeEach 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 Kindenum Origin