The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Tabman, reference 3.2.0 (3b2213), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 22:20:30 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uias/Tabman.git
Reference: 3.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uias/Tabman
 * tag               3.2.0      -> FETCH_HEAD
HEAD is now at 3b22132 Update CHANGELOG
Cloned https://github.com/uias/Tabman.git
Revision (git rev-parse @):
3b2213290eb93e55bb50b49d1a179033005c11ab
SUCCESS checkout https://github.com/uias/Tabman.git at 3.2.0
Fetching https://github.com/uias/Pageboy
[1/6612] Fetching pageboy
Fetched https://github.com/uias/Pageboy from cache (1.47s)
Computing version for https://github.com/uias/Pageboy
Computed https://github.com/uias/Pageboy at 4.2.0 (0.54s)
Creating working copy for https://github.com/uias/Pageboy
Working copy of https://github.com/uias/Pageboy resolved at 4.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "tabman",
      "name": "Tabman",
      "url": "https://github.com/uias/Tabman.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Tabman",
      "dependencies": [
        {
          "identity": "pageboy",
          "name": "Pageboy",
          "url": "https://github.com/uias/Pageboy",
          "version": "4.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Pageboy",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/uias/Tabman.git
[1/20204] Fetching tabman
Fetched https://github.com/uias/Tabman.git from cache (5.14s)
Fetching https://github.com/uias/Pageboy from cache
Fetched https://github.com/uias/Pageboy from cache (0.55s)
Computing version for https://github.com/uias/Pageboy
Computed https://github.com/uias/Pageboy at 4.2.0 (0.02s)
Creating working copy for https://github.com/uias/Pageboy
Working copy of https://github.com/uias/Pageboy resolved at 4.2.0
Creating working copy for https://github.com/uias/Tabman.git
Working copy of https://github.com/uias/Tabman.git resolved at 3.2.0 (3b22132)
warning: '.resolve-product-dependencies': dependency 'tabman' is not used by any target
Found 1 product dependencies
  - Pageboy
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/uias/Tabman.git
{
  "dependencies" : [
    {
      "identity" : "pageboy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/uias/Pageboy"
    }
  ],
  "manifest_display_name" : "Tabman",
  "name" : "Tabman",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Tabman",
      "targets" : [
        "Tabman"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TabmanTests",
      "module_type" : "SwiftTarget",
      "name" : "TabmanTests",
      "path" : "Sources/TabmanTests",
      "sources" : [
        "Bar/MockBarDataSource.swift",
        "Bar/MockBarView.swift",
        "MockTabmanViewController.swift",
        "TabmanViewControllerTests.swift"
      ],
      "target_dependencies" : [
        "Tabman"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Tabman",
      "module_type" : "SwiftTarget",
      "name" : "Tabman",
      "path" : "Sources/Tabman",
      "product_dependencies" : [
        "Pageboy"
      ],
      "product_memberships" : [
        "Tabman"
      ],
      "sources" : [
        "AutoInsetter/AutoInsetSpec.swift",
        "AutoInsetter/AutoInsetter.swift",
        "AutoInsetter/InsetCalculator/CollectionViewInsetCalculator.swift",
        "AutoInsetter/InsetCalculator/InsetCalculations.swift",
        "AutoInsetter/InsetCalculator/InsetCalculator.swift",
        "AutoInsetter/InsetCalculator/ScrollViewInsetCalculator.swift",
        "AutoInsetter/InsetCalculator/TableViewInsetCalculator.swift",
        "AutoInsetter/InsetExecutor/InsetExecutor.swift",
        "AutoInsetter/InsetStore/DefaultInsetStore.swift",
        "AutoInsetter/InsetStore/InsetStore.swift",
        "AutoInsetter/Utilities/UIViewController+ScrollViewDetection.swift",
        "Bar/BarBackgroundView/TMBarBackgroundView.swift",
        "Bar/BarButton/Badge/TMBadgeView.swift",
        "Bar/BarButton/TMBarButton.swift",
        "Bar/BarButton/TMBarButtonCollection.swift",
        "Bar/BarButton/TMBarButtonController.swift",
        "Bar/BarButton/TMBarButtonInteractionController.swift",
        "Bar/BarButton/TMBarButtonStateController.swift",
        "Bar/BarButton/Types/TMBarButton+None.swift",
        "Bar/BarButton/Types/TMLabelBarButton.swift",
        "Bar/BarButton/Types/TMTabItemBarButton.swift",
        "Bar/BarExtensions/AutoHidingBar/TMHidingBar+Triggers.swift",
        "Bar/BarExtensions/AutoHidingBar/TMHidingBar.swift",
        "Bar/BarExtensions/SystemBar/TMSystemBar.swift",
        "Bar/BarIndicator/TMBarIndicator.swift",
        "Bar/BarIndicator/TMBarIndicatorContainer.swift",
        "Bar/BarIndicator/TMBarIndicatorLayoutHandler.swift",
        "Bar/BarIndicator/Types/TMBarIndicator+None.swift",
        "Bar/BarIndicator/Types/TMBlockBarIndicator.swift",
        "Bar/BarIndicator/Types/TMChevronBarIndicator.swift",
        "Bar/BarIndicator/Types/TMDotBarIndicator.swift",
        "Bar/BarIndicator/Types/TMLineBarIndicator.swift",
        "Bar/BarItem/TMBarItem.swift",
        "Bar/BarItem/UIKit+TMBarItemable.swift",
        "Bar/BarLayout/TMBarLayout.swift",
        "Bar/BarLayout/TMBarLayoutInsetGuides.swift",
        "Bar/BarLayout/TMBarLayoutParent.swift",
        "Bar/BarLayout/Types/TMBarLayout+None.swift",
        "Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift",
        "Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift",
        "Bar/BarLayout/Types/TMHorizontalBarLayout.swift",
        "Bar/BarView/TMBarView.swift",
        "Bar/BarView/TMBarViewContentInsetGuides.swift",
        "Bar/BarView/TMBarViewFocusProvider.swift",
        "Bar/BarView/TMBarViewFocusRect.swift",
        "Bar/BarView/TMBarViewLayoutGrid.swift",
        "Bar/BarView/TMBarViewScrollHandler.swift",
        "Bar/BarView/TMBarViewUpdateHandler.swift",
        "Bar/Extensions/CGRect+Interpolation.swift",
        "Bar/Extensions/UIColor+Interpolation.swift",
        "Bar/Generic/AnimateableLabel.swift",
        "Bar/Generic/EdgeFadedView.swift",
        "Bar/Generic/GestureScrollView.swift",
        "Bar/Generic/ViewTitleViewContainer.swift",
        "Bar/TMAnimation.swift",
        "Bar/TMBar+Templates.swift",
        "Bar/TMBar.swift",
        "Bar/TMTransition.swift",
        "Bar/Utility/BarMath.swift",
        "Bar/Utility/WeakContainer.swift",
        "Extensions/PageboyNavigationDirection+Tabman.swift",
        "Extensions/PageboyViewController+RelativeCurrentPosition.swift",
        "Extensions/UIView+LayoutGuide.swift",
        "Extensions/UIViewController+Tabman.swift",
        "TabmanViewController+Insets.swift",
        "TabmanViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/27] 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
[5/29] 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
[6/29] 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
[7/29] 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
[8/29] 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
[9/29] 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
[10/29] 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
[11/29] 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
[12/29] 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
[13/29] 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
[14/29] 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
[15/29] 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
[16/29] 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
[17/29] 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
[18/29] 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
[19/29] 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
[20/29] 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
[21/29] 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
[22/29] 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
[23/29] 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
[24/29] 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
[25/29] 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
[26/29] 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
[27/29] 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
[28/29] 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
[29/29] 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: '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.0 macosSpm