Enumerationswift-package-manager 6.0.1PackageModel
PluginPermission
PluginModule.swift:118enum PluginPermission
enum PluginPermission
import PackageModel
case allowNetworkConnections(scope: PluginNetworkPermissionScope, reason: String)
case writeToPackageDirectory(reason: String)
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.PluginPermission)
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.