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 6.0 for macOS (SPM) on 1 Dec 2024 19:05:05 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
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.35s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.3.0 (0.59s)
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.83s)
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.03s)
Creating working copy for https://github.com/ra1028/DifferenceKit.git
Working copy of https://github.com/ra1028/DifferenceKit.git resolved at 1.3.0
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)
warning: '.resolve-product-dependencies': dependency 'cellsreloadable' is not used by any target
Found 1 product dependencies
  - DifferenceKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dankinsoid/CellsReloadable.git
{
  "dependencies" : [
    {
      "identity" : "differencekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ra1028/DifferenceKit.git"
    }
  ],
  "manifest_display_name" : "CellsReloadable",
  "name" : "CellsReloadable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CellsReloadable",
      "targets" : [
        "CellsReloadable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CellsReloadable",
      "module_type" : "SwiftTarget",
      "name" : "CellsReloadable",
      "path" : "Sources/CellsReloadable",
      "product_dependencies" : [
        "DifferenceKit"
      ],
      "product_memberships" : [
        "CellsReloadable"
      ],
      "sources" : [
        "CellsSection.swift",
        "CellsSectionsBuilder.swift",
        "CellsSectionsReloadable.swift",
        "CodeID.swift",
        "DifferenceKit/Differentiable++.swift",
        "LazyArray.swift",
        "Modifiers/DelegateModifiers.swift",
        "Modifiers/DidHighlight.swift",
        "Modifiers/Height.swift",
        "Modifiers/Size.swift",
        "Modifiers/WillReuse.swift",
        "NoneID.swift",
        "Protocols/RenderableView.swift",
        "SingleViewCellBuilder.swift",
        "SwiftUI/HostingView.swift",
        "TypedViewCell.swift",
        "UICollectionView+Reload.swift",
        "UIStackView+Reload.swift",
        "UITableView+Reload.swift",
        "UnionID.swift",
        "Utils/AnyEquatable.swift",
        "Utils/Collection++.swift",
        "Utils/String++.swift",
        "Utils/UIScrollView++.swift",
        "ViewCell.swift",
        "ViewCellsBuilder.swift",
        "ViewCellsReloadable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/15] Compiling DifferenceKit ContentEquatable.swift
[5/16] Compiling DifferenceKit StagedChangeset.swift
[6/16] Compiling DifferenceKit UIKitExtension.swift
[7/16] Compiling DifferenceKit DifferentiableSection.swift
[8/16] Compiling DifferenceKit ElementPath.swift
[9/16] Compiling DifferenceKit ArraySection.swift
[10/16] Compiling DifferenceKit Changeset.swift
[11/16] Compiling DifferenceKit ContentIdentifiable.swift
[12/16] Compiling DifferenceKit Algorithm.swift
[13/16] Compiling DifferenceKit AnyDifferentiable.swift
[14/16] Compiling DifferenceKit Differentiable.swift
[15/16] Compiling DifferenceKit AppKitExtension.swift
[16/16] Emitting module DifferenceKit
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/42] 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 {
[18/44] 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 {
[19/44] 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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[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 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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[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 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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[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.0 macosSpm