The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-backtrace, reference main (f01e34), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 16:37:00 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-server/swift-backtrace
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f01e340 Update README.md for archiving
Cloned https://github.com/swift-server/swift-backtrace.git
Revision (git rev-parse @):
f01e3400ae083e9c28be5c86f53d7b7b0b0478da
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-backtrace.git at main
========================================
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
[3/21] Write Sample-entitlement.plist
[4/21] Write swift-version-1EA4D86E10B52AF.txt
[5/21] Compiling CBacktrace print.c
[6/21] Compiling CBacktrace mmap.c
[6/21] Compiling CBacktrace mmapio.c
[6/21] Compiling CBacktrace sort.c
[6/21] Compiling CBacktrace elf.c
[9/21] Compiling CBacktrace state.c
[10/21] Compiling CBacktrace posix.c
[10/21] Compiling CBacktrace simple.c
[13/21] Write sources
[14/21] Compiling CBacktrace fileline.c
[15/21] Compiling CBacktrace dwarf.c
[16/21] Compiling CBacktrace backtrace.c
[16/21] Compiling CBacktrace atomic.c
[19/24] Compiling Backtrace Demangle.swift
[20/24] Compiling Backtrace Backtrace.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.80s)
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.15s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.66s)
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.29s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.83s)
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
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
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.