Instance Propertyswift-package-manager 6.0.1PackageCollectionsModel
revision
The revision number of this package collection.
PackageCollectionModel+v1.swift:37let revision: Int?
Other members in extension
Types
Type members
init(from: any Decoder
) throws init(name: String, overview: String?, keywords: [String]?, packages: [PackageCollectionModel.V1.Collection.Package], formatVersion: PackageCollectionModel.FormatVersion, revision: Int?, generatedAt: Date, generatedBy: Author?
) Creates a
Collection
Instance members
let formatVersion: PackageCollectionModel.FormatVersion
The version of the format to which the collection conforms.
let generatedAt: Date
When the package collection was generated.
let generatedBy: Author?
The author of this package collection.
let keywords: [String]?
An array of keywords that the collection is associated with.
let name: String
The name of the package collection, for display purposes only.
let overview: String?
A description of the package collection.
let packages: [PackageCollectionModel.V1.Collection.Package]
An array of package metadata objects