Enumerationswift-package-manager 6.0.3PackageModel
PluginNetworkPermissionScope
PluginModule.swift:82enum PluginNetworkPermissionScope
enum PluginNetworkPermissionScope
import PackageModel
case none
case local(ports: [Int])
case all(ports: [Int])
case docker
case unixDomainSocket
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.
var label: String { get }
var ports: [Int] { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.