Build Information
Failed to build Composed, reference 2.0.0-beta.1 (454991), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 12:11:14 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/thread/Composed.git
Reference: 2.0.0-beta.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thread/Composed
* tag 2.0.0-beta.1 -> FETCH_HEAD
HEAD is now at 4549914 Updated FlowLayout
Cloned https://github.com/thread/Composed.git
Revision (git rev-parse @):
454991435a352300e219743acf146c70b84ff33c
SUCCESS checkout https://github.com/thread/Composed.git at 2.0.0-beta.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/thread/Composed.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/13] Compiling FlowLayout Helpers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[5/13] Compiling FlowLayout FlowLayoutItemAttributes.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[6/13] Compiling FlowLayout FlowLayoutDelegate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[7/13] Compiling FlowLayout FlowLayout+Types.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[8/13] Compiling FlowLayout FlowLayoutInvalidationContext.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[9/13] Compiling FlowLayout FlowLayout.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/13] Emitting module FlowLayout
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[11/13] Compiling FlowLayout Constants.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[12/13] Compiling FlowLayout FlowLayout+Backgrounds.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
[13/13] Compiling FlowLayout FlowLayout+Adjustments.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FlowLayout/Sources/Constants.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UICollectionView {
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/shaps80/FlowLayout.git
Fetching https://github.com/Quick/Quick.git
[1/171] Fetching flowlayout
[172/14930] Fetching flowlayout, quick
[910/34514] Fetching flowlayout, quick, nimble
Fetched https://github.com/shaps80/FlowLayout.git from cache (1.89s)
Fetched https://github.com/Quick/Nimble.git from cache (1.89s)
Fetched https://github.com/Quick/Quick.git from cache (1.89s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (2.48s)
Computing version for https://github.com/shaps80/FlowLayout.git
Computed https://github.com/shaps80/FlowLayout.git at 1.0.10 (0.52s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.57s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/shaps80/FlowLayout.git
Working copy of https://github.com/shaps80/FlowLayout.git resolved at 1.0.10
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
BUILD FAILURE 6.2 macosSpm