Instance Propertyswift-package-manager 6.1.2PackageCollectionsModel
name
The name of the package collection, for display purposes only.
let name: StringThe name of the package collection, for display purposes only.
let name: Strings23PackageCollectionsModel0a10CollectionC0O2V1O0D0V4nameSSvp What are these?4A16Himport PackageCollectionsModelstruct Collectionenum PackageCollectionModelenum V1@frozen struct StringA Unicode string value that is a collection of characters.
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 formatVersion: PackageCollectionModel.FormatVersionThe version of the format to which the collection conforms.
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 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