Instance Propertyswift-package-manager 6.0.1PackageCollectionsModel
keywords
An array of keywords that the collection is associated with.
let keywords: [String]?
An array of keywords that the collection is associated with.
let keywords: [String]?
s23PackageCollectionsModel0a10CollectionC0O2V1O0D0V8keywordsSaySSGSgvp
What are these?117T6
import PackageCollectionsModel
struct Collection
enum PackageCollectionModel
enum V1
@frozen struct String
A 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: Author?)
Creates a Collection
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 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
let revision: Int?
The revision number of this package collection.
struct Author
struct Package