Build Information
Failed to build CollectionAndTableViewUpdateConveniences, reference main (f65cb4
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 21:36:47 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/Frizlab/CollectionAndTableViewUpdateConveniences.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/CollectionAndTableViewUpdateConveniences
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f65cb4b Use new path for project
Cloned https://github.com/Frizlab/CollectionAndTableViewUpdateConveniences.git
Revision (git rev-parse @):
f65cb4bc1256dfa79dcd4b7a82bc6a783c4fea88
SUCCESS checkout https://github.com/Frizlab/CollectionAndTableViewUpdateConveniences.git at main
========================================
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": "collectionandtableviewupdateconveniences",
"name": "CollectionAndTableViewUpdateConveniences",
"url": "https://github.com/Frizlab/CollectionAndTableViewUpdateConveniences.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CollectionAndTableViewUpdateConveniences",
"dependencies": [
]
}
]
}
Fetching https://github.com/Frizlab/CollectionAndTableViewUpdateConveniences.git
[1/102] Fetching collectionandtableviewupdateconveniences
Fetched https://github.com/Frizlab/CollectionAndTableViewUpdateConveniences.git from cache (0.65s)
Creating working copy for https://github.com/Frizlab/CollectionAndTableViewUpdateConveniences.git
Working copy of https://github.com/Frizlab/CollectionAndTableViewUpdateConveniences.git resolved at main (f65cb4b)
warning: '.resolve-product-dependencies': dependency 'collectionandtableviewupdateconveniences' 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/Frizlab/CollectionAndTableViewUpdateConveniences.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/6] Compiling CollectionAndTableViewUpdateConveniences UITableView+FetchedResultsControllerConveniences.swift
/Users/admin/builder/spi-builder-workspace/CollectionAndTableViewUpdateConveniences/UICollectionView+FetchedResultsControllerConveniences.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import os.log
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 |
[4/6] Compiling CollectionAndTableViewUpdateConveniences UICollectionView+UnblockedBatchUpdates.swift
/Users/admin/builder/spi-builder-workspace/CollectionAndTableViewUpdateConveniences/UICollectionView+FetchedResultsControllerConveniences.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import os.log
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/6] Emitting module CollectionAndTableViewUpdateConveniences
/Users/admin/builder/spi-builder-workspace/CollectionAndTableViewUpdateConveniences/UICollectionView+FetchedResultsControllerConveniences.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import os.log
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 |
[6/6] Compiling CollectionAndTableViewUpdateConveniences UICollectionView+FetchedResultsControllerConveniences.swift
/Users/admin/builder/spi-builder-workspace/CollectionAndTableViewUpdateConveniences/UICollectionView+FetchedResultsControllerConveniences.swift:19:8: error: no such module 'UIKit'
17 | import Foundation
18 | import os.log
19 | import UIKit
| `- error: no such module 'UIKit'
20 |
21 |
BUILD FAILURE 6.0 macosSpm