The Swift Package Index logo.Swift Package Index

Build Information

Successful build of circular-progress, reference develop (21f394), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 15:03:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aleksproger/circular-progress.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aleksproger/circular-progress
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
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 develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "circular-progress",
      "name": "circular-progress",
      "url": "https://github.com/aleksproger/circular-progress.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/circular-progress",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/aleksproger/circular-progress.git
[1/59] Fetching circular-progress
Fetched https://github.com/aleksproger/circular-progress.git from cache (0.85s)
Creating working copy for https://github.com/aleksproger/circular-progress.git
Working copy of https://github.com/aleksproger/circular-progress.git resolved at develop (21f394b)
warning: '.resolve-product-dependencies': dependency 'circular-progress' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/aleksproger/circular-progress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling CircularProgress Checkmark.swift
[4/11] Compiling CircularProgress Exclamation.swift
[5/11] Compiling CircularProgress Example.swift
[6/11] Compiling CircularProgress Example+OnTimer.swift
[7/11] Compiling CircularProgress CircularProgressStyle.swift
[8/11] Compiling CircularProgress CircularProgressState.swift
[9/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 |
[10/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 |
[11/11] Compiling CircularProgress DisplayLink+ViewModifier.swift
Build complete! (10.46s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/aleksproger/circular-progress/develop
Repository:               aleksproger/circular-progress
Swift version used:       6.3
Target:                   CircularProgress
Extracting symbol information for 'CircularProgress'...
Finished extracting symbol information for 'CircularProgress'. (44.81s)
Building documentation for 'CircularProgress'...
Finished building documentation for 'CircularProgress' (3.35s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/aleksproger/circular-progress/develop
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.91s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit SourceRange.swift
[12/57] Compiling SymbolKit Metadata.swift
[13/57] Compiling SymbolKit Module.swift
[14/57] Compiling SymbolKit OperatingSystem.swift
[15/57] Compiling SymbolKit Platform.swift
[16/57] Compiling SymbolKit Mixin+Equals.swift
[17/57] Compiling SymbolKit Mixin+Hash.swift
[18/57] Compiling SymbolKit Mixin.swift
[19/57] Compiling SymbolKit LineList.swift
[20/57] Compiling SymbolKit Position.swift
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Compiling Snippets SnippetParser.swift
[27/57] Emitting module Snippets
[28/57] Compiling Snippets Snippet.swift
[29/57] Compiling SymbolKit Relationship.swift
[30/57] Compiling SymbolKit RelationshipKind.swift
[31/57] Compiling SymbolKit SourceOrigin.swift
[32/57] Compiling SymbolKit GenericConstraints.swift
[33/57] Compiling SymbolKit Swift.swift
[34/57] Compiling SymbolKit Symbol.swift
[35/57] Compiling SymbolKit SymbolKind.swift
[36/57] Compiling SymbolKit SymbolGraph.swift
[37/57] Compiling SymbolKit GraphCollector.swift
[38/57] Compiling SymbolKit GenericConstraint.swift
[39/57] Compiling SymbolKit GenericParameter.swift
[40/57] Compiling SymbolKit Generics.swift
[41/57] Compiling SymbolKit Namespace.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit SemanticVersion.swift
[47/57] Compiling SymbolKit AccessControl.swift
[48/57] Compiling SymbolKit Availability.swift
[49/57] Compiling SymbolKit AvailabilityItem.swift
[50/57] Compiling SymbolKit Domain.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.28s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'CircularProgress' complete! (0.20s)
    8554
57	/Users/admin/builder/spi-builder-workspace/.docs/aleksproger/circular-progress/develop
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/aleksproger/circular-progress/develop
File count: 8554
Doc size:   57.0MB
Preparing doc bundle ...
Uploading prod-aleksproger-circular-progress-develop-f38b1166.zip to s3://spi-docs-inbox/prod-aleksproger-circular-progress-develop-f38b1166.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [41%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.