Build Information
Successful build of circular-progress, reference 1.1.1 (21f394), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 15:03:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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.84s)
Creating working copy for https://github.com/aleksproger/circular-progress.git
Working copy of https://github.com/aleksproger/circular-progress.git resolved at 1.1.1 (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 CircularProgressState.swift
[4/11] Compiling CircularProgress Exclamation.swift
[5/11] Compiling CircularProgress Example.swift
[6/11] Compiling CircularProgress CircularProgressStyle.swift
[7/11] Compiling CircularProgress Checkmark.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 Example+OnTimer.swift
[10/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 |
[11/11] Compiling CircularProgress DisplayLink+ViewModifier.swift
Build complete! (10.93s)
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/1.1.1
Repository: aleksproger/circular-progress
Swift version used: 6.3
Target: CircularProgress
Extracting symbol information for 'CircularProgress'...
Finished extracting symbol information for 'CircularProgress'. (44.64s)
Building documentation for 'CircularProgress'...
Finished building documentation for 'CircularProgress' (3.44s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/aleksproger/circular-progress/1.1.1
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.34s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (4.00s)
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.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.02s)
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
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
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit SemanticVersion.swift
[10/53] Compiling SymbolKit AccessControl.swift
[11/53] Compiling SymbolKit Availability.swift
[12/53] Compiling SymbolKit AvailabilityItem.swift
[13/53] Compiling SymbolKit Domain.swift
[14/57] Emitting module SymbolKit
[15/57] Compiling SymbolKit SourceRange.swift
[16/57] Compiling SymbolKit Metadata.swift
[17/57] Compiling SymbolKit Module.swift
[18/57] Compiling SymbolKit OperatingSystem.swift
[19/57] Compiling SymbolKit Platform.swift
[20/57] Compiling SymbolKit GenericConstraint.swift
[21/57] Compiling SymbolKit GenericParameter.swift
[22/57] Compiling SymbolKit Generics.swift
[23/57] Compiling SymbolKit Namespace.swift
[24/57] Compiling SymbolKit Names.swift
[25/57] Compiling SymbolKit SPI.swift
[26/57] Compiling SymbolKit Snippet.swift
[27/57] Compiling SymbolKit Extension.swift
[28/57] Compiling SymbolKit Relationship.swift
[29/57] Compiling SymbolKit RelationshipKind.swift
[30/57] Compiling SymbolKit SourceOrigin.swift
[31/57] Compiling SymbolKit GenericConstraints.swift
[32/57] Compiling SymbolKit Swift.swift
[33/57] Compiling SymbolKit DeclarationFragments.swift
[34/57] Compiling SymbolKit Fragment.swift
[35/57] Compiling SymbolKit FragmentKind.swift
[36/57] Compiling SymbolKit FunctionParameter.swift
[37/57] Compiling SymbolKit FunctionSignature.swift
[38/57] Compiling SymbolKit Mixin+Equals.swift
[39/57] Compiling SymbolKit Mixin+Hash.swift
[40/57] Compiling SymbolKit Mixin.swift
[41/57] Compiling SymbolKit LineList.swift
[42/57] Compiling SymbolKit Position.swift
[43/57] Compiling SymbolKit Identifier.swift
[44/57] Compiling SymbolKit KindIdentifier.swift
[45/57] Compiling SymbolKit Location.swift
[46/57] Compiling SymbolKit Mutability.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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! (6.73s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'CircularProgress' complete! (0.19s)
8554
58 /Users/admin/builder/spi-builder-workspace/.docs/aleksproger/circular-progress/1.1.1
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/aleksproger/circular-progress/1.1.1
File count: 8554
Doc size: 58.0MB
Preparing doc bundle ...
Uploading prod-aleksproger-circular-progress-1.1.1-535ba137.zip to s3://spi-docs-inbox/prod-aleksproger-circular-progress-1.1.1-535ba137.zip
Copying... [10%]
Copying... [21%]
Copying... [30%]
Copying... [41%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.