Enumerationswift-package-manager 6.1.2PackagePlugin
PluginDeserializationError
Errors.swift:43enum PluginDeserializationErrorenum PluginDeserializationErrorimport PackagePlugincase malformedInputJSON(_: String)The input JSON is malformed in some way; the message provides more details.
protocol CopyableA type whose values can be implicitly or explicitly copied.
protocol CustomStringConvertibleA type with a customized textual representation.
protocol Error : SendableA type representing an error value that can be thrown.
protocol Escapableprotocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
var description: String { get }var localizedDescription: String { get }Retrieve the localized description for this error.