Build Information
Successful build of InFlightValue, reference 1.0.1 (279167
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:34:05 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: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sgade/InFlightValue
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 279167c Add Sendable attribute to ValueProducer.
Cloned https://github.com/sgade/InFlightValue.git
Revision (git rev-parse @):
279167c1926f9ea27a2199487e5f481632380a99
SUCCESS checkout https://github.com/sgade/InFlightValue.git at 1.0.1
========================================
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.