Build Information
Successful build of DyldPrivate, reference main (a95a7a), with Swift 6.2 for macOS (SPM) on 17 Apr 2026 02:52:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lynnswap/DyldPrivate.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lynnswap/DyldPrivate
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a95a7a2 Add Apple Public Source License 2.0 (inherited from apple-oss-distributions/dyld)
Cloned https://github.com/lynnswap/DyldPrivate.git
Revision (git rev-parse @):
a95a7a260b90518a4d1e6d23760b5643914bd3f5
SUCCESS checkout https://github.com/lynnswap/DyldPrivate.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/lynnswap/DyldPrivate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling DyldPrivate dummy.c
Build complete! (0.23s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DyldPrivate",
"name" : "DyldPrivate",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DyldPrivate",
"targets" : [
"DyldPrivate"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DyldPrivateTests",
"module_type" : "SwiftTarget",
"name" : "DyldPrivateTests",
"path" : "Tests/DyldPrivateTests",
"sources" : [
"DyldPrivateTests.swift"
],
"target_dependencies" : [
"DyldPrivate"
],
"type" : "test"
},
{
"c99name" : "DyldPrivate",
"module_type" : "ClangTarget",
"name" : "DyldPrivate",
"path" : "Sources/DyldPrivate",
"product_memberships" : [
"DyldPrivate"
],
"sources" : [
"dummy.c"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.