Build Information
Failed to build GTProgressBar, reference master (bcd31d), with Swift 6.2 for Linux on 9 Oct 2025 00:58:02 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.2-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/GTProgressBar.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/aporat/GTProgressBar
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bcd31d6 removed cocoapods
Cloned https://github.com/aporat/GTProgressBar.git
Revision (git rev-parse @):
bcd31d6a329b6112163b218ed12ca61d316775cf
SUCCESS checkout https://github.com/aporat/GTProgressBar.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/aporat/GTProgressBar.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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/GTProgressBar/Info.plist
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling GTProgressBar UIViewExtensions.swift
/host/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[4/13] Compiling GTProgressBar VerticalLabelPositionFrameCalculator.swift
/host/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[5/13] Compiling GTProgressBar UILabelExtensions.swift
/host/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[6/13] Compiling GTProgressBar GTProgressBarLabelPosition.swift
/host/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[7/13] Compiling GTProgressBar GTProgressBarOrientation.swift
/host/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[8/13] Compiling GTProgressBar HorizontalLabelPositionFrameCalculator.swift
/host/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[9/13] Compiling GTProgressBar GTProgressBarCornerType.swift
/host/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[10/13] Compiling GTProgressBar GTProgressBarDirection.swift
/host/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/13] Emitting module GTProgressBar
/host/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[12/13] Compiling GTProgressBar FrameCalculator.swift
/host/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
[13/13] Compiling GTProgressBar GTProgressBar.swift
/host/spi-builder-workspace/GTProgressBar/Classes/FrameCalculator.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | internal protocol FrameCalculator {
BUILD FAILURE 6.2 linux