Instance Propertyswift-package-manager 6.1.2PackageCollectionsModel
formatVersion
The version of the format to which the collection conforms.
let formatVersion: PackageCollectionModel.FormatVersionThe version of the format to which the collection conforms.
let formatVersion: PackageCollectionModel.FormatVersions23PackageCollectionsModel0a10CollectionC0O2V1O0D0V13formatVersionAC06FormatG0Ovp What are these?6R609import PackageCollectionsModelstruct Collectionenum PackageCollectionModelenum V1enum FormatVersionRepresentation of package collection (JSON) schema version
init(from decoder: any Decoder) throws init(name: String, overview: String?, keywords: [String]?, packages: [PackageCollectionModel.V1.Collection.Package], formatVersion: PackageCollectionModel.FormatVersion, revision: Int?, generatedAt: Date = Date(), generatedBy: PackageCollectionModel.V1.Collection.Author?) Creates a Collection
let generatedAt: DateWhen the package collection was generated.
let generatedBy: PackageCollectionModel.V1.Collection.Author?The author of this package collection.
let keywords: [String]?An array of keywords that the collection is associated with.
let name: StringThe 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
let revision: Int?The revision number of this package collection.
struct Authorstruct Package