Build Information
Successful build of InFlightValue, reference main (9b5af6
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:33:45 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/sgade/InFlightValue.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sgade/InFlightValue
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9b5af68 Remove warning in Xcode 13.2.1.
Cloned https://github.com/sgade/InFlightValue.git
Revision (git rev-parse @):
9b5af68d42affc21b4a93d6f8f8bf3c1227191a0
SUCCESS checkout https://github.com/sgade/InFlightValue.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sgade/InFlightValue.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/4] Compiling InFlightValue InFlightValueProvider.swift
[4/4] Emitting module InFlightValue
Build complete! (0.61s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "InFlightValue",
"name" : "InFlightValue",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "InFlightValue",
"targets" : [
"InFlightValue"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "InFlightValueTests",
"module_type" : "SwiftTarget",
"name" : "InFlightValueTests",
"path" : "Tests/InFlightValueTests",
"sources" : [
"InFlightValueTests.swift"
],
"target_dependencies" : [
"InFlightValue"
],
"type" : "test"
},
{
"c99name" : "InFlightValue",
"module_type" : "SwiftTarget",
"name" : "InFlightValue",
"path" : "Sources/InFlightValue",
"product_memberships" : [
"InFlightValue"
],
"sources" : [
"InFlightValueProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.