Skip to content

TargetCountProvider

rockbruno edited this page May 9, 2020 · 1 revision

TargetCountProvider

Number of targets in the build. Requirements: Build logs.

public struct TargetCountProvider: InfoProvider

Inheritance

InfoProvider

Nested Type Aliases

Arguments

public typealias Arguments = Args

Initializers

init(count:)

public init(count: Int)

Properties

identifier

let identifier: String

description

let description: String

count

let count: Int

Methods

extract(fromApi:args:)

public static func extract(fromApi api: SwiftInfo, args _: Args?) throws -> TargetCountProvider

summary(comparingWith:args:)

public func summary(comparingWith other: TargetCountProvider?, args: Args?) -> Summary
Clone this wiki locally