Build Information
Successful build of RecursiveSyncDispatch, reference main (14efb9
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 09:26:36 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/happn-app/RecursiveSyncDispatch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/happn-app/RecursiveSyncDispatch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 14efb91 Use new path for project
Cloned https://github.com/happn-app/RecursiveSyncDispatch.git
Revision (git rev-parse @):
14efb919162865c000567c89410d1f1633421a6a
SUCCESS checkout https://github.com/happn-app/RecursiveSyncDispatch.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/happn-app/RecursiveSyncDispatch.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] Emitting module RecursiveSyncDispatch
[4/4] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
Build complete! (3.27s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RecursiveSyncDispatch",
"name" : "RecursiveSyncDispatch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RecursiveSyncDispatch",
"targets" : [
"RecursiveSyncDispatch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RecursiveSyncDispatchTests",
"module_type" : "SwiftTarget",
"name" : "RecursiveSyncDispatchTests",
"path" : "Tests/RecursiveSyncDispatchTests",
"sources" : [
"RecursiveSyncDispatchTests.swift"
],
"target_dependencies" : [
"RecursiveSyncDispatch"
],
"type" : "test"
},
{
"c99name" : "RecursiveSyncDispatch",
"module_type" : "SwiftTarget",
"name" : "RecursiveSyncDispatch",
"path" : "Sources/RecursiveSyncDispatch",
"product_memberships" : [
"RecursiveSyncDispatch"
],
"sources" : [
"RecursiveSyncDispatch.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.