Build Information
Failed to build Reach5, reference master (2abb56
), with Swift 6.0 for Linux on 14 Nov 2024 17:36:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.57.0
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 2abb566 Ajout de providerWithVariant (#39)
Cloned https://github.com/ReachFive/reachfive-ios.git
Revision (git rev-parse @):
2abb566dd5b3f89af8f26f3d8fbd889124c66131
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Alamofire/Alamofire.git
[1/29795] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.72s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.1
warning: dependency 'alamofire' is missing; cloning again
Fetching https://github.com/devicekit/DeviceKit.git
[1/3895] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit.git from cache (0.98s)
Creating working copy for https://github.com/devicekit/DeviceKit.git
Working copy of https://github.com/devicekit/DeviceKit.git resolved at 5.5.0
warning: dependency 'devicekit' is missing; cloning again
Fetching https://github.com/Thomvis/BrightFutures.git
[1/4067] Fetching brightfutures
Fetched https://github.com/Thomvis/BrightFutures.git from cache (0.69s)
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/krzyzanowskim/CryptoSwift.git
[1/12703] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.49s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.3
warning: dependency 'cryptoswift' is missing; cloning again
warning: 'alamofire': /host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:28:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
26 | import PackageDescription
27 |
28 | let package = Package(name: "Alamofire",
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v12),
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/Podfile.lock
/host/spi-builder-workspace/Sources/Core/Info.plist
/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/Device.swift.gyb
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
Building for debugging...
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[8/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/169] Emitting module BrightFutures
[12/171] Compiling BrightFutures SequenceType+BrightFutures.swift
[13/171] Compiling BrightFutures SwiftConcurrency+BrightFutures.swift
[14/171] Compiling CryptoSwift AEAD.swift
[15/171] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[16/171] Compiling CryptoSwift BigUInt.swift
[17/171] Compiling CryptoSwift BitwiseOps.swift
[18/171] Compiling CryptoSwift CS.swift
[19/171] Compiling CryptoSwift Codable.swift
[20/171] Compiling CryptoSwift Comparable.swift
[21/176] Compiling CryptoSwift BlockCipher.swift
[22/176] Compiling CryptoSwift BlockDecryptor.swift
[23/176] Compiling CryptoSwift ASN1Scanner.swift
[24/176] Compiling CryptoSwift Array+Extension.swift
[25/176] Compiling CryptoSwift CMAC.swift
[26/176] Compiling CryptoSwift Addition.swift
[27/176] Compiling CryptoSwift BigInt.swift
[33/176] Compiling Alamofire RetryPolicy.swift
[34/176] Compiling Alamofire ServerTrustEvaluation.swift
[35/176] Compiling Alamofire URLEncodedFormEncoder.swift
[36/176] Compiling Alamofire Validation.swift
[37/176] Compiling Alamofire resource_bundle_accessor.swift
[38/176] Compiling CryptoSwift Hashable.swift
[41/176] Compiling CryptoSwift BlockModeOptions.swift
[42/176] Compiling CryptoSwift CBC.swift
[43/176] Compiling CryptoSwift CCM.swift
[44/176] Compiling CryptoSwift CFB.swift
[45/176] Compiling CryptoSwift CTR.swift
[46/176] Compiling CryptoSwift CipherModeWorker.swift
[47/176] Compiling CryptoSwift ECB.swift
[48/176] Compiling CryptoSwift GCM.swift
[49/176] Compiling CryptoSwift OCB.swift
[50/176] Compiling CryptoSwift OFB.swift
[51/176] Compiling CryptoSwift PCBC.swift
[52/176] Compiling CryptoSwift Blowfish.swift
[53/176] Compiling CryptoSwift CBCMAC.swift
[54/176] Compiling CryptoSwift Bit.swift
[69/190] Compiling CryptoSwift ASN1Decoder.swift
[70/190] Compiling CryptoSwift ASN1Encoder.swift
[73/190] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[74/190] Compiling CryptoSwift AES.Cryptors.swift
[75/190] Compiling CryptoSwift AES.swift
[76/190] Compiling CryptoSwift ASN1.swift
[85/190] Emitting module DeviceKit
[86/190] Compiling DeviceKit resource_bundle_accessor.swift
[87/190] Compiling DeviceKit Device.generated.swift
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:2279:12: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
2277 | public var thermalState: ThermalState? {
2278 | guard isCurrent else { return nil }
2279 | switch ProcessInfo().thermalState {
| `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
2280 | case .nominal:
2281 | 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:2279:26: error: value of type 'ProcessInfo' has no member 'thermalState'
2277 | public var thermalState: ThermalState? {
2278 | guard isCurrent else { return nil }
2279 | switch ProcessInfo().thermalState {
| `- error: value of type 'ProcessInfo' has no member 'thermalState'
2280 | case .nominal:
2281 | return .nominal
[88/190] Compiling CryptoSwift IntegerConversion.swift
[89/190] Compiling CryptoSwift Multiplication.swift
[90/190] Compiling CryptoSwift PrimeTest.swift
[91/190] Compiling CryptoSwift Random.swift
[92/190] Compiling CryptoSwift Shifts.swift
[93/190] Compiling CryptoSwift SquareRoot.swift
[94/190] Compiling CryptoSwift Strideable.swift
[95/190] Compiling CryptoSwift StringConversion.swift
[96/190] Compiling CryptoSwift Subtraction.swift
[97/190] Compiling CryptoSwift WordsAndBits.swift
[98/190] Compiling CryptoSwift ChaCha20.swift
[99/190] Compiling CryptoSwift Checksum.swift
[100/190] Compiling CryptoSwift Cipher.swift
[101/190] Compiling CryptoSwift Collection+Extension.swift
[102/190] Compiling CryptoSwift CompactMap.swift
[103/190] Compiling CryptoSwift Cryptor.swift
[104/190] Compiling CryptoSwift Cryptors.swift
[105/190] Compiling CryptoSwift Digest.swift
[106/190] Compiling CryptoSwift DigestType.swift
[107/190] Compiling CryptoSwift AES+Foundation.swift
[108/190] Compiling CryptoSwift Array+Foundation.swift
[109/190] Compiling CryptoSwift Blowfish+Foundation.swift
[110/190] Compiling CryptoSwift ChaCha20+Foundation.swift
[111/190] Compiling CryptoSwift Data+Extension.swift
[112/190] Compiling CryptoSwift HMAC+Foundation.swift
[113/190] Compiling CryptoSwift Rabbit+Foundation.swift
[114/190] Compiling CryptoSwift String+FoundationExtension.swift
[115/190] Compiling CryptoSwift Utils+Foundation.swift
[116/190] Compiling CryptoSwift Authenticator.swift
[117/190] Compiling CryptoSwift BatchedCollection.swift
[121/190] Compiling CryptoSwift XChaCha20+Foundation.swift
[122/190] Compiling CryptoSwift Generics.swift
[123/190] Compiling CryptoSwift HKDF.swift
[124/190] Compiling CryptoSwift HMAC.swift
[125/190] Compiling CryptoSwift ISO10126Padding.swift
[126/190] Compiling CryptoSwift ISO78164Padding.swift
[127/190] Compiling CryptoSwift Int+Extension.swift
[128/190] Compiling CryptoSwift MD5.swift
[129/190] Compiling CryptoSwift NoPadding.swift
[130/190] Compiling CryptoSwift Operators.swift
[131/190] Compiling CryptoSwift DER.swift
[132/190] Compiling CryptoSwift PBKDF1.swift
[133/190] Compiling CryptoSwift PBKDF2.swift
[134/190] Compiling CryptoSwift PKCS1v15.swift
BUILD FAILURE 6.0 linux