Build Information
Successful build of TimeIntervalFormatStyle, reference main (1006cc), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 20:58:02 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/spanage/TimeIntervalFormatStyle.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/spanage/TimeIntervalFormatStyle
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1006cca Minor, non-functional changes
Cloned https://github.com/spanage/TimeIntervalFormatStyle.git
Revision (git rev-parse @):
1006cca64454d15ba84f457ece9cc1eaca3bcee4
SUCCESS checkout https://github.com/spanage/TimeIntervalFormatStyle.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": "timeintervalformatstyle",
"name": "TimeIntervalFormatStyle",
"url": "https://github.com/spanage/TimeIntervalFormatStyle.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TimeIntervalFormatStyle",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/spanage/TimeIntervalFormatStyle.git
[1/47] Fetching timeintervalformatstyle
Fetched https://github.com/spanage/TimeIntervalFormatStyle.git from cache (0.60s)
Creating working copy for https://github.com/spanage/TimeIntervalFormatStyle.git
Working copy of https://github.com/spanage/TimeIntervalFormatStyle.git resolved at main (1006cca)
warning: '.resolve-product-dependencies': dependency 'timeintervalformatstyle' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/spanage/TimeIntervalFormatStyle.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling TimeIntervalFormatStyle TimeIntervalFormatStyle.swift
[4/7] Compiling TimeIntervalFormatStyle TimeIntervalParseStrategy.swift
[5/7] Emitting module TimeIntervalFormatStyle
[6/7] Compiling TimeIntervalFormatStyle TimeInterval+Constants.swift
[7/7] Compiling TimeIntervalFormatStyle TimeInterval+FormatStyle.swift
Build complete! (4.00s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TimeIntervalFormatStyle",
"name" : "TimeIntervalFormatStyle",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "TimeIntervalFormatStyle",
"targets" : [
"TimeIntervalFormatStyle"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TimeIntervalFormatStyleTests",
"module_type" : "SwiftTarget",
"name" : "TimeIntervalFormatStyleTests",
"path" : "Tests/TimeIntervalFormatStyleTests",
"sources" : [
"TimeIntervalFormatStyleTests.swift"
],
"target_dependencies" : [
"TimeIntervalFormatStyle"
],
"type" : "test"
},
{
"c99name" : "TimeIntervalFormatStyle",
"module_type" : "SwiftTarget",
"name" : "TimeIntervalFormatStyle",
"path" : "Sources/TimeIntervalFormatStyle",
"product_memberships" : [
"TimeIntervalFormatStyle"
],
"sources" : [
"TimeInterval+Constants.swift",
"TimeInterval+FormatStyle.swift",
"TimeIntervalFormatStyle.swift",
"TimeIntervalParseStrategy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.