Build Information
Successful build of Futures, reference master (f47a29
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 06:25:38 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/davidask/Futures.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davidask/Futures
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f47a292 Rename file, update discard member
Cloned https://github.com/davidask/Futures.git
Revision (git rev-parse @):
f47a292801a7d5c465e91df62da47f7139c77e72
SUCCESS checkout https://github.com/davidask/Futures.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/davidask/Futures.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/8] Compiling Futures PromisesExtended.swift
[4/8] Compiling Futures Promise.swift
[5/8] Compiling Futures AnyFuture.swift
[6/8] Compiling Futures DispatchQueue+Futures.swift
[7/8] Compiling Futures Future.swift
[8/8] Emitting module Futures
Build complete! (3.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Futures",
"name" : "Futures",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Futures",
"targets" : [
"Futures"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FuturesTests",
"module_type" : "SwiftTarget",
"name" : "FuturesTests",
"path" : "Tests/FuturesTests",
"sources" : [
"FuturesTests.swift"
],
"target_dependencies" : [
"Futures"
],
"type" : "test"
},
{
"c99name" : "Futures",
"module_type" : "SwiftTarget",
"name" : "Futures",
"path" : "Sources/Futures",
"product_memberships" : [
"Futures"
],
"sources" : [
"AnyFuture.swift",
"DispatchQueue+Futures.swift",
"Future.swift",
"Promise.swift",
"PromisesExtended.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.