Build Information
Successful build of timeui, reference main (4cfee8
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:51:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/icanzilb/timeui.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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-1EA4D86E10B52AF.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 Color.swift
[12/27] Compiling timeui Notification.swift
[13/27] Compiling timeui TimerWindow.swift
[14/27] Compiling timeui DingToggleView.swift
[15/27] Compiling timeui Sound.swift
[16/27] Compiling timeui TimerView.swift
[17/27] Compiling timeui PerformanceСalculator.swift
[18/27] Compiling timeui RunnerModel.swift
[19/27] 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 {
[20/27] Compiling timeui Runner.swift
[21/27] Compiling timeui LogDataSource.swift
[22/27] 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 {
[23/27] 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 {
[24/27] Compiling timeui main.swift
[24/27] Write Objects.LinkFileList
[25/27] Linking timeui
[26/27] Applying timeui
Build complete! (6.72s)
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.