The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProgressIndicatorView, reference main (fe6f2b), with Swift 6.0 for macOS (SPM) on 17 Aug 2025 04:04:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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:             6.0
Building package at path:  $PWD
https://github.com/exyte/ProgressIndicatorView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Compiling ProgressIndicatorView SizeGetter.swift
[4/10] Compiling ProgressIndicatorView ImpulseBarView.swift
[5/10] Compiling ProgressIndicatorView DefaultSectorView.swift
[6/10] Compiling ProgressIndicatorView BarView.swift
[7/10] Emitting module ProgressIndicatorView
[8/10] Compiling ProgressIndicatorView CircleView.swift
[9/10] Compiling ProgressIndicatorView DashBarView.swift
[10/10] Compiling ProgressIndicatorView ProgressIndicatorView.swift
Build complete! (9.23s)
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.