Build Information
Successful build of SimpleDebugger, reference main (831834
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 15:50:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EmergeTools/SimpleDebugger.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EmergeTools/SimpleDebugger
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8318345 Create LICENSE (#10)
Cloned https://github.com/EmergeTools/SimpleDebugger.git
Revision (git rev-parse @):
8318345cc6ee321c1465ecccd3c37a4ff052d18f
SUCCESS checkout https://github.com/EmergeTools/SimpleDebugger.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/EmergeTools/SimpleDebugger.git
https://github.com/EmergeTools/SimpleDebugger.git
{
"cxx_language_standard" : "c++20",
"dependencies" : [
],
"manifest_display_name" : "SimpleDebugger",
"name" : "SimpleDebugger",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SimpleDebugger",
"targets" : [
"SimpleDebugger"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleDebugger",
"module_type" : "ClangTarget",
"name" : "SimpleDebugger",
"path" : "Sources/SimpleDebugger",
"product_memberships" : [
"SimpleDebugger"
],
"sources" : [
"SimpleDebugger.cpp",
"emg_vm_protect.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Compiling SimpleDebugger emg_vm_protect.c
[1/2] Compiling SimpleDebugger SimpleDebugger.cpp
Build complete! (1.51s)
Build complete.
{
"cxx_language_standard" : "c++20",
"dependencies" : [
],
"manifest_display_name" : "SimpleDebugger",
"name" : "SimpleDebugger",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SimpleDebugger",
"targets" : [
"SimpleDebugger"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleDebugger",
"module_type" : "ClangTarget",
"name" : "SimpleDebugger",
"path" : "Sources/SimpleDebugger",
"product_memberships" : [
"SimpleDebugger"
],
"sources" : [
"SimpleDebugger.cpp",
"emg_vm_protect.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.