Build Information
Successful build of Bradel, reference 0.5.2 (46f346
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:20:43 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/adhumi/bradel.git
Reference: 0.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adhumi/bradel
* tag 0.5.2 -> FETCH_HEAD
HEAD is now at 46f346c Add tableview(_:didEndDisplaying:forRowAt:) to allow override
Cloned https://github.com/adhumi/bradel.git
Revision (git rev-parse @):
46f346c5df979179110fec2b806fa0faa1566c92
SUCCESS checkout https://github.com/adhumi/bradel.git at 0.5.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/adhumi/bradel.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/6] Compiling Bradel VMTypeID.swift
[4/6] Emitting module Bradel
[5/6] Compiling Bradel TableViewVMs.swift
[6/6] Compiling Bradel TableViewVC.swift
Build complete! (2.97s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Bradel",
"name" : "Bradel",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Bradel",
"targets" : [
"Bradel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BradelTests",
"module_type" : "SwiftTarget",
"name" : "BradelTests",
"path" : "Tests/BradelTests",
"sources" : [
"BradelTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Bradel"
],
"type" : "test"
},
{
"c99name" : "Bradel",
"module_type" : "SwiftTarget",
"name" : "Bradel",
"path" : "Sources/Bradel",
"product_memberships" : [
"Bradel"
],
"sources" : [
"TableViewVC.swift",
"TableViewVMs.swift",
"VMTypeID.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.