The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CardTabBar, reference main (2a642e), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 11:40:46 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yusadogru/CardTabBar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yusadogru/CardTabBar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "cardtabbar",
      "name": "CardTabBar",
      "url": "https://github.com/yusadogru/CardTabBar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CardTabBar",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yusadogru/CardTabBar.git
[1/193] Fetching cardtabbar
Fetched https://github.com/yusadogru/CardTabBar.git from cache (0.83s)
Creating working copy for https://github.com/yusadogru/CardTabBar.git
Working copy of https://github.com/yusadogru/CardTabBar.git resolved at main (2a642e7)
warning: '.resolve-product-dependencies': dependency 'cardtabbar' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/yusadogru/CardTabBar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Assets.xcassets
[2/3] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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
[5/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
[6/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
[7/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
[8/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
[9/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
[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 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
[12/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
BUILD FAILURE 6.3 macosSpm