Build Information
Failed to build TIM, reference main (5d7412
), with Swift 5.8 for Linux on 8 Jul 2024 10:51:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.45.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/trifork/TIM-iOS.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/trifork/TIM-iOS
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5d74120 Merge pull request #28 from trifork/niha/external-user-agent-session
Cloned https://github.com/trifork/TIM-iOS.git
Revision (git rev-parse @):
5d74120b080178f3290e5dd9b08499218f3d3b68
SUCCESS checkout https://github.com/trifork/TIM-iOS.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $workDir
https://github.com/trifork/TIM-iOS.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:04b855c1ccaa3e5be7e0a673b43cb5972bbce6f39eeabbf4f2cb26180c5e9854
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/openid/AppAuth-iOS
Fetching https://github.com/trifork/TIMEncryptedStorage-iOS
[1/472] Fetching timencryptedstorage-ios
Fetched https://github.com/trifork/TIMEncryptedStorage-iOS (0.33s)
[1/8784] Fetching appauth-ios
Fetched https://github.com/openid/AppAuth-iOS (0.63s)
Computing version for https://github.com/trifork/TIMEncryptedStorage-iOS
Computed https://github.com/trifork/TIMEncryptedStorage-iOS at 2.2.1 (0.28s)
Computing version for https://github.com/openid/AppAuth-iOS
Computed https://github.com/openid/AppAuth-iOS at 1.4.0 (0.29s)
Creating working copy for https://github.com/trifork/TIMEncryptedStorage-iOS
Working copy of https://github.com/trifork/TIMEncryptedStorage-iOS resolved at 2.2.1
Creating working copy for https://github.com/openid/AppAuth-iOS
Working copy of https://github.com/openid/AppAuth-iOS resolved at 1.4.0
Building for debugging...
/host/spi-builder-workspace/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDAuthorizationService+IOS.m:19:9: fatal error: 'TargetConditionals.h' file not found
#import <TargetConditionals.h>
^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/10] Compiling OIDAuthorizationService+IOS.m
[0/10] Compiling OIDAuthState+IOS.m
[0/10] Compiling OIDLoopbackHTTPServer.m
[0/10] Compiling OIDRedirectHTTPHandler.m
/host/spi-builder-workspace/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentCatalyst.m:19:9: fatal error: 'TargetConditionals.h' file not found
#import <TargetConditionals.h>
^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/10] Compiling OIDExternalUserAgentCatalyst.m
[0/10] Compiling OIDExternalUserAgentIOSCustomBrowser.m
[0/10] Compiling OIDExternalUserAgentIOS.m
BUILD FAILURE 5.8 linux