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 ProgressIndicatorView, reference main (fe6f2b), with Swift 5.10 for macOS (SPM) on 17 Aug 2025 04:04:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exyte/ProgressIndicatorView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/exyte/ProgressIndicatorView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fe6f2bb Merge pull request #13 from MohaElder/patch-1
Cloned https://github.com/exyte/ProgressIndicatorView.git
Revision (git rev-parse @):
fe6f2bb1fad5e6260d5f7caedaa83690ad3d6dd4
SUCCESS checkout https://github.com/exyte/ProgressIndicatorView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/exyte/ProgressIndicatorView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/10] Compiling ProgressIndicatorView ProgressIndicatorView.swift
[4/10] Compiling ProgressIndicatorView DefaultSectorView.swift
[5/10] Compiling ProgressIndicatorView BarView.swift
[6/10] Compiling ProgressIndicatorView SizeGetter.swift
[7/10] Compiling ProgressIndicatorView CircleView.swift
[8/10] Compiling ProgressIndicatorView DashBarView.swift
[9/10] Emitting module ProgressIndicatorView
[10/10] Compiling ProgressIndicatorView ImpulseBarView.swift
Build complete! (7.67s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ProgressIndicatorView",
  "name" : "ProgressIndicatorView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "ProgressIndicatorView",
      "targets" : [
        "ProgressIndicatorView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProgressIndicatorView",
      "module_type" : "SwiftTarget",
      "name" : "ProgressIndicatorView",
      "path" : "Sources",
      "product_memberships" : [
        "ProgressIndicatorView"
      ],
      "sources" : [
        "Extensions/SizeGetter.swift",
        "Indicators/BarView.swift",
        "Indicators/CircleView.swift",
        "Indicators/DashBarView.swift",
        "Indicators/DefaultSectorView.swift",
        "Indicators/ImpulseBarView.swift",
        "ProgressIndicatorView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.