Build Information
Failed to build ListDiffUI, reference 0.1.2 (5357c7), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 04:22:26 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/siyuyue/ListDiffUI.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/siyuyue/ListDiffUI
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 5357c7c Fix typo
Cloned https://github.com/siyuyue/ListDiffUI.git
Revision (git rev-parse @):
5357c7c9ef00acf25a511503a333bc846e8c07db
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/siyuyue/ListDiffUI.git at 0.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/siyuyue/ListDiffUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling ListDiff ListDiff.swift
[5/5] Emitting module ListDiff
[6/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.
[7/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.
[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.
[9/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/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.
[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 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.
[13/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.
Fetching https://github.com/lxcid/ListDiff.git
[5/212] Fetching listdiff
Fetched https://github.com/lxcid/ListDiff.git from cache (0.66s)
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.2 macosSpm