Author
PackageCollectionModel+v1.swift:208struct Author
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (12) members.
Types
Type members
Instance members
let createdAt: Date?
When the package version was created.
let defaultToolsVersion: String
Tools version of the default manifest.
let license: PackageCollectionModel.V1.License?
The package version’s license.
let manifests: [String : Manifest]
Manifests by tools version.
let signer: PackageCollectionModel.V1.Signer?
The signer of the package version.
let summary: String?
A description of the package version.
let verifiedCompatibility: [PackageCollectionModel.V1.Compatibility]?
An array of compatible platforms and Swift versions that has been tested and verified for.
let version: String
The semantic version string.
Citizens in PackageCollectionsModel
Conformances
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Equatable
A type that can be compared for value equality.
Type members
init(from: any Decoder
) throws init(name: String
) Creates an
Author
Instance members
let name: String
The author name.
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.