Version
InstalledSwiftPMConfiguration.swift:14struct Version
struct Version
s12PackageModel29InstalledSwiftPMConfigurationV7VersionV
What are these?5BR7K
import PackageModel
struct InstalledSwiftPMConfiguration
init(from decoder: any Decoder) throws
static var `default`: InstalledSwiftPMConfiguration { get }
let swiftSyntaxVersionForMacroTemplate: Version
let swiftTestingVersionForTestTemplate: Version
func encode(to encoder: any Encoder) throws
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
init(from decoder: any Decoder) throws
init(major: Int, minor: Int, patch: Int, prereleaseIdentifier: String? = nil)
var description: String { get }