Enumerationswift-package-manager 6.0.1PackageModel
PluginCapability
PluginModule.swift:51enum PluginCapability
enum PluginCapability
import PackageModel
case buildTool
case command(intent: PluginCommandIntent, permissions: [PluginPermission])
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
init(from desc: TargetDescription.PluginCapability)
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.