Build Information
Failed to build Tabman, reference 3.2.0 (3b2213
), with Swift 6.1 for Linux on 28 Apr 2025 15:14:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/uias/Tabman.git
Reference: 3.2.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/uias/Tabman
* tag 3.2.0 -> FETCH_HEAD
HEAD is now at 3b22132 Update CHANGELOG
Cloned https://github.com/uias/Tabman.git
Revision (git rev-parse @):
3b2213290eb93e55bb50b49d1a179033005c11ab
SUCCESS checkout https://github.com/uias/Tabman.git at 3.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/uias/Tabman.git
https://github.com/uias/Tabman.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "pageboy",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/uias/Pageboy"
}
],
"manifest_display_name" : "Tabman",
"name" : "Tabman",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Tabman",
"targets" : [
"Tabman"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TabmanTests",
"module_type" : "SwiftTarget",
"name" : "TabmanTests",
"path" : "Sources/TabmanTests",
"sources" : [
"Bar/MockBarDataSource.swift",
"Bar/MockBarView.swift",
"MockTabmanViewController.swift",
"TabmanViewControllerTests.swift"
],
"target_dependencies" : [
"Tabman"
],
"type" : "test"
},
{
"c99name" : "Tabman",
"module_type" : "SwiftTarget",
"name" : "Tabman",
"path" : "Sources/Tabman",
"product_dependencies" : [
"Pageboy"
],
"product_memberships" : [
"Tabman"
],
"sources" : [
"AutoInsetter/AutoInsetSpec.swift",
"AutoInsetter/AutoInsetter.swift",
"AutoInsetter/InsetCalculator/CollectionViewInsetCalculator.swift",
"AutoInsetter/InsetCalculator/InsetCalculations.swift",
"AutoInsetter/InsetCalculator/InsetCalculator.swift",
"AutoInsetter/InsetCalculator/ScrollViewInsetCalculator.swift",
"AutoInsetter/InsetCalculator/TableViewInsetCalculator.swift",
"AutoInsetter/InsetExecutor/InsetExecutor.swift",
"AutoInsetter/InsetStore/DefaultInsetStore.swift",
"AutoInsetter/InsetStore/InsetStore.swift",
"AutoInsetter/Utilities/UIViewController+ScrollViewDetection.swift",
"Bar/BarBackgroundView/TMBarBackgroundView.swift",
"Bar/BarButton/Badge/TMBadgeView.swift",
"Bar/BarButton/TMBarButton.swift",
"Bar/BarButton/TMBarButtonCollection.swift",
"Bar/BarButton/TMBarButtonController.swift",
"Bar/BarButton/TMBarButtonInteractionController.swift",
"Bar/BarButton/TMBarButtonStateController.swift",
"Bar/BarButton/Types/TMBarButton+None.swift",
"Bar/BarButton/Types/TMLabelBarButton.swift",
"Bar/BarButton/Types/TMTabItemBarButton.swift",
"Bar/BarExtensions/AutoHidingBar/TMHidingBar+Triggers.swift",
"Bar/BarExtensions/AutoHidingBar/TMHidingBar.swift",
"Bar/BarExtensions/SystemBar/TMSystemBar.swift",
"Bar/BarIndicator/TMBarIndicator.swift",
"Bar/BarIndicator/TMBarIndicatorContainer.swift",
"Bar/BarIndicator/TMBarIndicatorLayoutHandler.swift",
"Bar/BarIndicator/Types/TMBarIndicator+None.swift",
"Bar/BarIndicator/Types/TMBlockBarIndicator.swift",
"Bar/BarIndicator/Types/TMChevronBarIndicator.swift",
"Bar/BarIndicator/Types/TMDotBarIndicator.swift",
"Bar/BarIndicator/Types/TMLineBarIndicator.swift",
"Bar/BarItem/TMBarItem.swift",
"Bar/BarItem/UIKit+TMBarItemable.swift",
"Bar/BarLayout/TMBarLayout.swift",
"Bar/BarLayout/TMBarLayoutInsetGuides.swift",
"Bar/BarLayout/TMBarLayoutParent.swift",
"Bar/BarLayout/Types/TMBarLayout+None.swift",
"Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift",
"Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift",
"Bar/BarLayout/Types/TMHorizontalBarLayout.swift",
"Bar/BarView/TMBarView.swift",
"Bar/BarView/TMBarViewContentInsetGuides.swift",
"Bar/BarView/TMBarViewFocusProvider.swift",
"Bar/BarView/TMBarViewFocusRect.swift",
"Bar/BarView/TMBarViewLayoutGrid.swift",
"Bar/BarView/TMBarViewScrollHandler.swift",
"Bar/BarView/TMBarViewUpdateHandler.swift",
"Bar/Extensions/CGRect+Interpolation.swift",
"Bar/Extensions/UIColor+Interpolation.swift",
"Bar/Generic/AnimateableLabel.swift",
"Bar/Generic/EdgeFadedView.swift",
"Bar/Generic/GestureScrollView.swift",
"Bar/Generic/ViewTitleViewContainer.swift",
"Bar/TMAnimation.swift",
"Bar/TMBar+Templates.swift",
"Bar/TMBar.swift",
"Bar/TMTransition.swift",
"Bar/Utility/BarMath.swift",
"Bar/Utility/WeakContainer.swift",
"Extensions/PageboyNavigationDirection+Tabman.swift",
"Extensions/PageboyViewController+RelativeCurrentPosition.swift",
"Extensions/UIView+LayoutGuide.swift",
"Extensions/UIViewController+Tabman.swift",
"TabmanViewController+Insets.swift",
"TabmanViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/uias/Pageboy
[1/6612] Fetching pageboy
Fetched https://github.com/uias/Pageboy from cache (0.69s)
Computing version for https://github.com/uias/Pageboy
Computed https://github.com/uias/Pageboy at 4.2.0 (1.78s)
Creating working copy for https://github.com/uias/Pageboy
Working copy of https://github.com/uias/Pageboy resolved at 4.2.0
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/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/26] 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
[5/29] 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
[6/29] 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
[7/29] 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
[8/29] 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
[9/29] 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
[10/29] 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
[11/29] 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
[12/29] 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
[13/29] 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
[14/29] 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
[15/29] 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
[16/29] 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
[17/29] 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
[18/29] 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
[19/29] 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
[20/29] 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
[21/29] 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
[22/29] 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
[23/29] 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/29] 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/29] 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/29] 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/29] 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
[28/29] 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
[29/29] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
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/Sources/TabmanTests/Info.plist
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/24] 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
[3/24] 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
[4/24] 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
[5/24] 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
[6/24] 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
[7/24] 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
[8/27] 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
[9/27] 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
[10/27] 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
[11/27] 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
[12/27] 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
[13/27] 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
[14/27] 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
[15/27] 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
[16/27] 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
[17/27] 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
[18/27] 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
[19/27] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/27] 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
[21/27] 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
[22/27] 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
[23/27] 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
[24/27] 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
[25/27] 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
[26/27] 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
[27/27] 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
BUILD FAILURE 6.1 linux