The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SHSearchBar, reference 2.1.0 (0caa8c), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 07:09:55 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/blackjacx/SHSearchBar.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/blackjacx/SHSearchBar
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 0caa8c0 Merge branch 'release/2.1.0'
Cloned https://github.com/blackjacx/SHSearchBar.git
Revision (git rev-parse @):
0caa8c053f5ec481ffc8a5b31db7e8ecd326be39
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/blackjacx/SHSearchBar.git at 2.1.0
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Quick
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
[39/1717] Fetching cwlpreconditiontesting, cwlcatchexception
[1090/16619] Fetching cwlpreconditiontesting, cwlcatchexception, quick
[3358/36442] Fetching cwlpreconditiontesting, cwlcatchexception, quick, nimble
Fetched https://github.com/Quick/Quick from cache (2.06s)
Fetched https://github.com/Quick/Nimble from cache (2.06s)
Computing version for https://github.com/Quick/Nimble
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (2.06s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (2.06s)
Computed https://github.com/Quick/Nimble at 12.2.0 (5.01s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 7.2.0 (0.68s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.67s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.70s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 12.2.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.0
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 7.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "shsearchbar",
      "name": "SHSearchBar",
      "url": "https://github.com/blackjacx/SHSearchBar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SHSearchBar",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/blackjacx/SHSearchBar.git
[1/3231] Fetching shsearchbar
Fetched https://github.com/blackjacx/SHSearchBar.git from cache (1.10s)
Creating working copy for https://github.com/blackjacx/SHSearchBar.git
Working copy of https://github.com/blackjacx/SHSearchBar.git resolved at 2.1.0 (0caa8c0)
warning: '.resolve-product-dependencies': dependency 'shsearchbar' 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/blackjacx/SHSearchBar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Copying Localizable.strings
[2/11] Write sources
[3/11] Copying Localizable.strings
[5/11] Copying Info.plist
[9/11] Copying Localizable.strings
[10/11] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/19] Emitting module SHSearchBar
/Users/admin/builder/spi-builder-workspace/Sources/SHSearchBar/SHSearchBar.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// The central searchbar class of this framework.
[13/19] Compiling SHSearchBar SHSearchBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/SHSearchBar/SHSearchBar.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// The central searchbar class of this framework.
[14/19] Compiling SHSearchBar UIImage+Style.swift
/Users/admin/builder/spi-builder-workspace/Sources/SHSearchBar/SHSearchBar.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// The central searchbar class of this framework.
[15/19] Compiling SHSearchBar SHSearchBarConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/SHSearchBar/SHSearchBar.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// The central searchbar class of this framework.
[16/19] Compiling SHSearchBar Foundation + Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SHSearchBar/SHSearchBar.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// The central searchbar class of this framework.
[17/19] Compiling SHSearchBar resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SHSearchBar/SHSearchBar.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// The central searchbar class of this framework.
[18/19] Compiling SHSearchBar SHSearchBarDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SHSearchBar/SHSearchBar.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// The central searchbar class of this framework.
[19/19] Compiling SHSearchBar SHSearchBarTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/SHSearchBar/SHSearchBar.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// The central searchbar class of this framework.
BUILD FAILURE 6.3 macosSpm