Build Information
Successful build of Promises, reference 2.0.4 (7de014), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 18:41:56 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/khanlou/Promise.git
Reference: 2.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/khanlou/Promise
* tag 2.0.4 -> FETCH_HEAD
HEAD is now at 7de0149 update to version 2.0.4
Cloned https://github.com/khanlou/Promise.git
Revision (git rev-parse @):
7de01494163478adb1aa83740914a4ca29059169
SUCCESS checkout https://github.com/khanlou/Promise.git at 2.0.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/khanlou/Promise.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/5] Compiling Promise Promise.swift
[4/5] Emitting module Promise
[5/5] Compiling Promise Promise+Extras.swift
Build complete! (3.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Promises",
"name" : "Promises",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Promise",
"targets" : [
"Promise"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PromiseTests",
"module_type" : "SwiftTarget",
"name" : "PromiseTests",
"path" : "PromiseTests",
"sources" : [
"ExecutionContextTests.swift",
"PromiseAllTests.swift",
"PromiseAlwaysTests.swift",
"PromiseDelayTests.swift",
"PromiseEnsureTests.swift",
"PromiseErrorMatcherTests.swift",
"PromiseKickoffTests.swift",
"PromiseRaceTests.swift",
"PromiseRecoverTests.swift",
"PromiseRetryTests.swift",
"PromiseTests.swift",
"PromiseThrowsTests.swift",
"PromiseZipTests.swift",
"Wrench.swift",
"delay.swift"
],
"target_dependencies" : [
"Promise"
],
"type" : "test"
},
{
"c99name" : "Promise",
"module_type" : "SwiftTarget",
"name" : "Promise",
"path" : "Promise",
"product_memberships" : [
"Promise"
],
"sources" : [
"Promise+Extras.swift",
"Promise.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.