The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CellsReloadable, reference 2.4.0 (cb779a), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 00:52:21 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/dankinsoid/CellsReloadable.git
Reference: 2.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/CellsReloadable
 * tag               2.4.0      -> FETCH_HEAD
HEAD is now at cb779a1 2.4.0
Cloned https://github.com/dankinsoid/CellsReloadable.git
Revision (git rev-parse @):
cb779a1a6e677c216954e82ebba680b1d86afa0b
SUCCESS checkout https://github.com/dankinsoid/CellsReloadable.git at 2.4.0
Fetching https://github.com/ra1028/DifferenceKit.git
[1/2319] Fetching differencekit
Fetched https://github.com/ra1028/DifferenceKit.git from cache (1.49s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.3.0 (2.26s)
Creating working copy for https://github.com/ra1028/DifferenceKit.git
Working copy of https://github.com/ra1028/DifferenceKit.git resolved at 1.3.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": "cellsreloadable",
      "name": "CellsReloadable",
      "url": "https://github.com/dankinsoid/CellsReloadable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CellsReloadable",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "differencekit",
          "name": "DifferenceKit",
          "url": "https://github.com/ra1028/DifferenceKit.git",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DifferenceKit",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dankinsoid/CellsReloadable.git
[1/377] Fetching cellsreloadable
Fetched https://github.com/dankinsoid/CellsReloadable.git from cache (0.74s)
Fetching https://github.com/ra1028/DifferenceKit.git from cache
Fetched https://github.com/ra1028/DifferenceKit.git from cache (0.46s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.3.0 (0.55s)
Creating working copy for https://github.com/dankinsoid/CellsReloadable.git
Working copy of https://github.com/dankinsoid/CellsReloadable.git resolved at 2.4.0 (cb779a1)
Creating working copy for https://github.com/ra1028/DifferenceKit.git
Working copy of https://github.com/ra1028/DifferenceKit.git resolved at 1.3.0
warning: '.resolve-product-dependencies': dependency 'cellsreloadable' is not used by any target
Found 1 product dependencies
  - DifferenceKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dankinsoid/CellsReloadable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/15] Compiling DifferenceKit UIKitExtension.swift
[5/15] Compiling DifferenceKit Differentiable.swift
[6/15] Compiling DifferenceKit ElementPath.swift
[7/15] Compiling DifferenceKit DifferentiableSection.swift
[8/15] Compiling DifferenceKit ContentIdentifiable.swift
[9/15] Compiling DifferenceKit ContentEquatable.swift
[10/15] Compiling DifferenceKit Algorithm.swift
[11/15] Compiling DifferenceKit AnyDifferentiable.swift
[12/15] Compiling DifferenceKit ArraySection.swift
[13/15] Compiling DifferenceKit Changeset.swift
[14/15] Emitting module DifferenceKit
[15/15] Compiling DifferenceKit AppKitExtension.swift
[16/16] Compiling DifferenceKit StagedChangeset.swift
[17/42] Compiling CellsReloadable Collection++.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[18/42] Compiling CellsReloadable String++.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[19/44] Compiling CellsReloadable TypedViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[20/44] Compiling CellsReloadable UICollectionView+Reload.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[21/44] Compiling CellsReloadable UIStackView+Reload.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/44] Emitting module CellsReloadable
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[23/44] Compiling CellsReloadable CodeID.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[24/44] Compiling CellsReloadable Differentiable++.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[25/44] Compiling CellsReloadable LazyArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[26/44] Compiling CellsReloadable UIScrollView++.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[27/44] Compiling CellsReloadable ViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[28/44] Compiling CellsReloadable UITableView+Reload.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[29/44] Compiling CellsReloadable UnionID.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[30/44] Compiling CellsReloadable AnyEquatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[31/44] Compiling CellsReloadable Size.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[32/44] Compiling CellsReloadable WillReuse.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[33/44] Compiling CellsReloadable NoneID.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[34/44] Compiling CellsReloadable RenderableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[35/44] Compiling CellsReloadable SingleViewCellBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[36/44] Compiling CellsReloadable HostingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[37/44] Compiling CellsReloadable DelegateModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[38/44] Compiling CellsReloadable DidHighlight.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[39/44] Compiling CellsReloadable Height.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[40/44] Compiling CellsReloadable CellsSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[41/44] Compiling CellsReloadable CellsSectionsBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[42/44] Compiling CellsReloadable CellsSectionsReloadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[43/44] Compiling CellsReloadable ViewCellsBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
[44/44] Compiling CellsReloadable ViewCellsReloadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public extension ViewCell.Values {
BUILD FAILURE 6.3 macosSpm