Build Information
Successful build of swift-backtrace, reference 1.0.0 (c3d60f
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 22:04:37 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/natinusala/swift-backtrace.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/natinusala/swift-backtrace
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at c3d60fe Surround the function name in red
Cloned https://github.com/natinusala/swift-backtrace.git
Revision (git rev-parse @):
c3d60fe020e980902994397d87f54c34b8937787
SUCCESS checkout https://github.com/natinusala/swift-backtrace.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/natinusala/swift-backtrace.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/19] Write sources
[1/19] Write Sample-entitlement.plist
[2/19] Write swift-version-1EA4D86E10B52AF.txt
[3/19] Compiling CBacktrace simple.c
[4/19] Compiling CBacktrace mmapio.c
[4/19] Compiling CBacktrace mmap.c
[4/19] Compiling CBacktrace fileline.c
[4/19] Compiling CBacktrace sort.c
[4/19] Compiling CBacktrace state.c
[7/19] Compiling CBacktrace elf.c
[10/19] Write sources
[11/19] Compiling CBacktrace dwarf.c
[11/19] Compiling CBacktrace posix.c
[11/19] Compiling CBacktrace print.c
[14/19] Compiling CBacktrace atomic.c
[14/19] Compiling CBacktrace backtrace.c
[17/22] Compiling Backtrace Demangle.swift
[18/22] Compiling Backtrace Backtrace.swift
[19/22] Emitting module Backtrace
[20/24] Compiling Sample main.swift
[21/24] Emitting module Sample
[21/24] Write Objects.LinkFileList
[22/24] Linking Sample
[23/24] Applying Sample
Build complete! (2.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-backtrace",
"name" : "swift-backtrace",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Backtrace",
"targets" : [
"Backtrace"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Sample",
"targets" : [
"Sample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Sample",
"module_type" : "SwiftTarget",
"name" : "Sample",
"path" : "Sources/Sample",
"product_memberships" : [
"Sample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Backtrace"
],
"type" : "executable"
},
{
"c99name" : "CBacktrace",
"module_type" : "ClangTarget",
"name" : "CBacktrace",
"path" : "Sources/CBacktrace",
"product_memberships" : [
"Backtrace",
"Sample"
],
"sources" : [
"atomic.c",
"backtrace.c",
"dwarf.c",
"elf.c",
"fileline.c",
"mmap.c",
"mmapio.c",
"posix.c",
"print.c",
"simple.c",
"sort.c",
"state.c"
],
"type" : "library"
},
{
"c99name" : "BacktraceTests",
"module_type" : "SwiftTarget",
"name" : "BacktraceTests",
"path" : "Tests/BacktraceTests",
"sources" : [
"BacktraceTests+XCTest.swift",
"BacktraceTests.swift"
],
"target_dependencies" : [
"Backtrace"
],
"type" : "test"
},
{
"c99name" : "Backtrace",
"module_type" : "SwiftTarget",
"name" : "Backtrace",
"path" : "Sources/Backtrace",
"product_memberships" : [
"Backtrace",
"Sample"
],
"sources" : [
"Backtrace.swift",
"Demangle.swift"
],
"target_dependencies" : [
"CBacktrace"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.