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 CellsReloadable, reference 2.4.0 (cb779a), with Swift 5.10 for macOS (SPM) on 13 Sep 2024 01:39:35 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.53.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/2320] Fetching differencekit
Fetched https://github.com/ra1028/DifferenceKit.git from cache (1.89s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.3.0 (0.61s)
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",
  "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",
      "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",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dankinsoid/CellsReloadable.git
[1/372] Fetching cellsreloadable
Fetched https://github.com/dankinsoid/CellsReloadable.git from cache (0.89s)
Fetching https://github.com/ra1028/DifferenceKit.git from cache
Fetched https://github.com/ra1028/DifferenceKit.git from cache (0.48s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.3.0 (0.04s)
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:             5.10
Building package at path:  $PWD
https://github.com/dankinsoid/CellsReloadable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/15] Compiling DifferenceKit UIKitExtension.swift
[5/16] Compiling DifferenceKit ArraySection.swift
[6/16] Compiling DifferenceKit Changeset.swift
[7/16] Compiling DifferenceKit ElementPath.swift
[8/16] Compiling DifferenceKit StagedChangeset.swift
[9/16] Compiling DifferenceKit Differentiable.swift
[10/16] Compiling DifferenceKit DifferentiableSection.swift
[11/16] Compiling DifferenceKit ContentIdentifiable.swift
[12/16] Compiling DifferenceKit ContentEquatable.swift
[13/16] Emitting module DifferenceKit
[14/16] Compiling DifferenceKit Algorithm.swift
[15/16] Compiling DifferenceKit AnyDifferentiable.swift
[16/16] Compiling DifferenceKit AppKitExtension.swift
[17/42] Compiling CellsReloadable DelegateModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[18/42] Compiling CellsReloadable DidHighlight.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[19/42] Compiling CellsReloadable Height.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/44] Emitting module CellsReloadable
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[21/44] Compiling CellsReloadable TypedViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[22/44] Compiling CellsReloadable UICollectionView+Reload.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[23/44] Compiling CellsReloadable UIStackView+Reload.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[24/44] Compiling CellsReloadable UITableView+Reload.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[25/44] Compiling CellsReloadable UnionID.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[26/44] Compiling CellsReloadable AnyEquatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[27/44] Compiling CellsReloadable UIScrollView++.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[28/44] Compiling CellsReloadable ViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[29/44] Compiling CellsReloadable Size.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[30/44] Compiling CellsReloadable WillReuse.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[31/44] Compiling CellsReloadable NoneID.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[32/44] Compiling CellsReloadable Collection++.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[33/44] Compiling CellsReloadable String++.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[34/44] Compiling CellsReloadable CodeID.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[35/44] Compiling CellsReloadable Differentiable++.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[36/44] Compiling CellsReloadable LazyArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[37/44] Compiling CellsReloadable RenderableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[38/44] Compiling CellsReloadable SingleViewCellBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[39/44] Compiling CellsReloadable HostingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[40/44] Compiling CellsReloadable CellsSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[41/44] Compiling CellsReloadable CellsSectionsBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[42/44] Compiling CellsReloadable CellsSectionsReloadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[43/44] Compiling CellsReloadable ViewCellsBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[44/44] Compiling CellsReloadable ViewCellsReloadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm