Instance Propertyswift-package-manager 6.0.1PackageCollectionsModel
identity
Package identity for registry (https://github.com/swiftlang/swift-package-manager/blob/main/Documentation/PackageRegistry/Registry.md#36-package-identification).
PackageCollectionModel+v1.swift:86let identity: String?
Other members in extension
Types
Type members
init(from: any Decoder
) throws init(url: URL, identity: String?, summary: String?, keywords: [String]?, versions: [PackageCollectionModel.V1.Collection.Package.Version], readmeURL: URL?, license: PackageCollectionModel.V1.License?
) Creates a
Package
Instance members
let keywords: [String]?
An array of keywords that the package is associated with.
let license: PackageCollectionModel.V1.License?
The package’s current license info
let readmeURL: URL?
The URL of the package’s README.
let summary: String?
A description of the package.
let url: URL
The URL of the package. Currently only Git repository URLs are supported.
let versions: [PackageCollectionModel.V1.Collection.Package.Version]
An array of version objects representing the most recent and/or relevant releases of the package.