Build Information
Successful build of TimeIntervalFormatStyle, reference main (1006cc), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 09:21:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/spanage/TimeIntervalFormatStyle.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling TimeIntervalFormatStyle TimeIntervalParseStrategy.swift
[4/7] Compiling TimeIntervalFormatStyle TimeInterval+FormatStyle.swift
[5/7] Compiling TimeIntervalFormatStyle TimeInterval+Constants.swift
[6/7] Emitting module TimeIntervalFormatStyle
[7/7] Compiling TimeIntervalFormatStyle TimeIntervalFormatStyle.swift
Build complete! (3.70s)
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.