The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Tabman, reference main (030dd8), with Swift 6.1 for macOS (SPM) on 28 Apr 2026 20:37:28 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/uias/Tabman.git
https://github.com/uias/Tabman.git
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Sources/Tabman/PrivacyInfo.xcprivacy
{
  "dependencies" : [
    {
      "identity" : "pageboy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.2",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/uias/Pageboy"
    }
  ],
  "manifest_display_name" : "Tabman",
  "name" : "Tabman",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Tabman",
      "targets" : [
        "Tabman"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "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"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Tabman/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "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" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Sources/Tabman/PrivacyInfo.xcprivacy
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/PrivacyInfo.xcprivacy
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/30] Emitting module Pageboy
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 TransitionOperation+Action.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 UIViewController+Pageboy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 UIView+AutoLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 UIView+Localization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 DispatchQueue+main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 UIApplication+SafeShared.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 UIPageViewController+ScrollView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 UIScrollView+Interaction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 UIView+Animation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 PageboyViewController+ScrollDetection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 PageboyViewController+Updating.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 PageboyViewController.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 PageboyViewControllerDataSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 PageboyViewControllerDelegate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 PageboyViewController+Transitioning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 Page.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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+Management.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 PageboyViewController+ScrollCalculations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 WeakContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 IndexedObjectMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 PatchedPageViewController.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 PageboyAutoScroller.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 PageboyViewController+AutoScrolling.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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 NavigationDirection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/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
Fetching https://github.com/uias/Pageboy
[1/6704] Fetching pageboy
Fetched https://github.com/uias/Pageboy from cache (7.14s)
Computing version for https://github.com/uias/Pageboy
Computed https://github.com/uias/Pageboy at 5.0.2 (7.61s)
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
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/Info.plist
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Sources/Tabman/PrivacyInfo.xcprivacy
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/PrivacyInfo.xcprivacy
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/26] Emitting module Pageboy
/Users/admin/builder/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/28] Compiling Pageboy UIView+AutoLayout.swift
/Users/admin/builder/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/28] Compiling Pageboy UIView+Localization.swift
/Users/admin/builder/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/28] Compiling Pageboy IndexedObjectMap.swift
/Users/admin/builder/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/28] Compiling Pageboy PatchedPageViewController.swift
/Users/admin/builder/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/28] Compiling Pageboy UIScrollView+Interaction.swift
/Users/admin/builder/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/28] Compiling Pageboy UIView+Animation.swift
/Users/admin/builder/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/28] Compiling Pageboy PageboyAutoScroller.swift
/Users/admin/builder/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/28] Compiling Pageboy PageboyViewController+AutoScrolling.swift
/Users/admin/builder/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/28] Compiling Pageboy NavigationDirection.swift
/Users/admin/builder/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/28] Compiling Pageboy WeakContainer.swift
/Users/admin/builder/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/28] Compiling Pageboy resource_bundle_accessor.swift
/Users/admin/builder/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/28] Compiling Pageboy Page.swift
/Users/admin/builder/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/28] Compiling Pageboy PageboyViewController+Management.swift
/Users/admin/builder/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/28] Compiling Pageboy PageboyViewController+ScrollCalculations.swift
/Users/admin/builder/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/28] Compiling Pageboy DispatchQueue+main.swift
/Users/admin/builder/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/28] Compiling Pageboy UIApplication+SafeShared.swift
/Users/admin/builder/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/28] Compiling Pageboy UIPageViewController+ScrollView.swift
/Users/admin/builder/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/28] Compiling Pageboy TransitionOperation+Action.swift
/Users/admin/builder/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/28] Compiling Pageboy TransitionOperation.swift
/Users/admin/builder/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/28] Compiling Pageboy UIViewController+Pageboy.swift
/Users/admin/builder/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/28] Compiling Pageboy PageboyViewController+ScrollDetection.swift
/Users/admin/builder/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/28] Compiling Pageboy PageboyViewController+Updating.swift
/Users/admin/builder/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/28] Compiling Pageboy PageboyViewController.swift
/Users/admin/builder/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/28] Compiling Pageboy PageboyViewControllerDataSource.swift
/Users/admin/builder/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/28] Compiling Pageboy PageboyViewControllerDelegate.swift
/Users/admin/builder/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/28] Compiling Pageboy PageboyViewController+Transitioning.swift
/Users/admin/builder/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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/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
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Pageboy/Sources/Pageboy/Info.plist
BUILD FAILURE 6.1 macosSpm