Build Information
Successful build of DispatchTimer, reference main (9b03fa), with Swift 6.3 for macOS (SPM) on 1 May 2026 02:13:23 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/shareup/dispatch-timer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shareup/dispatch-timer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9b03fa8 Reduce tolerance for nanoseconds (#5)
Cloned https://github.com/shareup/dispatch-timer.git
Revision (git rev-parse @):
9b03fa83669f6e01ee2135af8ab9105cc2b9b744
SUCCESS checkout https://github.com/shareup/dispatch-timer.git at main
Fetching https://github.com/shareup/synchronized.git
[1/226] Fetching synchronized
Fetched https://github.com/shareup/synchronized.git from cache (0.62s)
Computing version for https://github.com/shareup/synchronized.git
Computed https://github.com/shareup/synchronized.git at 4.0.0 (1.26s)
Creating working copy for https://github.com/shareup/synchronized.git
Working copy of https://github.com/shareup/synchronized.git resolved at 4.0.0
========================================
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": "dispatch-timer",
"name": "DispatchTimer",
"url": "https://github.com/shareup/dispatch-timer.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/dispatch-timer",
"traits": [
"default"
],
"dependencies": [
{
"identity": "synchronized",
"name": "Synchronized",
"url": "https://github.com/shareup/synchronized.git",
"version": "4.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/synchronized",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/shareup/dispatch-timer.git
[1/119] Fetching dispatch-timer
Fetched https://github.com/shareup/dispatch-timer.git from cache (0.67s)
Fetching https://github.com/shareup/synchronized.git from cache
Fetched https://github.com/shareup/synchronized.git from cache (0.44s)
Computing version for https://github.com/shareup/synchronized.git
Computed https://github.com/shareup/synchronized.git at 4.0.1 (0.49s)
Creating working copy for https://github.com/shareup/synchronized.git
Working copy of https://github.com/shareup/synchronized.git resolved at 4.0.1
Creating working copy for https://github.com/shareup/dispatch-timer.git
Working copy of https://github.com/shareup/dispatch-timer.git resolved at main (9b03fa8)
warning: '.resolve-product-dependencies': dependency 'dispatch-timer' is not used by any target
Found 1 product dependencies
- Synchronized
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/shareup/dispatch-timer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling Synchronized Locked.swift
[5/7] Compiling Synchronized Lock.swift
[6/7] Compiling Synchronized RecursiveLock.swift
[7/7] Emitting module Synchronized
[8/9] Compiling DispatchTimer DispatchTimer.swift
[9/9] Emitting module DispatchTimer
Build complete! (4.36s)
Build complete.
{
"dependencies" : [
{
"identity" : "synchronized",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shareup/synchronized.git"
}
],
"manifest_display_name" : "DispatchTimer",
"name" : "DispatchTimer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "DispatchTimer",
"targets" : [
"DispatchTimer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DispatchTimerTests",
"module_type" : "SwiftTarget",
"name" : "DispatchTimerTests",
"path" : "Tests/DispatchTimerTests",
"sources" : [
"DispatchTimerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DispatchTimer"
],
"type" : "test"
},
{
"c99name" : "DispatchTimer",
"module_type" : "SwiftTarget",
"name" : "DispatchTimer",
"path" : "Sources/DispatchTimer",
"product_dependencies" : [
"Synchronized"
],
"product_memberships" : [
"DispatchTimer"
],
"sources" : [
"DispatchTimer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.