The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CardTabBar, reference 1.0.1 (2a642e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 23:42:54 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yusadogru/CardTabBar.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yusadogru/CardTabBar
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 2a642e7 Change target name in podfile
Cloned https://github.com/yusadogru/CardTabBar.git
Revision (git rev-parse @):
2a642e770e41f5409e3127162612878c054da07a
SUCCESS checkout https://github.com/yusadogru/CardTabBar.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/yusadogru/CardTabBar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Assets.xcassets
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/12] Compiling CardTabBar BarItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/BarItemView.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - BarItemView
[5/12] Compiling CardTabBar UIStackView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/BarItemView.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - BarItemView
[6/12] Compiling CardTabBar UIColor+.swift
/Users/admin/builder/spi-builder-workspace/Sources/BarItemView.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - BarItemView
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/12] Emitting module CardTabBar
/Users/admin/builder/spi-builder-workspace/Sources/BarItemView.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - BarItemView
[8/12] Compiling CardTabBar CardTabBarController.swift
/Users/admin/builder/spi-builder-workspace/Sources/BarItemView.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - BarItemView
[9/12] Compiling CardTabBar UIView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/BarItemView.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - BarItemView
[10/12] Compiling CardTabBar UIImage+.swift
/Users/admin/builder/spi-builder-workspace/Sources/BarItemView.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - BarItemView
[11/12] Compiling CardTabBar CardTabBarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/BarItemView.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - BarItemView
[12/12] Compiling CardTabBar resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/BarItemView.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - BarItemView
BUILD FAILURE 6.2 macosSpm