Build Information
Successful build of SimpleDebugger, reference main (831834
), with Swift 6.0 for macOS (SPM) on 6 Mar 2025 02:21:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "simpledebugger",
"name": "SimpleDebugger",
"url": "https://github.com/EmergeTools/SimpleDebugger.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleDebugger",
"dependencies": [
]
}
]
}
Fetching https://github.com/EmergeTools/SimpleDebugger.git
[1/96] Fetching simpledebugger
Fetched https://github.com/EmergeTools/SimpleDebugger.git from cache (0.68s)
Creating working copy for https://github.com/EmergeTools/SimpleDebugger.git
Working copy of https://github.com/EmergeTools/SimpleDebugger.git resolved at main (8318345)
warning: '.resolve-product-dependencies': dependency 'simpledebugger' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
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.2.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...
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SimpleDebugger/emg_vm_protect.c:8:
/Users/admin/builder/spi-builder-workspace/Sources/SimpleDebugger/include/SimpleDebugger.h:8:5: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
8 | #if TARGET_OS_TV || TARGET_OS_WATCH || !(defined(__arm64__) || defined(__aarch64__))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleDebugger/include/SimpleDebugger.h:8:21: warning: 'TARGET_OS_WATCH' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
8 | #if TARGET_OS_TV || TARGET_OS_WATCH || !(defined(__arm64__) || defined(__aarch64__))
| ^
2 warnings generated.
[0/2] Compiling SimpleDebugger emg_vm_protect.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SimpleDebugger/SimpleDebugger.cpp:8:
/Users/admin/builder/spi-builder-workspace/Sources/SimpleDebugger/include/SimpleDebugger.h:8:5: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
8 | #if TARGET_OS_TV || TARGET_OS_WATCH || !(defined(__arm64__) || defined(__aarch64__))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleDebugger/include/SimpleDebugger.h:8:21: warning: 'TARGET_OS_WATCH' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
8 | #if TARGET_OS_TV || TARGET_OS_WATCH || !(defined(__arm64__) || defined(__aarch64__))
| ^
2 warnings generated.
[1/2] Compiling SimpleDebugger SimpleDebugger.cpp
Build complete! (1.18s)
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.