Enumerationswift-package-manager 6.0.1PackageModel
Rule
TargetDescription.swift:45enum Rule
enum Rule
import PackageModel
struct Resource
struct TargetDescription
The description of an individual module.
case process(localization: Localization?)
case copy
case embedInCode
init(rule: Rule, path: String)
let path: String
The path of the resource.
let rule: Rule
The rule for the resource.
enum Localization
protocol Encodable
A type that can encode itself to an external representation.
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.
protocol Sendable
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.