Build Information
Failed to build UIKitEssentials, reference 1.4.0 (9b8d00
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 17:53:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jrsaruo/UIKitEssentials.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jrsaruo/UIKitEssentials
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at 9b8d002 Merge pull request #36 from jrsaruo/release-1.4.0
Cloned https://github.com/jrsaruo/UIKitEssentials.git
Revision (git rev-parse @):
9b8d002a8f5affcb05f50a34d022a8e00bbbdbf4
SUCCESS checkout https://github.com/jrsaruo/UIKitEssentials.git at 1.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jrsaruo/UIKitEssentials.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling UIKitEssentials UIEdgeInsets+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @available(iOS 13, tvOS 13, *)
[4/9] Compiling UIKitEssentials RootViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @available(iOS 13, tvOS 13, *)
[5/9] Compiling UIKitEssentials UICollectionView+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @available(iOS 13, tvOS 13, *)
[6/9] Compiling UIKitEssentials UITableView+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @available(iOS 13, tvOS 13, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/9] Emitting module UIKitEssentials
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @available(iOS 13, tvOS 13, *)
[8/9] Compiling UIKitEssentials NSCollectionLayoutSize+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @available(iOS 13, tvOS 13, *)
[9/9] Compiling UIKitEssentials Notification+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @available(iOS 13, tvOS 13, *)
BUILD FAILURE 6.2 macosSpm