Build Information
Failed to build ContainerController, reference 1.1.6 (8bff1e
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 01:11:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mrustaa/ContainerController.git
Reference: 1.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mrustaa/ContainerController
* tag 1.1.6 -> FETCH_HEAD
HEAD is now at 8bff1e5 UI edits/corrections - for the new xcode version
Cloned https://github.com/mrustaa/ContainerController.git
Revision (git rev-parse @):
8bff1e5c245410308ab5955ef602c26fafb1e054
SUCCESS checkout https://github.com/mrustaa/ContainerController.git at 1.1.6
========================================
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": "containercontroller",
"name": "ContainerController",
"url": "https://github.com/mrustaa/ContainerController.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ContainerController",
"dependencies": [
]
}
]
}
Fetching https://github.com/mrustaa/ContainerController.git
[1/2446] Fetching containercontroller
Fetched https://github.com/mrustaa/ContainerController.git from cache (14.03s)
Creating working copy for https://github.com/mrustaa/ContainerController.git
Working copy of https://github.com/mrustaa/ContainerController.git resolved at 1.1.6 (8bff1e5)
warning: '.resolve-product-dependencies': dependency 'containercontroller' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mrustaa/ContainerController.git
https://github.com/mrustaa/ContainerController.git
{
"dependencies" : [
],
"manifest_display_name" : "ContainerController",
"name" : "ContainerController",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ContainerController",
"targets" : [
"ContainerController"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ContainerControllerTests",
"module_type" : "SwiftTarget",
"name" : "ContainerControllerTests",
"path" : "Tests/ContainerControllerTests",
"sources" : [
"ContainerControllerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ContainerController"
],
"type" : "test"
},
{
"c99name" : "ContainerController",
"module_type" : "SwiftTarget",
"name" : "ContainerController",
"path" : "Sources/ContainerController",
"product_memberships" : [
"ContainerController"
],
"sources" : [
"ContainerCollection/CollectionAdapterCell.swift",
"ContainerCollection/CollectionAdapterCellData.swift",
"ContainerCollection/CollectionAdapterItem.swift",
"ContainerCollection/CollectionAdapterTypes.swift",
"ContainerCollection/CollectionAdapterView.swift",
"ContainerController.swift",
"ContainerControllerDelegate.swift",
"ContainerDevice.swift",
"ContainerLayout.swift",
"ContainerTable/TableAdapterCell.swift",
"ContainerTable/TableAdapterCellData.swift",
"ContainerTable/TableAdapterItem.swift",
"ContainerTable/TableAdapterTypes.swift",
"ContainerTable/TableAdapterView.swift",
"ContainerTypes.swift",
"ContainerView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/18] Compiling ContainerController TableAdapterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[4/18] Compiling ContainerController ContainerLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[5/18] Compiling ContainerController TableAdapterCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[6/19] Compiling ContainerController ContainerTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[7/19] Compiling ContainerController TableAdapterTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[8/19] Compiling ContainerController ContainerControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[9/19] Compiling ContainerController ContainerDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[10/19] Compiling ContainerController TableAdapterCellData.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[11/19] Compiling ContainerController TableAdapterItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/19] Emitting module ContainerController
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[13/19] Compiling ContainerController CollectionAdapterItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[14/19] Compiling ContainerController CollectionAdapterTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[15/19] Compiling ContainerController CollectionAdapterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[16/19] Compiling ContainerController ContainerController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[17/19] Compiling ContainerController CollectionAdapterCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[18/19] Compiling ContainerController CollectionAdapterCellData.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[19/19] Compiling ContainerController ContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/17] Emitting module ContainerController
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[3/18] Compiling ContainerController TableAdapterTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[4/18] Compiling ContainerController TableAdapterCellData.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[5/18] Compiling ContainerController TableAdapterItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[6/18] Compiling ContainerController TableAdapterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[7/18] Compiling ContainerController ContainerTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[8/18] Compiling ContainerController ContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[9/18] Compiling ContainerController CollectionAdapterCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[10/18] Compiling ContainerController CollectionAdapterCellData.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[11/18] Compiling ContainerController CollectionAdapterItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[12/18] Compiling ContainerController CollectionAdapterTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[13/18] Compiling ContainerController ContainerControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[14/18] Compiling ContainerController ContainerDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[15/18] Compiling ContainerController ContainerLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[16/18] Compiling ContainerController TableAdapterCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[17/18] Compiling ContainerController CollectionAdapterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
[18/18] Compiling ContainerController ContainerController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | open class CollectionAdapterCell: UICollectionViewCell {
BUILD FAILURE 6.1 macosSpm