The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GTProgressBar, reference master (bcd31d), with Swift 6.1 for Android on 9 Oct 2025 00:59:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build 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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/aporat/GTProgressBar.git
https://github.com/aporat/GTProgressBar.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GTProgressBar",
  "name" : "GTProgressBar",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "GTProgressBar",
      "targets" : [
        "GTProgressBar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GTProgressBar",
      "module_type" : "SwiftTarget",
      "name" : "GTProgressBar",
      "path" : "GTProgressBar",
      "product_memberships" : [
        "GTProgressBar"
      ],
      "sources" : [
        "Classes/FrameCalculator.swift",
        "Classes/GTProgressBar.swift",
        "Classes/GTProgressBarCornerType.swift",
        "Classes/GTProgressBarDirection.swift",
        "Classes/GTProgressBarLabelPosition.swift",
        "Classes/GTProgressBarOrientation.swift",
        "Classes/HorizontalLabelPositionFrameCalculator.swift",
        "Classes/UILabelExtensions.swift",
        "Classes/UIViewExtensions.swift",
        "Classes/VerticalLabelPositionFrameCalculator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-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 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 {
[6/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 {
[7/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 {
[8/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 {
[9/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)
[10/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 {
[11/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 {
[12/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 {
[13/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/11] 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 {
[3/12] 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 {
[4/12] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/12] 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 {
[6/12] 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/12] 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/12] 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 {
[9/12] 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 {
[10/12] 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 {
[11/12] 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 {
[12/12] 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 {
BUILD FAILURE 6.1 android