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 ETTrace, reference main (ea8a0e), with Swift 6.2 (beta) for Android on 22 Jun 2025 09:00:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EmergeTools/ETTrace.git
Reference: main
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/EmergeTools/ETTrace
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ea8a0ec Add more options (#108)
Cloned https://github.com/EmergeTools/ETTrace.git
Revision (git rev-parse @):
ea8a0ec37872d732992f1d6fdd2b0307f463eb65
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/EmergeTools/ETTrace.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/EmergeTools/ETTrace.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/EmergeTools/peertalk.git
Fetching https://github.com/httpswift/swifter.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/6050] Fetching swifter
[1514/6732] Fetching swifter, peertalk
[2559/22112] Fetching swifter, peertalk, swift-argument-parser
Fetched https://github.com/EmergeTools/peertalk.git from cache (1.58s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.70s)
Fetched https://github.com/httpswift/swifter.git from cache (1.72s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (6.27s)
Computing version for https://github.com/EmergeTools/peertalk.git
Computed https://github.com/EmergeTools/peertalk.git at 1.0.0 (0.83s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.80s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
Creating working copy for https://github.com/EmergeTools/peertalk.git
Working copy of https://github.com/EmergeTools/peertalk.git resolved at 1.0.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c:15:
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/../Helpers/FIRCLSDefines.h:17:10: fatal error: 'TargetConditionals.h' file not found
   17 | #include <TargetConditionals.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling FIRCLSUnwind_arm.c
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m:15:
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h:15:9: fatal error: 'Foundation/Foundation.h' file not found
   15 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling FIRCLSLogger.m
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m:15:
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h:17:10: fatal error: 'mach/vm_types.h' file not found
   17 | #include <mach/vm_types.h>
      |          ^~~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling FIRCLSUtility.m
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c:15:
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h:35:9: error: unknown type name '_STRUCT_MCONTEXT'
   35 | typedef _STRUCT_MCONTEXT FIRCLSThreadContext;
      |         ^
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h:40:9: error: unknown type name '_STRUCT_UCONTEXT'
   40 | typedef _STRUCT_UCONTEXT _STRUCT_UCONTEXT64;
      |         ^
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c:16:
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h:17:10: fatal error: 'TargetConditionals.h' file not found
   17 | #include <TargetConditionals.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
3 errors generated.
[1/39] Compiling FIRCLSThreadState.c
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c:15:
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h:17:
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/../Helpers/FIRCLSThreadState.h:35:9: error: unknown type name '_STRUCT_MCONTEXT'
   35 | typedef _STRUCT_MCONTEXT FIRCLSThreadContext;
      |         ^
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/../Helpers/FIRCLSThreadState.h:40:9: error: unknown type name '_STRUCT_UCONTEXT'
   40 | typedef _STRUCT_UCONTEXT _STRUCT_UCONTEXT64;
      |         ^
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c:15:
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h:18:
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/../Helpers/FIRCLSUtility.h:17:10: fatal error: 'mach/vm_types.h' file not found
   17 | #include <mach/vm_types.h>
      |          ^~~~~~~~~~~~~~~~~
3 errors generated.
[1/39] Compiling FIRCLSUnwind.c
[1/39] Compiling FIRCLSInternalLogging.c
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c:15:
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h:17:
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/../Helpers/FIRCLSFeatures.h:17:
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Unwind/../Helpers/FIRCLSDefines.h:17:10: fatal error: 'TargetConditionals.h' file not found
   17 | #include <TargetConditionals.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling FIRCLSUnwind_x86.c
[1/39] Write swift-version-8C5A4AE7A8CE2BA.txt
BUILD FAILURE 6.2 android