Build Information
Successful build of Doubles, reference main (eb7677
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 07:41:22 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/mgriebling/Doubles.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mgriebling/Doubles
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at eb76771 Another update.
Cloned https://github.com/mgriebling/Doubles.git
Revision (git rev-parse @):
eb76771a1381ada727bff816d665bbf6c1d1638c
SUCCESS checkout https://github.com/mgriebling/Doubles.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mgriebling/Doubles.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Compiling Doubles String+Char.swift
[6/9] Compiling Doubles DDouble.swift
[7/9] Compiling Doubles Common.swift
[8/9] Emitting module Doubles
[9/9] Compiling Doubles QDouble.swift
Build complete! (17.96s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.12s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.70s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Doubles",
"name" : "Doubles",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Doubles",
"targets" : [
"Doubles"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DoublesTests",
"module_type" : "SwiftTarget",
"name" : "DoublesTests",
"path" : "Tests/DoublesTests",
"sources" : [
"DoublesTests.swift"
],
"target_dependencies" : [
"Doubles"
],
"type" : "test"
},
{
"c99name" : "Doubles",
"module_type" : "SwiftTarget",
"name" : "Doubles",
"path" : "Sources/Doubles",
"product_memberships" : [
"Doubles"
],
"sources" : [
"Common.swift",
"DDouble.swift",
"QDouble.swift",
"String+Char.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.