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 Reach5, reference master (900299), with Swift 5.10 for Linux on 30 Aug 2025 10:56:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ReachFive/reachfive-ios.git
Reference: master
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/ReachFive/reachfive-ios
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9002998 Release 9.1.2 (#86)
Cloned https://github.com/ReachFive/reachfive-ios.git
Revision (git rev-parse @):
90029981ed9f5a58acb239ad77f456214406c691
SUCCESS checkout https://github.com/ReachFive/reachfive-ios.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ReachFive/reachfive-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
warning: unable to restore workspace state: unknown 'WorkspaceStateStorage' version '7' at '/host/spi-builder-workspace/.build/workspace-state.json'
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Core/Info.plist
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/88] Compiling Reach5 UpdatePhoneNumberRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[5/88] Compiling Reach5 VerifyAuthCodeRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[6/88] Compiling Reach5 VerifyEmailRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[7/88] Compiling Reach5 VerifyPhoneNumberRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[8/88] Compiling Reach5 WebSessionLogoutRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[9/88] Compiling Reach5 WebviewLoginRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[10/88] Compiling Reach5 AuthenticationPublicKeyCredential.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[11/88] Compiling Reach5 NativeLoginRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[12/88] Compiling Reach5 NewPasskeyRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[13/88] Compiling Reach5 PasskeySignupRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[14/88] Compiling Reach5 ProfilePasskeySignupRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[15/88] Compiling Reach5 R5AuthenticatorAssertionResponse.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[16/100] Compiling Reach5 TrustedDevice.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[17/100] Compiling Reach5 AuthenticationOptions.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[18/100] Compiling Reach5 AuthenticationToken.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[19/100] Compiling Reach5 CredentialCreationOptions.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[20/100] Compiling Reach5 DeviceCredential.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[21/100] Compiling Reach5 R5AuthenticatorSelectionCriteria.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[22/100] Compiling Reach5 R5PublicKeyCredentialCreationOptions.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[23/100] Compiling Reach5 R5PublicKeyCredentialDescriptor.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[24/100] Compiling Reach5 R5PublicKeyCredentialParameter.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[25/100] Compiling Reach5 R5PublicKeyCredentialRpEntity.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[26/100] Compiling Reach5 R5PublicKeyCredentialUserEntity.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[27/100] Compiling Reach5 RegistrationOptions.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/100] Emitting module Reach5
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[29/100] Compiling Reach5 AppleProvider.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[30/100] Compiling Reach5 CredentialManager.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[31/100] Compiling Reach5 DefaultProvider.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[32/100] Compiling Reach5 LoginWKWebview.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[33/100] Compiling Reach5 Provider.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[34/100] Compiling Reach5 ReachFive.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[35/100] Compiling Reach5 ReachFiveApi.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[36/100] Compiling Reach5 ReachFiveApplication.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[37/100] Compiling Reach5 ReachFiveError.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[38/100] Compiling Reach5 ReachFiveLogin.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[39/100] Compiling Reach5 ReachFiveMfa.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[40/100] Compiling Reach5 ReachFiveNative.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[41/100] Compiling Reach5 ReachFivePassword.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[42/100] Compiling Reach5 ReachFivePasswordLess.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[43/100] Compiling Reach5 ReachFiveProfile.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[44/100] Compiling Reach5 ReachFiveProviders.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[45/100] Compiling Reach5 ReachFiveToken.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[46/100] Compiling Reach5 ReachFiveWebviewLogin.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[47/100] Compiling Reach5 AccessTokenResponse.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[48/100] Compiling Reach5 AuthToken.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[49/100] Compiling Reach5 ClientConfigResponse.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[50/100] Compiling Reach5 Consent.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[51/100] Compiling Reach5 Emails.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[52/100] Compiling Reach5 LoginSummary.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[53/100] Compiling Reach5 MfaCredentialsRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[54/100] Compiling Reach5 MfaStepUpRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[55/100] Compiling Reach5 ProfileSignupRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[56/100] Compiling Reach5 RefreshRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[57/100] Compiling Reach5 RequestAccountRecoveryRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[58/100] Compiling Reach5 RequestPasswordResetRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[59/100] Compiling Reach5 RevokeTokenRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[60/100] Compiling Reach5 SignupRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[61/100] Compiling Reach5 StartPasswordlessRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[62/100] Compiling Reach5 TokenType.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[63/100] Compiling Reach5 UpdateEmailRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[64/100] Compiling Reach5 UpdatePasswordRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[65/100] Compiling Reach5 OpenIdUser.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[66/100] Compiling Reach5 Profile.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[67/100] Compiling Reach5 ProfileAddress.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[68/100] Compiling Reach5 ProfileUpdate.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[69/100] Compiling Reach5 ProviderConfig.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[70/100] Compiling Reach5 ProvidersConfigsResult.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[71/100] Compiling Reach5 SdkConfig.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[72/100] Compiling Reach5 SdkInternalConfig.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[73/100] Compiling Reach5 AuthCodeRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[74/100] Compiling Reach5 LoginCallback.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[75/100] Compiling Reach5 LoginProviderRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[76/100] Compiling Reach5 LoginRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[77/100] Compiling Reach5 R5AuthenticatorAttestationResponse.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[78/100] Compiling Reach5 R5PublicKeyCredentialRequestOptions.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[79/100] Compiling Reach5 RegistrationPublicKeyCredential.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[80/100] Compiling Reach5 RegistrationRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[81/100] Compiling Reach5 ResetOptions.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[82/100] Compiling Reach5 ResetPasskeyRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[83/100] Compiling Reach5 ResetPublicKeyCredential.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[84/100] Compiling Reach5 SignupOptions.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[85/100] Compiling Reach5 WebAuthnLoginRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[86/100] Compiling Reach5 WebauthnSignupCredential.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[87/100] Compiling Reach5 TknMfa.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[88/100] Compiling Reach5 VerifyEmailResponse.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[89/100] Compiling Reach5 Async.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[90/100] Compiling Reach5 Base64.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[91/100] Compiling Reach5 CustomField.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[92/100] Compiling Reach5 DataRequest.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[93/100] Compiling Reach5 DictionaryEncodable.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[94/100] Compiling Reach5 Logger.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[95/100] Compiling Reach5 NetworkClient.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[96/100] Compiling Reach5 Pkce.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[97/100] Compiling Reach5 Storage.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[98/100] Compiling Reach5 StringUtils.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[99/100] Compiling Reach5 WebAuthentication.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
[100/100] Compiling Reach5 resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Core/Classes/AppleProvider.swift:2:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 linux