Build Information
Failed to build Tabman, reference main (030dd8), with Swift 6.3 for Android on 28 Apr 2026 20:36:33 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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uias/Tabman.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/uias/Tabman
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 030dd80 Update CHANGELOG
Cloned https://github.com/uias/Tabman.git
Revision (git rev-parse @):
030dd80277bb36c9a832f232ff85af1b436cabd8
SUCCESS checkout https://github.com/uias/Tabman.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/uias/Tabman.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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/uias/Pageboy
[1/6704] Fetching pageboy
Fetched https://github.com/uias/Pageboy from cache (0.55s)
Computing version for https://github.com/uias/Pageboy
Computed https://github.com/uias/Pageboy at 5.0.2 (0.86s)
Creating working copy for https://github.com/uias/Pageboy
Working copy of https://github.com/uias/Pageboy resolved at 5.0.2
warning: 'pageboy': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/Info.plist
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[2/5] Write sources
[4/5] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/29] Emitting module Pageboy
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[7/32] Compiling Pageboy PageboyViewController+Transitioning.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[8/32] Compiling Pageboy TransitionOperation+Action.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[9/32] Compiling Pageboy TransitionOperation.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[10/32] Compiling Pageboy UIPageViewController+ScrollView.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[11/32] Compiling Pageboy UIScrollView+Interaction.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[12/32] Compiling Pageboy UIView+Animation.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[13/32] Compiling Pageboy PageboyViewController+Management.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[14/32] Compiling Pageboy PageboyViewController+ScrollCalculations.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[15/32] Compiling Pageboy PageboyViewController+ScrollDetection.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[16/32] Compiling Pageboy PageboyViewController+Updating.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[17/32] Compiling Pageboy UIViewController+Pageboy.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[18/32] Compiling Pageboy DispatchQueue+main.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[19/32] Compiling Pageboy UIApplication+SafeShared.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[20/32] Compiling Pageboy PatchedPageViewController.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[21/32] Compiling Pageboy WeakContainer.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[22/32] Compiling Pageboy resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[23/32] Compiling Pageboy PageboyAutoScroller.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[24/32] Compiling Pageboy PageboyViewController+AutoScrolling.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[25/32] Compiling Pageboy NavigationDirection.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[26/32] Compiling Pageboy Page.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[27/32] Compiling Pageboy PageboyViewController.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[28/32] Compiling Pageboy PageboyViewControllerDataSource.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[29/32] Compiling Pageboy PageboyViewControllerDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[30/32] Compiling Pageboy UIView+AutoLayout.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[31/32] Compiling Pageboy UIView+Localization.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
[32/32] Compiling Pageboy IndexedObjectMap.swift
/host/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - PageboyAutoScrollerHandler
BUILD FAILURE 6.3 android