The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ProgressIndicatorView, reference main (4bc9c2), with Swift 5.10 for macOS (SPM) on 27 Mar 2025 14:03:09 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.60.1
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 4bc9c20 Merge commit '383453eab08cdf55ed79a1b5040271daf85f2781'
Cloned https://github.com/exyte/ProgressIndicatorView.git
Revision (git rev-parse @):
4bc9c200713c7a01bd7ff810c80796c0c28bf066
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 DefaultSectorView.swift
[4/10] Compiling ProgressIndicatorView ProgressIndicatorView.swift
[5/10] Compiling ProgressIndicatorView CircleView.swift
[6/10] Compiling ProgressIndicatorView DashBarView.swift
[7/10] Compiling ProgressIndicatorView BarView.swift
[8/10] Compiling ProgressIndicatorView SizeGetter.swift
[9/10] Compiling ProgressIndicatorView ImpulseBarView.swift
[10/10] Emitting module ProgressIndicatorView
Build complete! (7.74s)
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.