The different types of a target.
SDK
- Xcode 10.2+
Framework
- Swift Package Manager
The different types of a target.
SDK
Framework
func encode(to: Encoder)
Encodes this value into the given encoder, when the type’s Raw
is String
.
func hash(into: inout Hasher)
Hashes the target type by feeding the item into the given hasher.
var hash Value: Int
The hash value for the target’s type.
static func != (Target .Target Type, Target .Target Type) -> Bool
Returns a Boolean value indicating whether two values are not equal.
var is Test: Bool
A boolean value that indicates if this is a test target.
let type: Target .Target Type
The type of the target.