Build Information
Failed to build ETTrace, reference v1.1.1 (01e1b0
), with Swift 6.0 for Linux on 26 Nov 2024 22:19:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EmergeTools/ETTrace.git
Reference: v1.1.1
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
* tag v1.1.1 -> FETCH_HEAD
HEAD is now at 01e1b0f Fix memory leak (#102)
Cloned https://github.com/EmergeTools/ETTrace.git
Revision (git rev-parse @):
01e1b0f7b71acac9b21bfbd47bd5f4ab480826db
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/EmergeTools/ETTrace.git at v1.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/EmergeTools/ETTrace.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/EmergeTools/peertalk.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/httpswift/swifter.git
[1/682] Fetching peertalk
[213/6714] Fetching peertalk, swifter
Fetched https://github.com/EmergeTools/peertalk.git from cache (0.24s)
[1629/6032] Fetching swifter
[4284/18427] Fetching swifter, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.86s)
Fetched https://github.com/httpswift/swifter.git from cache (0.88s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (1.89s)
Computing version for https://github.com/EmergeTools/peertalk.git
Computed https://github.com/EmergeTools/peertalk.git at 1.0.0 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.42s)
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.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
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
In file included from /host/spi-builder-workspace/ETTrace/CommunicationFrame/EMGDummyEmptyClass.m:8:
/host/spi-builder-workspace/ETTrace/CommunicationFrame/EMGDummyEmptyClass.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
8 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling CommunicationFrame EMGDummyEmptyClass.m
In file included from /host/spi-builder-workspace/ETTrace/ETTrace/EMGChannelListener.m:8:
/host/spi-builder-workspace/ETTrace/ETTrace/EMGChannelListener.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
8 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/39] Compiling ETTrace EMGChannelListener.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/39] Compiling FIRCLSUtility.m
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c:15:10: fatal error: 'dispatch/dispatch.h' file not found
15 | #include <dispatch/dispatch.h>
| ^~~~~~~~~~~~~~~~~~~~~
[1/39] Compiling FIRCLSInternalLogging.c
In file included from /host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Components/FIRCLSEmerge.c:15:
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Components/../Helpers/FIRCLSDefines.h:17:10: fatal error: 'TargetConditionals.h' file not found
17 | #include <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
[1/39] Compiling FIRCLSEmerge.c
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;
| ^
/host/spi-builder-workspace/Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h:45:1: error: unknown type name 'uintptr_t'; did you mean '__intptr_t'?
45 | uintptr_t FIRCLSThreadContextGetPC(FIRCLSThreadContext* registers);
| ^~~~~~~~~
| __intptr_t
[1/39] Compiling FIRCLSThreadState.c
/host/spi-builder-workspace/ETTrace/ETTrace/EMGPerfAnalysis.mm:8:9: fatal error: 'Foundation/Foundation.h' file not found
8 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/39] Compiling ETTrace EMGPerfAnalysis.mm
[1/39] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.0 linux