The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ListDiffUI, reference main (d31fe3), with Swift 6.0 for macOS (SPM) on 13 Apr 2026 15:35:13 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/siyuyue/ListDiffUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/siyuyue/ListDiffUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d31fe32 Add module in MODULE.bazel
Cloned https://github.com/siyuyue/ListDiffUI.git
Revision (git rev-parse @):
d31fe32aecdc112078619c40003e95254840c3e5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/siyuyue/ListDiffUI.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/siyuyue/ListDiffUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/5] Compiling ListDiff ListDiff.swift
[5/5] Emitting module ListDiff
[6/13] Compiling ListDiffUI ListDiffContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[7/13] Compiling ListDiffUI ListViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[8/13] Compiling ListDiffUI ListViewState.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/13] Emitting module ListDiffUI
/Users/admin/builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[10/13] Compiling ListDiffUI ListSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[11/13] Compiling ListDiffUI ListDiffDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[12/13] Compiling ListDiffUI ListCellController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
[13/13] Compiling ListDiffUI ListCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Cell class that extends from UICollectionViewCell.
Fetching https://github.com/lxcid/ListDiff.git
[1/212] Fetching listdiff
Fetched https://github.com/lxcid/ListDiff.git from cache (0.57s)
Creating working copy for https://github.com/lxcid/ListDiff.git
Working copy of https://github.com/lxcid/ListDiff.git resolved at 1390504170150f378aa1be17f92322e6d12533d8
BUILD FAILURE 6.0 macosSpm