Enumerationswift-package-manager 6.0.1PackagePlugin
ModuleKind
Represents the kind of module.
enum ModuleKind
Represents the kind of module.
enum ModuleKind
import PackagePlugin
case generic
A module that contains generic code (not a test nor an executable).
case executable
A module that contains code for an executable’s main module.
case snippet
A module that contains code for a snippet.
case test
A module that contains unit tests.
case macro
A module that contains code for a macro.
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.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.