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 8.2.0 (825fab), with Swift 6.0 for Linux on 10 Jun 2025 19:04:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 8.2.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/ReachFive/reachfive-ios
 * tag               8.2.0      -> FETCH_HEAD
HEAD is now at 825fab1 v8.2.0 (#65)
Cloned https://github.com/ReachFive/reachfive-ios.git
Revision (git rev-parse @):
825fab1e3d302ae1428714f438ce2dd007e44aa2
SUCCESS checkout https://github.com/ReachFive/reachfive-ios.git at 8.2.0
========================================
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-4609320-0":/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/Alamofire/Alamofire.git
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.40s)
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/devicekit/DeviceKit.git
[1/4066] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit.git from cache (0.40s)
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
Fetching https://github.com/Thomvis/BrightFutures.git
[1/4067] Fetching brightfutures
Fetched https://github.com/Thomvis/BrightFutures.git from cache (1.43s)
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/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.18s)
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
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
    /host/spi-builder-workspace/Sources/Podfile.lock
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
[2/10] Copying PrivacyInfo.xcprivacy
[5/10] Write sources
[5/10] Copying PrivacyInfo.xcprivacy
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/169] Emitting module DeviceKit
[12/169] Emitting module Alamofire
[13/174] Compiling DeviceKit resource_bundle_accessor.swift
[14/174] Compiling CryptoSwift ASN1.swift
[15/174] Compiling CryptoSwift ASN1Decoder.swift
[16/176] 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
[17/176] Emitting module BrightFutures
[18/176] Compiling CryptoSwift BatchedCollection.swift
[19/176] Compiling CryptoSwift Bit.swift
[20/176] Compiling CryptoSwift ASN1Encoder.swift
[21/176] Compiling CryptoSwift ASN1Scanner.swift
[22/176] Compiling CryptoSwift AEAD.swift
[23/176] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[24/176] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[25/176] Compiling CryptoSwift AES.Cryptors.swift
[26/176] Compiling CryptoSwift AES.swift
[27/176] Compiling CryptoSwift BigUInt.swift
[28/176] Compiling CryptoSwift BitwiseOps.swift
[29/176] Compiling CryptoSwift CS.swift
[30/176] Compiling CryptoSwift Codable.swift
[31/176] Compiling CryptoSwift Comparable.swift
[32/176] Compiling CryptoSwift Blowfish.swift
[33/176] Compiling CryptoSwift CBCMAC.swift
[34/176] Compiling CryptoSwift CMAC.swift
[35/176] Compiling CryptoSwift Addition.swift
[36/176] Compiling CryptoSwift BigInt.swift
[37/176] Compiling CryptoSwift Array+Extension.swift
[38/176] Compiling CryptoSwift Authenticator.swift
[39/176] Compiling CryptoSwift XChaCha20+Foundation.swift
[40/176] Compiling CryptoSwift Generics.swift
[41/176] Compiling CryptoSwift HKDF.swift
[42/176] Compiling CryptoSwift HMAC.swift
[43/176] Compiling CryptoSwift ISO10126Padding.swift
[44/176] Compiling CryptoSwift ISO78164Padding.swift
[45/176] Compiling CryptoSwift Int+Extension.swift
[46/176] Compiling CryptoSwift MD5.swift
[47/176] Compiling CryptoSwift NoPadding.swift
[48/176] Compiling CryptoSwift Operators.swift
[49/176] Compiling CryptoSwift DER.swift
[50/176] Compiling CryptoSwift PBKDF1.swift
[51/176] Compiling CryptoSwift PBKDF2.swift
[52/176] Compiling CryptoSwift PKCS1v15.swift
BUILD FAILURE 6.0 linux