Build Information
Failed to build GrowingAnalytics, reference 4.5.0-beta.1 (3a09a9
), with Swift 5.10 for Linux on 16 Oct 2024 16:23:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/growingio/growingio-sdk-ios-autotracker.git
Reference: 4.5.0-beta.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/growingio/growingio-sdk-ios-autotracker
* tag 4.5.0-beta.1 -> FETCH_HEAD
HEAD is now at 3a09a97 feat: release 4.5.0-beta.1
Cloned https://github.com/growingio/growingio-sdk-ios-autotracker.git
Revision (git rev-parse @):
3a09a975b49ffb320273c311d6ca6b2de87013e9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/growingio/growingio-sdk-ios-autotracker.git at 4.5.0-beta.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/growingio/growingio-sdk-ios-autotracker.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:de52ea9a9b71f638f9ab112bc11e200b74fab18027de8589a3de4f14b5e22683
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/growingio/growingio-sdk-ios-performance-ext.git
Fetching https://github.com/growingio/growingio-sdk-ios-utilities.git
[1/338] Fetching growingio-sdk-ios-utilities
[339/989] Fetching growingio-sdk-ios-utilities, growingio-sdk-ios-performance-ext
[828/38816] Fetching growingio-sdk-ios-utilities, growingio-sdk-ios-performance-ext, swift-protobuf
Fetched https://github.com/growingio/growingio-sdk-ios-utilities.git from cache (1.95s)
Fetched https://github.com/growingio/growingio-sdk-ios-performance-ext.git from cache (1.98s)
Fetched https://github.com/apple/swift-protobuf.git from cache (4.79s)
Computing version for https://github.com/growingio/growingio-sdk-ios-performance-ext.git
Computed https://github.com/growingio/growingio-sdk-ios-performance-ext.git at 1.0.1 (1.03s)
Computing version for https://github.com/growingio/growingio-sdk-ios-utilities.git
Computed https://github.com/growingio/growingio-sdk-ios-utilities.git at 1.2.4 (0.35s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.28.2 (0.36s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.28.2
Creating working copy for https://github.com/growingio/growingio-sdk-ios-performance-ext.git
Working copy of https://github.com/growingio/growingio-sdk-ios-performance-ext.git resolved at 1.0.1
Creating working copy for https://github.com/growingio/growingio-sdk-ios-utilities.git
Working copy of https://github.com/growingio/growingio-sdk-ios-utilities.git resolved at 1.2.4
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
In file included from /host/spi-builder-workspace/GrowingTrackerCore/DeepLink/GrowingDeepLinkHandler.m:20:
In file included from /host/spi-builder-workspace/GrowingTrackerCore/DeepLink/GrowingDeepLinkHandler+Private.h:20:
/host/spi-builder-workspace/GrowingTrackerCore/Public/GrowingDeepLinkHandler.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/106] Compiling GrowingDeepLinkHandler.m
[1/106] Compiling GrowingCustomEvent.m
[1/106] Compiling GrowingEventManager.m
In file included from /host/spi-builder-workspace/Services/Database/GrowingEventFMDatabase.m:20:
/host/spi-builder-workspace/Services/Database/GrowingEventFMDatabase.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
[1/106] Compiling GrowingService_Database GrowingEventFMDatabase.m
In file included from /host/spi-builder-workspace/Services/JSON/GrowingEventJSONPersistence.m:20:
/host/spi-builder-workspace/Services/JSON/GrowingEventJSONPersistence.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /host/spi-builder-workspace/Services/Encryption/GrowingDataEncoder.m:20:
/host/spi-builder-workspace/Services/Encryption/GrowingDataEncoder.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
[1/106] Compiling GrowingService_Encryption GrowingDataEncoder.m
[1/106] Compiling GrowingService_JSON GrowingEventJSONPersistence.m
In file included from /host/spi-builder-workspace/Services/JSON/GrowingEventJSONDatabase.m:20:
/host/spi-builder-workspace/Services/JSON/GrowingEventJSONDatabase.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
[1/106] Compiling GrowingService_JSON GrowingEventJSONDatabase.m
[1/106] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 5.10 linux