Args

public struct Args

Undocumented

  • The build system that was used to test the app. If Xcode was used, SwiftInfo will parse the testLogFilePath file, but if Buck was used, buckLogFilePath will be used instead.

    Declaration

    Swift

    public let buildSystem: BuildSystem
  • Undocumented

    Declaration

    Swift

    public init(buildSystem: BuildSystem = .xcode)