Enumerationswift-package-manager 6.0.1PackagePlugin
PackageManagerProxyError
PackageManagerProxy.swift:308enum PackageManagerProxyError
enum PackageManagerProxyError
import PackagePlugin
case unimplemented(_: String)
Indicates that the functionality isn’t implemented in the plugin host.
case unspecified(_: String)
An unspecified other kind of error from the Package Manager proxy.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
var localizedDescription: String { get }
Retrieve the localized description for this error.