Build Information
Successful build of swift-backtrace, reference 1.3.5 (7277ee
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 16:37:26 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/swift-server/swift-backtrace.git
Reference: 1.3.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-server/swift-backtrace
* tag 1.3.5 -> FETCH_HEAD
HEAD is now at 7277ee0 Merge pull request #73 from euanh/do-not-build-demangle-after-5.9
Cloned https://github.com/swift-server/swift-backtrace.git
Revision (git rev-parse @):
7277ee0e0378d27465b304c668d8e914192d986f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-backtrace.git at 1.3.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/swift-server/swift-backtrace.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/21] Write sources
[2/21] Write Sample-entitlement.plist
[4/21] Write swift-version-1EA4D86E10B52AF.txt
[5/21] Compiling CBacktrace mmapio.c
[6/21] Compiling CBacktrace state.c
[6/21] Compiling CBacktrace mmap.c
[6/21] Compiling CBacktrace elf.c
[6/21] Compiling CBacktrace dwarf.c
[6/21] Compiling CBacktrace print.c
[9/21] Compiling CBacktrace posix.c
[9/21] Compiling CBacktrace simple.c
[13/21] Write sources
[14/21] Compiling CBacktrace sort.c
[14/21] Compiling CBacktrace fileline.c
[16/21] Compiling CBacktrace backtrace.c
[16/21] Compiling CBacktrace atomic.c
[19/24] Compiling Backtrace Backtrace.swift
[20/24] Compiling Backtrace Demangle.swift
[21/24] Emitting module Backtrace
[22/26] Compiling Sample main.swift
[23/26] Emitting module Sample
[23/26] Write Objects.LinkFileList
[24/26] Linking Sample
[25/26] Applying Sample
Build complete! (15.24s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.20s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.70s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"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.6"
}
Done.