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 CellKit, reference main (80cdd7), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 17:30:23 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/CellKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/futuredapp/CellKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 80cdd77 Merge pull request #49 from futuredapp/housekeep/supplementary-kinds
Cloned https://github.com/futuredapp/CellKit.git
Revision (git rev-parse @):
80cdd77e999f0c4266c9fd1392b9bebaeb50e71a
SUCCESS checkout https://github.com/futuredapp/CellKit.git at main
Fetching https://github.com/ra1028/DifferenceKit.git
[1/2319] Fetching differencekit
Fetched https://github.com/ra1028/DifferenceKit.git from cache (1.47s)
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/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": "cellkit",
      "name": "CellKit",
      "url": "https://github.com/futuredapp/CellKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CellKit",
      "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/futuredapp/CellKit.git
[1/1073] Fetching cellkit
Fetched https://github.com/futuredapp/CellKit.git from cache (0.88s)
Fetching https://github.com/ra1028/DifferenceKit.git from cache
Fetched https://github.com/ra1028/DifferenceKit.git from cache (0.57s)
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/futuredapp/CellKit.git
Working copy of https://github.com/futuredapp/CellKit.git resolved at main (80cdd77)
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 'cellkit' 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/futuredapp/CellKit.git
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/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/29] Compiling CellKit SupplementaryElementKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
[6/30] Compiling CellKit LazySupplementaryViewProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
[7/30] Compiling CellKit LazyCellProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
[8/30] Compiling CellKit DataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
[9/30] Compiling CellKit CollectionSupplementaryViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
[10/30] Compiling DifferenceKit ContentIdentifiable.swift
[11/31] Compiling DifferenceKit UIKitExtension.swift
[12/31] Compiling DifferenceKit ContentEquatable.swift
[13/31] Compiling DifferenceKit StagedChangeset.swift
[14/31] Compiling DifferenceKit Algorithm.swift
[15/31] Compiling DifferenceKit AnyDifferentiable.swift
[16/31] Compiling CellKit ReusableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
[17/31] Compiling CellKit CollectionReusableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
[18/31] Compiling CellKit CellModelSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
[19/31] Compiling CellKit CellModelSelectable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/31] Emitting module CellKit
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
[21/31] Compiling DifferenceKit ArraySection.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
[22/31] Compiling DifferenceKit Changeset.swift
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | public final class CollectionReusableView: UICollectionReusableView, CellConfigurable {
[27/31] Compiling DifferenceKit ElementPath.swift
[28/31] Compiling DifferenceKit Differentiable.swift
[29/31] Compiling DifferenceKit DifferentiableSection.swift
BUILD FAILURE 6.0 macosSpm