Build Information
Failed to build BQ25703A, reference main (c82efb
), with Swift 6.1 for Linux on 28 Apr 2025 14:42:57 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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CmST0us/BQ25703A.git
Reference: main
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/CmST0us/BQ25703A
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c82efb6 package: add peripherykit for tester register: rename ChargerOption0 to ChargeOption0 register: fix r/w tester: add get charging status and start charging test action
Cloned https://github.com/CmST0us/BQ25703A.git
Revision (git rev-parse @):
c82efb6a0e8a42287ebc8c602c259dd4f204b6c5
SUCCESS checkout https://github.com/CmST0us/BQ25703A.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/CmST0us/BQ25703A.git
https://github.com/CmST0us/BQ25703A.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-mmio",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-mmio.git"
},
{
"identity" : "swifttui",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/rensbreur/SwiftTUI.git"
},
{
"identity" : "peripherykit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/CmST0us/PeripheryKit.git"
}
],
"manifest_display_name" : "BQ25703A",
"name" : "BQ25703A",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "BQ25703A",
"targets" : [
"BQ25703A"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Tester",
"targets" : [
"Tester"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Tester",
"module_type" : "SwiftTarget",
"name" : "Tester",
"path" : "Sources/Tester",
"product_dependencies" : [
"SwiftTUI",
"PeripheryKit"
],
"product_memberships" : [
"Tester"
],
"sources" : [
"Data+Hex.swift",
"main.swift"
],
"target_dependencies" : [
"BQ25703A"
],
"type" : "executable"
},
{
"c99name" : "BQ25703A",
"module_type" : "SwiftTarget",
"name" : "BQ25703A",
"path" : "Sources/BQ25703A",
"product_dependencies" : [
"MMIO"
],
"product_memberships" : [
"BQ25703A",
"Tester"
],
"sources" : [
"ADCIBAT.swift",
"ADCIINCMPIN.swift",
"ADCOption.swift",
"ADCVBUS_PSYS.swift",
"ADCVSYSVBAT.swift",
"ChargeOption0.swift",
"ChargeOption1.swift",
"ChargeOption2.swift",
"ChargeOption3.swift",
"ChargerCurrent.swift",
"ChargerStatus.swift",
"DeviceID.swift",
"IIN_DPM.swift",
"IIN_HOST.swift",
"InputVoltage.swift",
"MMIO+Projectable.swift",
"ManufacturerID.swift",
"MaxChargeVoltage.swift",
"MinSystemVoltage.swift",
"OTGCurrent.swift",
"OTGVoltage.swift",
"ProchotOption0.swift",
"ProchotOption1.swift",
"ProchotStatus.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/rensbreur/SwiftTUI.git
[1/2407] Fetching swifttui
Fetched https://github.com/rensbreur/SwiftTUI.git from cache (0.52s)
Fetching https://github.com/CmST0us/PeripheryKit.git
[1/163] Fetching peripherykit
Fetched https://github.com/CmST0us/PeripheryKit.git from cache (0.26s)
Fetching https://github.com/apple/swift-mmio.git
[1/3454] Fetching swift-mmio
Fetched https://github.com/apple/swift-mmio.git from cache (0.57s)
Computing version for https://github.com/apple/swift-mmio.git
Computed https://github.com/apple/swift-mmio.git at 0.0.2 (1.25s)
Fetching https://github.com/apple/swift-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.63s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (6.40s)
Creating working copy for https://github.com/apple/swift-mmio.git
Working copy of https://github.com/apple/swift-mmio.git resolved at 0.0.2
Creating working copy for https://github.com/rensbreur/SwiftTUI.git
Working copy of https://github.com/rensbreur/SwiftTUI.git resolved at main (5371330)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/CmST0us/PeripheryKit.git
Working copy of https://github.com/CmST0us/PeripheryKit.git resolved at main (a02676d)
error: 'spi-builder-workspace': product 'PeripheryKit' required by package 'spi-builder-workspace' target 'Tester' not found in package 'PeripheryKit'. Did you mean '.product(name: "PeripheryKit", package: "peripherykit")'?
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': product 'PeripheryKit' required by package 'spi-builder-workspace' target 'Tester' not found in package 'PeripheryKit'. Did you mean '.product(name: "PeripheryKit", package: "peripherykit")'?
BUILD FAILURE 6.1 linux