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

Failed to build KSCrash, reference master (066d1d), with Swift 6.2 (beta) for Linux on 12 Sep 2025 12:23:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kstenerud/KSCrash.git
Reference: master
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/kstenerud/KSCrash
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 066d1d4 Namespacing example using SPM (#704)
Cloned https://github.com/kstenerud/KSCrash.git
Revision (git rev-parse @):
066d1d4c6e16c30110b8cb9ba27eae1e99bca726
SUCCESS checkout https://github.com/kstenerud/KSCrash.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kstenerud/KSCrash.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
warning: 'spi-builder-workspace': ignoring target 'KSCrashReportingCoreTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'KSCrashRecordingTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'KSCrashRecordingCoreTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'KSCrashInstallationsTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'KSCrashFiltersTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'KSCrashDiscSpaceMonitorTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'KSCrashDemangleFilterTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'KSCrashCoreTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'KSCrashBootTimeMonitorTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
[0/113] Copying PrivacyInfo.xcprivacy
In file included from /host/spi-builder-workspace/Sources/KSCrashTestTools/KSTestCaseUtils.m:27:
/host/spi-builder-workspace/Sources/KSCrashTestTools/include/KSTestCaseUtils.h:27:9: fatal error: 'Foundation/Foundation.h' file not found
   27 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[10/113] Compiling KSCrashTestTools KSTestCaseUtils.m
[10/113] Compiling OldDemangler.cpp
In file included from /host/spi-builder-workspace/Sources/KSCrashTestTools/FileBasedTestCase.m:27:
/host/spi-builder-workspace/Sources/KSCrashTestTools/include/FileBasedTestCase.h:27:9: fatal error: 'XCTest/XCTest.h' file not found
   27 | #import <XCTest/XCTest.h>
      |         ^~~~~~~~~~~~~~~~~
1 error generated.
[10/113] Compiling KSCrashTestTools FileBasedTestCase.m
[10/113] Compiling NodePrinter.cpp
In file included from /host/spi-builder-workspace/Sources/KSCrashDemangleFilter/swift/Basic/Punycode.cpp:13:
In file included from /host/spi-builder-workspace/Sources/KSCrashDemangleFilter/swift/Basic/Punycode.h:30:
In file included from /host/spi-builder-workspace/Sources/KSCrashDemangleFilter/llvm/ADT/StringRef.h:13:
/host/spi-builder-workspace/Sources/KSCrashDemangleFilter/llvm/Support/Compiler.h:356:10: error: macro name is a reserved identifier [-Werror,-Wreserved-macro-identifier]
  356 | # define __msan_allocated_memory(p, size)
      |          ^
/host/spi-builder-workspace/Sources/KSCrashDemangleFilter/llvm/Support/Compiler.h:357:10: error: macro name is a reserved identifier [-Werror,-Wreserved-macro-identifier]
  357 | # define __msan_unpoison(p, size)
      |          ^
/host/spi-builder-workspace/Sources/KSCrashDemangleFilter/llvm/Support/Compiler.h:367:10: error: macro name is a reserved identifier [-Werror,-Wreserved-macro-identifier]
  367 | # define __asan_poison_memory_region(p, size)
      |          ^
/host/spi-builder-workspace/Sources/KSCrashDemangleFilter/llvm/Support/Compiler.h:368:10: error: macro name is a reserved identifier [-Werror,-Wreserved-macro-identifier]
  368 | # define __asan_unpoisoIn file included from /host/spi-builder-workspace/Sources/KSCrashDemangleFilter/swift/Basic/ManglingUtils.cpp:13:
In file included from /host/spi-builder-workspace/Sources/KSCrashDemangleFilter/swift/Basic/ManglingUtils.h:16:
In file included from /host/spi-builder-workspace/Sources/KSCrashDemangleFilter/llvm/ADT/StringRef.h:13:
/host/spi-builder-workspace/Sources/KSCrashDemangleFilter/llvm/Support/Compiler.h:356:10: error: macro name is a reserved identifier [-Werror,-Wreserved-macro-identifier]
  356 | # define __msan_allocated_memory(p, size)
      |          ^
/host/spi-builder-workspace/Sources/KSCrashDemangleFilter/llvm/Support/Compiler.h:357:10: error: macro name is a reserved identifier [-Werror,-Wreserved-macro-identifier]
  357 | # define __msan_unpoison(p, size)
      |          ^
/host/spi-builder-workspace/Sources/KSCrashDemangleFilter/llvm/Support/Compiler.h:367:10: error: macro name is a reserved identifier [-Werror,-Wreserved-macro-identifier]
  367 | # define __asan_poison_memory_region(p, size)
      |          ^[10/113] Compiling ManglingUtils.cpp
[10/113] Compiling Punycode.cpp
In file included from /host/spi-builder-workspace/Sources/KSCrashTestTools/TestThread.m:27:
/host/spi-builder-workspace/Sources/KSCrashTestTools/include/TestThread.h:27:9: fatal error: 'Foundation/Foundation.h' file not found
   27 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[10/113] Compiling KSCrashTestTools TestThread.m
[10/113] Compiling KSCrashDemangleFilter resource_bundle_accessor.m
BUILD FAILURE 6.2 linux