Enumerationswift-package-manager 6.0.3XCBuildSupport
PIFGenerationError
PIFBuilder.swift:1926enum PIFGenerationError
enum PIFGenerationError
import XCBuildSupport
case unsupportedSwiftLanguageVersions(targetName: String, versions: [SwiftLanguageVersion], supportedVersions: [SwiftLanguageVersion])
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Escapable
protocol Sendable
var description: String { get }
var interpolationDescription: String { get }
var localizedDescription: String { get }
Retrieve the localized description for this error.