The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CellKit with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/CellKit.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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 from cache
Fetched https://github.com/ra1028/DifferenceKit.git (0.23s)
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/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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cellkit",
      "name": "CellKit",
      "url": "https://github.com/futuredapp/CellKit.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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 (0.40s)
Fetching https://github.com/ra1028/DifferenceKit.git from cache
Fetched https://github.com/ra1028/DifferenceKit.git (0.18s)
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
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:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/25] Compiling CellKit CollectionReusableView.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[2/25] Compiling CellKit DataSource.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[3/25] Compiling CellKit SupplementaryElementKind.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[4/26] Compiling CellKit ReusableView.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/26] Emitting module CellKit
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[6/26] Compiling CellKit CellModel.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/26] Compiling CellKit CellModelDataSource.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/26] Compiling DifferenceKit Differentiable.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[9/26] Compiling DifferenceKit DifferentiableSection.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[10/26] Compiling CellKit CollectionSupplementaryViewModel.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[11/26] Compiling CellKit LazyCellProvider.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[12/26] Compiling CellKit LazySupplementaryViewProvider.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[13/26] Compiling DifferenceKit ArraySection.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[14/26] Compiling DifferenceKit Changeset.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/25] Compiling CellKit SupplementaryElementKind.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[2/26] Compiling CellKit CollectionSupplementaryViewModel.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[3/26] Compiling CellKit LazyCellProvider.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[4/26] Compiling DifferenceKit Algorithm.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[5/26] Compiling DifferenceKit AnyDifferentiable.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[6/26] Compiling CellKit CellModelSection.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/26] Compiling DifferenceKit DifferentiableSection.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/26] Emitting module CellKit
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[9/26] Compiling CellKit LazySupplementaryViewProvider.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[10/26] Compiling DifferenceKit ArraySection.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[11/26] Compiling CellKit DataSource.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[12/26] Compiling CellKit CellModel.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[13/26] Compiling CellKit CellModelDataSource.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[14/26] Compiling CellKit ReusableView.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm