Build Information
Successful build of timeui, reference main (4cfee8), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 07:07:01 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/icanzilb/timeui.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/icanzilb/timeui
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4cfee8e Merge pull request #5 from icanzilb/marin_todorov/ding
Cloned https://github.com/icanzilb/timeui.git
Revision (git rev-parse @):
4cfee8eb93f5523f1ae95c74e1d4d34049c3db63
SUCCESS checkout https://github.com/icanzilb/timeui.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": "timeui",
"name": "timeui",
"url": "https://github.com/icanzilb/timeui.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/timeui",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/icanzilb/timeui.git
[1/87] Fetching timeui
Fetched https://github.com/icanzilb/timeui.git from cache (1.24s)
Creating working copy for https://github.com/icanzilb/timeui.git
Working copy of https://github.com/icanzilb/timeui.git resolved at main (4cfee8e)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/icanzilb/timeui.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[2/11] Write timeui-entitlement.plist
[3/11] Write test-app-entitlement.plist
[4/11] Write swift-version--6988338F2F200930.txt
[6/26] Compiling test_app main.swift
[7/26] Emitting module test_app
[7/26] Write Objects.LinkFileList
[8/26] Linking test-app
[9/26] Applying test-app
[11/26] Compiling timeui Sound.swift
[12/26] Compiling timeui TimerWindow.swift
[13/26] Compiling timeui TimerView.swift
[14/26] Compiling timeui App.swift
/Users/admin/builder/spi-builder-workspace/Sources/timeui/App/App.swift:34:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | }
33 |
34 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | class App {
[15/26] Compiling timeui AppDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/timeui/App/App.swift:34:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | }
33 |
34 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | class App {
[16/26] Emitting module timeui
/Users/admin/builder/spi-builder-workspace/Sources/timeui/App/App.swift:34:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | }
33 |
34 | extension String: Error {}
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | class App {
[17/26] Compiling timeui Runner.swift
[18/26] Compiling timeui LogDataSource.swift
[19/26] Compiling timeui Color.swift
[20/26] Compiling timeui DingToggleView.swift
[21/26] Compiling timeui Notification.swift
[22/26] Compiling timeui PerformanceСalculator.swift
[23/26] Compiling timeui RunnerModel.swift
[24/27] Compiling timeui main.swift
[24/27] Write Objects.LinkFileList
[25/27] Linking timeui
[26/27] Applying timeui
Build complete! (7.62s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "timeui",
"name" : "timeui",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "timeui",
"targets" : [
"timeui"
],
"type" : {
"executable" : null
}
},
{
"name" : "test-app",
"targets" : [
"test-app"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "timeuiTests",
"module_type" : "SwiftTarget",
"name" : "timeuiTests",
"path" : "Tests/timeuiTests",
"sources" : [
"timeuiTests.swift"
],
"target_dependencies" : [
"timeui"
],
"type" : "test"
},
{
"c99name" : "timeui",
"module_type" : "SwiftTarget",
"name" : "timeui",
"path" : "Sources/timeui",
"product_memberships" : [
"timeui"
],
"sources" : [
"App/App.swift",
"App/AppDelegate.swift",
"App/Runner.swift",
"Model/LogDataSource.swift",
"Model/PerformanceСalculator.swift",
"Model/RunnerModel.swift",
"Util/Color.swift",
"Util/Notification.swift",
"Util/Sound.swift",
"View/DingToggleView.swift",
"View/TimerView.swift",
"View/TimerWindow.swift",
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "test_app",
"module_type" : "SwiftTarget",
"name" : "test-app",
"path" : "Sources/test-app",
"product_memberships" : [
"test-app"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
Done.