Other Structures

The following structures are available globally.

  • Declaration

    Swift

    public struct BuildResponse : Content
  • Declaration

    Swift

    public struct BuildStatusResult : Content
  • Struct that holds Time Series data

    Declaration

    Swift

    public struct ChartTimeSeries : Content
  • Info about the Jobs

    Declaration

    Swift

    public struct JobDashboard : Content
  • Describes the upload request managed by XCMetrics. This could either be a previously failed to upload request or a newly produced request.

    See more

    Declaration

    Swift

    public struct MetricsUploadRequest : Equatable, Hashable
  • A plugin executed by XCMetrics that collects custom metrics.

    See more

    Declaration

    Swift

    public struct XCMetricsPlugin : Equatable, Hashable
  • The entry point for XCMetrics that parses all argument if executed standalone or by another package that depends on it.

    See more

    Declaration

    Swift

    public struct XCMetrics : ParsableCommand