Structureswift-package-manager 6.0.1Workspace
RevisionDoesNotExist
The diagnostic triggered when the edit operation fails because the specified revision does not exist.
struct RevisionDoesNotExist
The diagnostic triggered when the edit operation fails because the specified revision does not exist.
struct RevisionDoesNotExist
import Workspace
enum WorkspaceDiagnostics
struct BranchAlreadyExists
The diagnostic triggered when the edit operation fails because the branch to be created already exists.
struct DependencyNotInEditMode
The diagnostic triggered when the unedit operation fails because the dependency is not in edit mode.
struct UncommittedChanges
The diagnostic triggered when an operation fails because its completion would lose the uncommitted changes in a repository.
struct UnpushedChanges
The diagnostic triggered when an operation fails because its completion would lose the unpushed changes in a repository.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
var description: String { get }
let revision: String
The revision requested.
var interpolationDescription: String { get }
var localizedDescription: String { get }
Retrieve the localized description for this error.