The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Tabman, reference 4.0.1 (030dd8), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 28 Apr 2026 20:37:24 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Tabman -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uias/Tabman.git
Reference: 4.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uias/Tabman
 * tag               4.0.1      -> FETCH_HEAD
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 4.0.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/uias/Tabman.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/uias/Pageboy
Creating working copy of package ‘Pageboy’
Checking out 5.0.2 of package ‘Pageboy’
Resolved source packages:
  Pageboy: https://github.com/uias/Pageboy @ 5.0.2
resolved source packages: Pageboy
{
  "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"
}
{
  "workspace" : {
    "name" : "Tabman",
    "schemes" : [
      "Example iOS",
      "Tabman"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Tabman"
    ]
  }
}
2026-04-28 16:37:11.074 xcodebuild[666:4064] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Tabman -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Tabman -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Pageboy: https://github.com/uias/Pageboy @ 5.0.2
  Tabman: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'Tabman' in project 'Tabman'
        ➜ Explicit dependency on target 'Tabman' in project 'Tabman'
        ➜ Explicit dependency on target 'Tabman_Tabman' in project 'Tabman'
        ➜ Explicit dependency on target 'Pageboy' in project 'Pageboy'
    Target 'Tabman' in project 'Tabman'
        ➜ Explicit dependency on target 'Tabman_Tabman' in project 'Tabman'
        ➜ Explicit dependency on target 'Pageboy' in project 'Pageboy'
    Target 'Pageboy' in project 'Pageboy'
        ➜ Explicit dependency on target 'Pageboy' in project 'Pageboy'
        ➜ Explicit dependency on target 'Pageboy_Pageboy' in project 'Pageboy'
    Target 'Pageboy' in project 'Pageboy'
        ➜ Explicit dependency on target 'Pageboy_Pageboy' in project 'Pageboy'
    Target 'Pageboy_Pageboy' in project 'Pageboy' (no dependencies)
    Target 'Tabman_Tabman' in project 'Tabman' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 445bc88d9d9aaf19a9456351d67adb10
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/445bc88d9d9aaf19a9456351d67adb10.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle/Contents (in target 'Tabman_Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle/Contents/Resources (in target 'Tabman_Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle/Contents/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Tabman.DependencyStaticMetadataFileList (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Tabman.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Tabman.modulemap (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Tabman.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman_Tabman.build/Tabman_Tabman.DependencyStaticMetadataFileList (in target 'Tabman_Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman_Tabman.build/Tabman_Tabman.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Tabman.DependencyMetadataFileList (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Tabman.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman_Tabman.build/Tabman_Tabman.DependencyMetadataFileList (in target 'Tabman_Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman_Tabman.build/Tabman_Tabman.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman_Tabman.build/empty-Tabman_Tabman.plist (in target 'Tabman_Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman_Tabman.build/empty-Tabman_Tabman.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Objects-normal/arm64/Tabman_const_extract_protocols.json (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Objects-normal/arm64/Tabman_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Objects-normal/arm64/Tabman.SwiftFileList (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Objects-normal/arm64/Tabman.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Objects-normal/arm64/Tabman.SwiftConstValuesFileList (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Objects-normal/arm64/Tabman.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Objects-normal/arm64/Tabman.LinkFileList (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Objects-normal/arm64/Tabman.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Objects-normal/arm64/Tabman-OutputFileMap.json (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Objects-normal/arm64/Tabman-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/DerivedSources/resource_bundle_accessor.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy_Pageboy.build/empty-Pageboy_Pageboy.plist (in target 'Pageboy_Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy_Pageboy.build/empty-Pageboy_Pageboy.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Pageboy.modulemap (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Pageboy.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy_Pageboy.build/Pageboy_Pageboy.DependencyMetadataFileList (in target 'Pageboy_Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy_Pageboy.build/Pageboy_Pageboy.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy_Pageboy.build/Pageboy_Pageboy.DependencyStaticMetadataFileList (in target 'Pageboy_Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy_Pageboy.build/Pageboy_Pageboy.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Pageboy.DependencyStaticMetadataFileList (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Pageboy.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Tabman.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Tabman.modulemap (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman.build/Tabman.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Pageboy.DependencyMetadataFileList (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Pageboy.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy_const_extract_protocols.json (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy.SwiftFileList (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy.SwiftConstValuesFileList (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy.LinkFileList (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy-OutputFileMap.json (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/DerivedSources/resource_bundle_accessor.swift (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Pageboy.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Pageboy.modulemap (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Pageboy.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle (in target 'Tabman_Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle/Contents/Resources (in target 'Pageboy_Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle/Contents (in target 'Pageboy_Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle (in target 'Pageboy_Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman_Tabman.build/empty-Tabman_Tabman.plist (in target 'Tabman_Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug/Tabman_Tabman.build/empty-Tabman_Tabman.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/Tabman/PrivacyInfo.xcprivacy (in target 'Tabman_Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/Tabman/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle/Contents/Resources
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PrivacyInfo.xcprivacy (in target 'Pageboy_Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle/Contents/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy_Pageboy.build/empty-Pageboy_Pageboy.plist (in target 'Pageboy_Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy_Pageboy.build/empty-Pageboy_Pageboy.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle/Contents/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle (in target 'Pageboy_Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle (in target 'Tabman_Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle (in target 'Tabman_Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Tabman_Tabman.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle (in target 'Pageboy_Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Pageboy_Pageboy.bundle
SwiftDriver Pageboy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Pageboy -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy.swiftmodule -user-module-version 5.0.2 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name pageboy -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: note: A dependency of main module 'Pageboy'
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:8:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
2026-04-28 16:37:13.334 xcodebuild[677:4135] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:418b99247653e8fe7ca392d534f30c1e661b2274, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:418b99247653e8fe7ca392d534f30c1e661b2274, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:418b99247653e8fe7ca392d534f30c1e661b2274, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:418b99247653e8fe7ca392d534f30c1e661b2274, name:My Mac }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: note: a dependency of main module 'Pageboy'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:8:8: note: also imported here
import UIKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver Pageboy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Pageboy' from project 'Pageboy')
	Building workspace spi-builder-workspace with scheme Tabman
(2 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Pageboy: https://github.com/uias/Pageboy @ 5.0.2
  Tabman: /Users/admin/builder/spi-builder-workspace
resolved source packages: Pageboy, Tabman
2026-04-28 16:37:20.088 xcodebuild[710:4404] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Tabman"
    ]
  }
}
2026-04-28 16:37:21.864 xcodebuild[746:4724] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Tabman -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Tabman -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Pageboy: https://github.com/uias/Pageboy @ 5.0.2
  Tabman: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'Tabman' in project 'Tabman'
        ➜ Explicit dependency on target 'Tabman' in project 'Tabman'
        ➜ Explicit dependency on target 'Tabman_Tabman' in project 'Tabman'
        ➜ Explicit dependency on target 'Pageboy' in project 'Pageboy'
    Target 'Tabman' in project 'Tabman'
        ➜ Explicit dependency on target 'Tabman_Tabman' in project 'Tabman'
        ➜ Explicit dependency on target 'Pageboy' in project 'Pageboy'
    Target 'Pageboy' in project 'Pageboy'
        ➜ Explicit dependency on target 'Pageboy' in project 'Pageboy'
        ➜ Explicit dependency on target 'Pageboy_Pageboy' in project 'Pageboy'
    Target 'Pageboy' in project 'Pageboy'
        ➜ Explicit dependency on target 'Pageboy_Pageboy' in project 'Pageboy'
    Target 'Pageboy_Pageboy' in project 'Pageboy' (no dependencies)
    Target 'Tabman_Tabman' in project 'Tabman' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
SwiftDriver Pageboy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Pageboy -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy.swiftmodule -user-module-version 5.0.2 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name pageboy -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug/Pageboy.build/Objects-normal/arm64/Pageboy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: note: A dependency of main module 'Pageboy'
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:8:8: note: Also imported here
import UIKit
       ^ (in target 'Pageboy' from project 'Pageboy')
2026-04-28 16:37:23.275 xcodebuild[751:4765] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:418b99247653e8fe7ca392d534f30c1e661b2274, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:418b99247653e8fe7ca392d534f30c1e661b2274, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:418b99247653e8fe7ca392d534f30c1e661b2274, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:418b99247653e8fe7ca392d534f30c1e661b2274, name:My Mac }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift:9:8: note: a dependency of main module 'Pageboy'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:8:8: note: also imported here
import UIKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver Pageboy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Pageboy' from project 'Pageboy')
	Building workspace spi-builder-workspace with scheme Tabman
(2 failures)
BUILD FAILURE 6.3 macosXcodebuild