The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build TIM, reference 2.9.0 (5d7412), with Swift 5.8 for Linux on 8 Jul 2024 10:53:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 2.9.0
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
 * tag               2.9.0      -> FETCH_HEAD
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 2.9.0
========================================
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-4609320-0":/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/trifork/TIMEncryptedStorage-iOS
Fetching https://github.com/openid/AppAuth-iOS
[1/472] Fetching timencryptedstorage-ios
[473/9256] Fetching timencryptedstorage-ios, appauth-ios
Fetched https://github.com/trifork/TIMEncryptedStorage-iOS (0.49s)
Fetched https://github.com/openid/AppAuth-iOS (0.49s)
Computing version for https://github.com/trifork/TIMEncryptedStorage-iOS
Computed https://github.com/trifork/TIMEncryptedStorage-iOS at 2.2.1 (0.29s)
Computing version for https://github.com/openid/AppAuth-iOS
Computed https://github.com/openid/AppAuth-iOS at 1.4.0 (0.32s)
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/macOS/OIDAuthState+Mac.m:19:9: fatal error: 'TargetConditionals.h' file not found
#import <TargetConditionals.h>
        ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
/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.
/host/spi-builder-workspace/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:19:9: fatal error: 'TargetConditionals.h' file not found
#import <TargetConditionals.h>
        ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/10] Compiling OIDAuthState+Mac.m
[0/10] Compiling OIDExternalUserAgentIOS.m
/host/spi-builder-workspace/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer/OIDLoopbackHTTPServer.m:19:9: fatal error: 'TargetConditionals.h' file not found
#import <TargetConditionals.h>
        ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/10] Compiling OIDLoopbackHTTPServer.m
[0/10] Compiling OIDExternalUserAgentCatalyst.m
/host/spi-builder-workspace/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDAuthState+IOS.m:19:9: fatal error: 'TargetConditionals.h' file not found
#import <TargetConditionals.h>
        ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/10] Compiling OIDAuthState+IOS.m
/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
/host/spi-builder-workspace/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:19:9: fatal error: 'TargetConditionals.h' file not found
#import <TargetConditionals.h>
        ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/10] Compiling OIDExternalUserAgentIOSCustomBrowser.m
BUILD FAILURE 5.8 linux