The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-backtrace with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.41.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-backtrace.git
Reference: 1.3.5
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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: $workDir/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-backtrace.git at 1.3.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/swift-server/swift-backtrace.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-docc-plugin
[1/1568] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.32s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.35s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2879] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit (0.27s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.37s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/17] Compiling CBacktrace mmapio.c
[3/17] Compiling CBacktrace sort.c
[4/17] Compiling CBacktrace fileline.c
[5/17] Compiling CBacktrace mmap.c
[6/17] Compiling CBacktrace state.c
[7/17] Compiling CBacktrace atomic.c
[8/17] Compiling CBacktrace print.c
[8/17] Compiling CBacktrace posix.c
[10/17] Compiling CBacktrace simple.c
[11/17] Compiling CBacktrace backtrace.c
[12/17] Compiling CBacktrace dwarf.c
[13/17] Compiling CBacktrace elf.c
[15/20] Compiling Backtrace Backtrace.swift
[16/20] Emitting module Backtrace
[17/20] Compiling Backtrace Demangle.swift
[19/22] Wrapping AST for Backtrace for debugging
[21/24] Emitting module Sample
[22/24] Compiling Sample main.swift
[24/26] Wrapping AST for Sample for debugging
[25/26] Linking Sample
Build complete! (15.64s)
Build complete.
Done.