InvalidToolchainDiagnostic
Diagnostics.swift:91struct InvalidToolchainDiagnostic
struct InvalidToolchainDiagnostic
import PackageModel
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
init(_ error: String)
var description: String { get }
let error: String
var interpolationDescription: String { get }
var localizedDescription: String { get }
Retrieve the localized description for this error.