Build Information
Successful build of SimpleDebugger, reference main (831834
), with Swift 5.10 for macOS (SPM) on 6 Mar 2025 02:20:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/EmergeTools/SimpleDebugger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
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_]
#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_]
#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_]
#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_]
#if TARGET_OS_TV || TARGET_OS_WATCH || !(defined(__arm64__) || defined(__aarch64__))
^
2 warnings generated.
[1/2] Compiling SimpleDebugger SimpleDebugger.cpp
Build complete! (2.17s)
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.