Build Information
Failed to build TableKit, reference master (8bf484
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 00:53:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxsokolov/TableKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxsokolov/TableKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8bf4840 bump to 2.11.0
Cloned https://github.com/maxsokolov/TableKit.git
Revision (git rev-parse @):
8bf4840d9d0475a92352f02f368f88b74eced447
SUCCESS checkout https://github.com/maxsokolov/TableKit.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "tablekit",
"name": "TableKit",
"url": "https://github.com/maxsokolov/TableKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TableKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/maxsokolov/TableKit.git
[1/3035] Fetching tablekit
Fetched https://github.com/maxsokolov/TableKit.git from cache (1.09s)
Creating working copy for https://github.com/maxsokolov/TableKit.git
Working copy of https://github.com/maxsokolov/TableKit.git resolved at master (8bf4840)
warning: '.resolve-product-dependencies': dependency 'tablekit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/maxsokolov/TableKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/12] Compiling TableKit TableRowAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[4/13] Compiling TableKit TableRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[5/13] Compiling TableKit TablePrototypeCellHeightCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[6/13] Compiling TableKit TableKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[7/13] Compiling TableKit TableSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/13] Emitting module TableKit
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[9/13] Compiling TableKit TableCellRegisterer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[10/13] Compiling TableKit TableCellAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[11/13] Compiling TableKit ConfigurableCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[12/13] Compiling TableKit TableDirector.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[13/13] Compiling TableKit Operators.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
BUILD FAILURE 6.0 macosSpm