Enumerationswift-package-manager 6.0.1Workspace
WorkspaceDiagnostics
Diagnostics.swift:35enum WorkspaceDiagnostics
enum WorkspaceDiagnostics
import Workspace
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 RevisionDoesNotExist
The diagnostic triggered when the edit operation fails because the specified revision does not exist.
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.