Build Information
Failed to build APUserAgentGenerator, reference 1.5.0 (c7f84d), with Swift 6.0 for Linux on 4 Feb 2026 11:53:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aporat/APUserAgentGenerator.git
Reference: 1.5.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/aporat/APUserAgentGenerator
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at c7f84df Update iOS platform version in Package.swift
Cloned https://github.com/aporat/APUserAgentGenerator.git
Revision (git rev-parse @):
c7f84df52f5b338eb5901156a900fd139052b271
SUCCESS checkout https://github.com/aporat/APUserAgentGenerator.git at 1.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/aporat/APUserAgentGenerator.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/devicekit/DeviceKit.git
[1/4311] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit.git from cache (0.45s)
Computing version for https://github.com/devicekit/DeviceKit.git
Computed https://github.com/devicekit/DeviceKit.git at 5.7.0 (2.21s)
Creating working copy for https://github.com/devicekit/DeviceKit.git
Working copy of https://github.com/devicekit/DeviceKit.git resolved at 5.7.0
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/5] Write sources
[0/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/8] Emitting module DeviceKit
[7/8] Compiling DeviceKit resource_bundle_accessor.swift
[8/8] Compiling DeviceKit Device.generated.swift
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:2412:12: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
2410 | public var thermalState: ThermalState? {
2411 | guard isCurrent else { return nil }
2412 | switch ProcessInfo().thermalState {
| `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
2413 | case .nominal:
2414 | 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:2412:26: error: value of type 'ProcessInfo' has no member 'thermalState'
2410 | public var thermalState: ThermalState? {
2411 | guard isCurrent else { return nil }
2412 | switch ProcessInfo().thermalState {
| `- error: value of type 'ProcessInfo' has no member 'thermalState'
2413 | case .nominal:
2414 | return .nominal
BUILD FAILURE 6.0 linux