Enumeration

Target.TargetType

The different types of a target.

Declaration

enum Target.TargetType : String, Encodable

Topics

Encoding and Decoding

func encode(to: Encoder)

Encodes this value into the given encoder, when the type’s RawValue is String.

Hashing

func hash(into: inout Hasher)

Hashes the target type by feeding the item into the given hasher.

var hashValue: Int

The hash value for the target’s type.

Operator Functions

static func != (Target.TargetType, Target.TargetType) -> Bool

Returns a Boolean value indicating whether two values are not equal.

Relationships

Conforms To

See Also

Describing the Target Type

var isTest: Bool

A boolean value that indicates if this is a test target.

let type: Target.TargetType

The type of the target.