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 Wasm on 12 Sep 2025 12:23:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-1":/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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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.
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 KSCrashTestTools KSTestCaseUtils.m
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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[10/113] Compiling KSCrashTestTools TestThread.m
[10/113] Compiling KSCrashReportingCore resource_bundle_accessor.m
[10/113] Compiling KSCrashSinks resource_bundle_accessor.m
[10/113] Compiling KSCrashReportingCore KSNSDictionaryHelper.m
In file included from /host/spi-builder-workspace/Sources/KSCrashRecordingCore/KSThread.c:27:
/host/spi-builder-workspace/Sources/KSCrashRecordingCore/include/KSThread.h:43:9: error: unknown type name 'uintptr_t'
   43 | typedef uintptr_t KSThread;
      |         ^
/host/spi-builder-workspace/Sources/KSCrashRecordingCore/KSThread.c:33:10: fatal error: 'dispatch/dispatch.h' file not found
   33 | #include <dispatch/dispatch.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
[10/113] Compiling KSCrashRecordingCore KSThread.c
[10/113] Compiling KSCrashReportingCore KSReachabilityKSCrash.m
BUILD FAILURE 6.2 wasm