Build Information
Successful build of DispatchTimer, reference main (9b03fa), with Swift 6.2 for macOS (SPM) on 1 May 2026 02:11:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/shareup/dispatch-timer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
[4/7] Compiling Synchronized Lock.swift
[5/7] Compiling Synchronized RecursiveLock.swift
[6/7] Emitting module Synchronized
[7/7] Compiling Synchronized Locked.swift
[8/9] Emitting module DispatchTimer
[9/9] Compiling DispatchTimer DispatchTimer.swift
Build complete! (5.77s)
Fetching https://github.com/shareup/synchronized.git
[1/226] Fetching synchronized
Fetched https://github.com/shareup/synchronized.git from cache (0.92s)
Computing version for https://github.com/shareup/synchronized.git
Computed https://github.com/shareup/synchronized.git at 4.0.1 (1.54s)
Creating working copy for https://github.com/shareup/synchronized.git
Working copy of https://github.com/shareup/synchronized.git resolved at 4.0.1
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.