Build Information
Successful build of ProgressUI, reference main (c3f406
), with Swift 6.0 for macOS (SPM) on 25 May 2025 14:26:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/PierreJanineh-com/ProgressUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/13] Compiling ProgressUI Progressable.swift
[4/13] Compiling ProgressUI ProgressSize.swift
[5/14] Compiling ProgressUI ProgressUI.swift
[6/14] Compiling ProgressUI GrowDirection.swift
[7/14] Compiling ProgressUI Options.swift
[8/14] Compiling ProgressUI ProgressUI+ViewModel.swift
[9/14] Compiling ProgressUI ProgressUI+Modifiers.swift
[10/14] Compiling ProgressUI LinearProgress.swift
[11/14] Compiling ProgressUI BaseProgress.swift
[12/14] Compiling ProgressUI CircularProgress.swift
[13/14] Emitting module ProgressUI
[14/14] Compiling ProgressUI Shape.swift
Build complete! (11.57s)
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.