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 circular-progress, reference 1.1.1 (21f394), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 02:35:14 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/aleksproger/circular-progress.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aleksproger/circular-progress
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 21f394b Make onTimer public
Cloned https://github.com/aleksproger/circular-progress.git
Revision (git rev-parse @):
21f394bb48d26f63834c7298d538b043fad52bc1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/aleksproger/circular-progress.git at 1.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aleksproger/circular-progress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling CircularProgress Exclamation.swift
[4/11] Emitting module CircularProgress
/Users/admin/builder/spi-builder-workspace/Sources/CircularProgress.swift:225:1: warning: extension declares a conformance of imported type 'Double' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
223 |
224 | /// Allows to use plain `Double`  as `State` in `CircularProgress`
225 | extension Double: RawRepresentable {
    | |- warning: extension declares a conformance of imported type 'Double' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
226 |     public var rawValue: Double { self }
227 |
/Users/admin/builder/spi-builder-workspace/Sources/CircularProgress.swift:232:1: warning: extension declares a conformance of imported type 'Float' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
230 |
231 | /// Allows to use plain `Float` as `State` in `CircularProgress`
232 | extension Float: RawRepresentable {
    | |- warning: extension declares a conformance of imported type 'Float' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
233 |     public var rawValue: Float { self }
234 |
/Users/admin/builder/spi-builder-workspace/Sources/CircularProgress.swift:239:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
237 |
238 | /// Allows to use plain `CGFloat` as `State` in `CircularProgress`
239 | extension CGFloat: RawRepresentable {
    | |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
240 |     public var rawValue: CGFloat { self }
241 |
[5/11] Compiling CircularProgress Example+OnTimer.swift
[6/11] Compiling CircularProgress DisplayLink+ViewModifier.swift
[7/11] Compiling CircularProgress CircularProgressStyle.swift
[8/11] Compiling CircularProgress CircularProgress.swift
/Users/admin/builder/spi-builder-workspace/Sources/CircularProgress.swift:225:1: warning: extension declares a conformance of imported type 'Double' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
223 |
224 | /// Allows to use plain `Double`  as `State` in `CircularProgress`
225 | extension Double: RawRepresentable {
    | |- warning: extension declares a conformance of imported type 'Double' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
226 |     public var rawValue: Double { self }
227 |
/Users/admin/builder/spi-builder-workspace/Sources/CircularProgress.swift:232:1: warning: extension declares a conformance of imported type 'Float' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
230 |
231 | /// Allows to use plain `Float` as `State` in `CircularProgress`
232 | extension Float: RawRepresentable {
    | |- warning: extension declares a conformance of imported type 'Float' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
233 |     public var rawValue: Float { self }
234 |
/Users/admin/builder/spi-builder-workspace/Sources/CircularProgress.swift:239:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
237 |
238 | /// Allows to use plain `CGFloat` as `State` in `CircularProgress`
239 | extension CGFloat: RawRepresentable {
    | |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
240 |     public var rawValue: CGFloat { self }
241 |
[9/11] Compiling CircularProgress Checkmark.swift
[10/11] Compiling CircularProgress CircularProgressState.swift
[11/11] Compiling CircularProgress Example.swift
Build complete! (9.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "circular-progress",
  "name" : "circular-progress",
  "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" : "CircularProgress",
      "targets" : [
        "CircularProgress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CircularProgress",
      "module_type" : "SwiftTarget",
      "name" : "CircularProgress",
      "path" : "Sources",
      "product_memberships" : [
        "CircularProgress"
      ],
      "sources" : [
        "CircularProgress.swift",
        "CircularProgressState.swift",
        "CircularProgressStyle.swift",
        "DisplayLink+ViewModifier.swift",
        "Example+OnTimer.swift",
        "Examples/Example.swift",
        "Shapes/Checkmark.swift",
        "Shapes/Exclamation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.