The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GaugeProgressViewStyle, reference 1.0.2 (3ee937), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 15:32:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kkla320/GaugeProgressViewStyle.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kkla320/GaugeProgressViewStyle
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 3ee9371 Merge pull request #14 from kkla320/develop
Cloned https://github.com/kkla320/GaugeProgressViewStyle.git
Revision (git rev-parse @):
3ee9371480c5d3ff8a8ecfff48307bf77dc52656
SUCCESS checkout https://github.com/kkla320/GaugeProgressViewStyle.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kkla320/GaugeProgressViewStyle.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling Trigonometry Angle.swift
[5/9] Emitting module Trigonometry
[6/9] Compiling Trigonometry Float+TrigonometryFunctions.swift
[7/9] Compiling Trigonometry TrigonometryFunctions.swift
[8/9] Compiling Trigonometry Double+TrigonometryFunctions.swift
[9/9] Compiling Trigonometry Measurement+Angle.swift
[10/24] Compiling GaugeProgressViewStyle GaugeProgressViewStyle.swift
[11/25] Compiling GaugeProgressViewStyle AngularGradient+trafficLight.swift
[12/25] Compiling GaugeProgressViewStyle CGPoint+init.swift
[13/25] Compiling GaugeProgressViewStyle CGPoint+subtractingFromX.swift
[14/25] Compiling GaugeProgressViewStyle CGRect+center.swift
[15/25] Compiling GaugeProgressViewStyle Angle+angularGradiendGaugeStart.swift
[16/25] Compiling GaugeProgressViewStyle Angle+angularGradientGaugeEnd.swift
[17/25] Emitting module GaugeProgressViewStyle
[18/25] Compiling GaugeProgressViewStyle CGRect+shortestSide.swift
[19/25] Compiling GaugeProgressViewStyle SwiftUIAngle+Angle.swift
[20/25] Compiling GaugeProgressViewStyle GaugePosition.swift
[21/25] Compiling GaugeProgressViewStyle AddOperatorCGPoint.swift
[22/25] Compiling GaugeProgressViewStyle ProgressViewStyle+gauge.swift
[23/25] Compiling GaugeProgressViewStyle Gauge.swift
[24/25] Compiling GaugeProgressViewStyle GaugePointer.swift
[25/25] Compiling GaugeProgressViewStyle Ring.swift
Build complete! (13.32s)
Fetching https://github.com/nalexn/ViewInspector.git
Fetching https://github.com/kkla320/Trigonometry
[1/41] Fetching trigonometry
[37/12456] Fetching trigonometry, viewinspector
Fetched https://github.com/nalexn/ViewInspector.git from cache (1.14s)
Fetched https://github.com/kkla320/Trigonometry from cache (1.14s)
Computing version for https://github.com/kkla320/Trigonometry
Computed https://github.com/kkla320/Trigonometry at 2.0.0 (1.70s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.2 (0.40s)
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.2
Creating working copy for https://github.com/kkla320/Trigonometry
Working copy of https://github.com/kkla320/Trigonometry resolved at 2.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector.git"
    },
    {
      "identity" : "trigonometry",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kkla320/Trigonometry"
    }
  ],
  "manifest_display_name" : "GaugeProgressViewStyle",
  "name" : "GaugeProgressViewStyle",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "GaugeProgressViewStyle",
      "targets" : [
        "GaugeProgressViewStyle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GaugeProgressViewStyleTests",
      "module_type" : "SwiftTarget",
      "name" : "GaugeProgressViewStyleTests",
      "path" : "Tests/GaugeProgressViewStyleTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "GaugePointerTests.swift",
        "GaugePositionTests.swift",
        "Helper/CGPoint+rounded.swift",
        "RingTests.swift"
      ],
      "target_dependencies" : [
        "GaugeProgressViewStyle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GaugeProgressViewStyle",
      "module_type" : "SwiftTarget",
      "name" : "GaugeProgressViewStyle",
      "path" : "Sources/GaugeProgressViewStyle",
      "product_dependencies" : [
        "Trigonometry"
      ],
      "product_memberships" : [
        "GaugeProgressViewStyle"
      ],
      "sources" : [
        "Extensions/Angle+angularGradiendGaugeStart.swift",
        "Extensions/Angle+angularGradientGaugeEnd.swift",
        "Extensions/AngularGradient+trafficLight.swift",
        "Extensions/CGPoint+init.swift",
        "Extensions/CGPoint+subtractingFromX.swift",
        "Extensions/CGRect+center.swift",
        "Extensions/CGRect+shortestSide.swift",
        "Extensions/SwiftUIAngle+Angle.swift",
        "Gauge/Gauge.swift",
        "Gauge/GaugePointer.swift",
        "Gauge/GaugePosition.swift",
        "GaugeProgressViewStyle.swift",
        "Operators/AddOperatorCGPoint.swift",
        "ProgressViewStyle+gauge.swift",
        "Shapes/Ring.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.