Build Information
Successful build of ProgressUI, reference main (c3f406), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 05:57:43 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/PierreJanineh-com/ProgressUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PierreJanineh-com/ProgressUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c3f4063 Create FUNDING.yml
Cloned https://github.com/PierreJanineh-com/ProgressUI.git
Revision (git rev-parse @):
c3f4063c99ce6cedfe3147b3b516d5354852d136
SUCCESS checkout https://github.com/PierreJanineh-com/ProgressUI.git at main
========================================
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": "progressui",
"name": "ProgressUI",
"url": "https://github.com/PierreJanineh-com/ProgressUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ProgressUI",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/PierreJanineh-com/ProgressUI.git
[1/211] Fetching progressui
Fetched https://github.com/PierreJanineh-com/ProgressUI.git from cache (1.26s)
Creating working copy for https://github.com/PierreJanineh-com/ProgressUI.git
Working copy of https://github.com/PierreJanineh-com/ProgressUI.git resolved at main (c3f4063)
warning: '.resolve-product-dependencies': dependency 'progressui' 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/PierreJanineh-com/ProgressUI.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/13] Compiling ProgressUI Progressable.swift
[4/14] Compiling ProgressUI Options.swift
[5/14] Compiling ProgressUI ProgressSize.swift
[6/14] Compiling ProgressUI ProgressUI+Modifiers.swift
[7/14] Compiling ProgressUI LinearProgress.swift
[8/14] Compiling ProgressUI GrowDirection.swift
[9/14] Emitting module ProgressUI
[10/14] Compiling ProgressUI ProgressUI.swift
[11/14] Compiling ProgressUI BaseProgress.swift
[12/14] Compiling ProgressUI CircularProgress.swift
[13/14] Compiling ProgressUI ProgressUI+ViewModel.swift
[14/14] Compiling ProgressUI Shape.swift
Build complete! (13.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ProgressUI",
"name" : "ProgressUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ProgressUI",
"targets" : [
"ProgressUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ProgressUI",
"module_type" : "SwiftTarget",
"name" : "ProgressUI",
"path" : "Sources/ProgressUI",
"product_memberships" : [
"ProgressUI"
],
"sources" : [
"Components/BaseProgress.swift",
"Components/CircularProgress.swift",
"Components/LinearProgress.swift",
"Components/ProgressUI/ProgressUI+Modifiers.swift",
"Components/ProgressUI/ProgressUI+ViewModel.swift",
"Components/ProgressUI/ProgressUI.swift",
"GrowDirection.swift",
"Options.swift",
"ProgressSize.swift",
"Progressable.swift",
"Shape.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.