The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GaugeProgressViewStyle, reference develop (f46587), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:33:30 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: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kkla320/GaugeProgressViewStyle
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at f46587f Merge pull request #13 from kkla320/fix/#10_Angles
Cloned https://github.com/kkla320/GaugeProgressViewStyle.git
Revision (git rev-parse @):
f46587f7cab73af108738a351006ccbbe98ffb03
SUCCESS checkout https://github.com/kkla320/GaugeProgressViewStyle.git at develop
========================================
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 TrigonometryFunctions.swift
[5/9] Compiling Trigonometry Angle.swift
[6/9] Compiling Trigonometry Measurement+Angle.swift
[7/9] Compiling Trigonometry Double+TrigonometryFunctions.swift
[8/9] Emitting module Trigonometry
[9/9] Compiling Trigonometry Float+TrigonometryFunctions.swift
[10/24] Compiling GaugeProgressViewStyle AngularGradient+trafficLight.swift
[11/24] Compiling GaugeProgressViewStyle CGPoint+init.swift
[12/24] Compiling GaugeProgressViewStyle CGPoint+subtractingFromX.swift
[13/24] Compiling GaugeProgressViewStyle CGRect+center.swift
[14/24] Compiling GaugeProgressViewStyle Angle+angularGradiendGaugeStart.swift
[15/24] Compiling GaugeProgressViewStyle Angle+angularGradientGaugeEnd.swift
[16/24] Emitting module GaugeProgressViewStyle
[17/25] Compiling GaugeProgressViewStyle GaugePosition.swift
[18/25] Compiling GaugeProgressViewStyle ProgressViewStyle+gauge.swift
[19/25] Compiling GaugeProgressViewStyle AddOperatorCGPoint.swift
[20/25] Compiling GaugeProgressViewStyle Gauge.swift
[21/25] Compiling GaugeProgressViewStyle GaugePointer.swift
[22/25] Compiling GaugeProgressViewStyle GaugeProgressViewStyle.swift
[23/25] Compiling GaugeProgressViewStyle CGRect+shortestSide.swift
[24/25] Compiling GaugeProgressViewStyle SwiftUIAngle+Angle.swift
[25/25] Compiling GaugeProgressViewStyle Ring.swift
Build complete! (13.48s)
Fetching https://github.com/nalexn/ViewInspector.git
Fetching https://github.com/kkla320/Trigonometry
[1/41] Fetching trigonometry
[42/12456] Fetching trigonometry, viewinspector
Fetched https://github.com/kkla320/Trigonometry from cache (1.17s)
Fetched https://github.com/nalexn/ViewInspector.git from cache (1.17s)
Computing version for https://github.com/kkla320/Trigonometry
Computed https://github.com/kkla320/Trigonometry at 2.0.0 (1.69s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.2 (0.38s)
Creating working copy for https://github.com/kkla320/Trigonometry
Working copy of https://github.com/kkla320/Trigonometry resolved at 2.0.0
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.2
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.