Build Information
Failed to build Reach5, reference master (04d475
), with Swift 6.0 for Linux on 11 Jun 2025 09:46:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.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 04d4756 CA-4510 `sendEmailVerification` and `verifyEmail` doc updates (#64)
Cloned https://github.com/ReachFive/reachfive-ios.git
Revision (git rev-parse @):
04d4756c8590e258322cc9827b41b0b275dce08e
SUCCESS checkout https://github.com/ReachFive/reachfive-ios.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/ReachFive/reachfive-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Thomvis/BrightFutures.git
[1/4067] Fetching brightfutures
Fetched https://github.com/Thomvis/BrightFutures.git from cache (0.75s)
Creating working copy for https://github.com/Thomvis/BrightFutures.git
Working copy of https://github.com/Thomvis/BrightFutures.git resolved at 8.2.0
warning: dependency 'brightfutures' is missing; cloning again
Fetching https://github.com/Alamofire/Alamofire.git
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.30s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
warning: dependency 'alamofire' is missing; cloning again
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.41s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
warning: dependency 'cryptoswift' is missing; cloning again
Fetching https://github.com/devicekit/DeviceKit.git
[1/4066] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit.git from cache (0.51s)
Creating working copy for https://github.com/devicekit/DeviceKit.git
Working copy of https://github.com/devicekit/DeviceKit.git resolved at 5.6.0
warning: dependency 'devicekit' is missing; cloning again
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Core/Info.plist
/host/spi-builder-workspace/Sources/Podfile.lock
/host/spi-builder-workspace/Sources/Podfile
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
Building for debugging...
[0/10] Copying PrivacyInfo.xcprivacy
[2/10] Write sources
[3/10] Copying PrivacyInfo.xcprivacy
[4/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/169] Emitting module BrightFutures
[12/171] Emitting module Alamofire
[13/176] Emitting module CryptoSwift
[14/190] Compiling CryptoSwift GCM.swift
[15/190] Compiling CryptoSwift OCB.swift
[16/190] Compiling BrightFutures SequenceType+BrightFutures.swift
[17/190] Compiling BrightFutures SwiftConcurrency+BrightFutures.swift
[18/190] Compiling CryptoSwift CipherModeWorker.swift
[19/190] Compiling CryptoSwift ECB.swift
[20/190] Compiling CryptoSwift CFB.swift
[21/190] Compiling CryptoSwift CTR.swift
[22/190] Compiling BrightFutures Async.swift
[23/190] Compiling BrightFutures AsyncType+Debug.swift
[24/190] Compiling BrightFutures AsyncType+ResultType.swift
[25/190] Compiling CryptoSwift CBC.swift
[26/190] Compiling CryptoSwift CCM.swift
[27/190] Compiling Alamofire RetryPolicy.swift
[28/190] Compiling Alamofire ServerTrustEvaluation.swift
[29/190] Compiling Alamofire URLEncodedFormEncoder.swift
[30/190] Compiling Alamofire Validation.swift
[31/190] Compiling Alamofire resource_bundle_accessor.swift
[38/190] Compiling DeviceKit resource_bundle_accessor.swift
[39/190] Emitting module DeviceKit
[40/190] Compiling DeviceKit Device.generated.swift
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:2338:12: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
2336 | public var thermalState: ThermalState? {
2337 | guard isCurrent else { return nil }
2338 | switch ProcessInfo().thermalState {
| `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
2339 | case .nominal:
2340 | return .nominal
FoundationEssentials.ProcessInfo (internal):4:14: note: 'init()' declared here
2 | public static let processInfo: ProcessInfo
3 | deinit
4 | internal init()
| `- note: 'init()' declared here
5 | }
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:2338:26: error: value of type 'ProcessInfo' has no member 'thermalState'
2336 | public var thermalState: ThermalState? {
2337 | guard isCurrent else { return nil }
2338 | switch ProcessInfo().thermalState {
| `- error: value of type 'ProcessInfo' has no member 'thermalState'
2339 | case .nominal:
2340 | return .nominal
[41/190] Compiling CryptoSwift Digest.swift
[42/190] Compiling CryptoSwift DigestType.swift
[43/190] Compiling CryptoSwift AES+Foundation.swift
[44/190] Compiling CryptoSwift Array+Foundation.swift
[45/190] Compiling CryptoSwift Blowfish+Foundation.swift
[46/190] Compiling CryptoSwift ChaCha20+Foundation.swift
[47/190] Compiling BrightFutures Result+BrightFutures.swift
[48/190] Compiling BrightFutures ResultProtocol.swift
[49/190] Compiling BrightFutures Future.swift
[50/190] Compiling BrightFutures InvalidationToken.swift
[62/191] Compiling CryptoSwift HKDF.swift
[63/191] Compiling CryptoSwift HMAC.swift
[64/191] Compiling CryptoSwift ISO10126Padding.swift
[65/191] Compiling CryptoSwift ISO78164Padding.swift
[66/191] Compiling CryptoSwift Int+Extension.swift
[67/191] Compiling CryptoSwift MD5.swift
[68/191] Compiling CryptoSwift NoPadding.swift
[69/191] Compiling CryptoSwift Operators.swift
[70/191] Compiling CryptoSwift DER.swift
[71/191] Compiling CryptoSwift PBKDF1.swift
[72/191] Compiling CryptoSwift CMAC.swift
[73/191] Compiling CryptoSwift PBKDF2.swift
[74/191] Compiling CryptoSwift Addition.swift
[75/191] Compiling CryptoSwift PKCS1v15.swift
[76/191] Compiling CryptoSwift CompactMap.swift
[77/191] Compiling CryptoSwift BigInt.swift
[78/191] Compiling CryptoSwift Cryptor.swift
[79/191] Compiling CryptoSwift BigUInt.swift
[80/191] Compiling CryptoSwift Cryptors.swift
[81/191] Compiling CryptoSwift BitwiseOps.swift
[82/191] Compiling CryptoSwift CS.swift
[83/191] Compiling CryptoSwift Codable.swift
[84/191] Compiling CryptoSwift Comparable.swift
[85/191] Compiling CryptoSwift DataConversion.swift
[86/191] Compiling CryptoSwift Division.swift
[87/191] Compiling CryptoSwift Exponentiation.swift
[88/191] Compiling CryptoSwift FloatingPointConversion.swift
[89/191] Compiling CryptoSwift GCD.swift
[90/191] Compiling CryptoSwift Hashable.swift
[92/192] Compiling CryptoSwift IntegerConversion.swift
[93/192] Compiling CryptoSwift Multiplication.swift
[94/192] Compiling CryptoSwift PrimeTest.swift
[95/192] Compiling CryptoSwift Random.swift
[96/192] Compiling CryptoSwift Shifts.swift
[97/192] Compiling CryptoSwift SquareRoot.swift
[98/192] Compiling CryptoSwift Strideable.swift
[99/192] Compiling CryptoSwift StringConversion.swift
[100/192] Compiling CryptoSwift Subtraction.swift
[101/192] Compiling CryptoSwift WordsAndBits.swift
[102/192] Compiling CryptoSwift ChaCha20.swift
[103/192] Compiling CryptoSwift Checksum.swift
[104/192] Compiling CryptoSwift Cipher.swift
[105/192] Compiling CryptoSwift Collection+Extension.swift
BUILD FAILURE 6.0 linux