Build Information
Failed to build ContainerController, reference master (f044ce
), with Swift 5.10 for macOS (SPM) on 20 Sep 2024 03:21:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mrustaa/ContainerController.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mrustaa/ContainerController
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f044cef Update README.md
Cloned https://github.com/mrustaa/ContainerController.git
Revision (git rev-parse @):
f044cef62c3972108bcfa9fac2d3eedf461a70e0
SUCCESS checkout https://github.com/mrustaa/ContainerController.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": "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/2430] Fetching containercontroller
Fetched https://github.com/mrustaa/ContainerController.git from cache (66.62s)
Creating working copy for https://github.com/mrustaa/ContainerController.git
Working copy of https://github.com/mrustaa/ContainerController.git resolved at master (f044cef)
warning: '.resolve-product-dependencies': dependency 'containercontroller' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/mrustaa/ContainerController.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.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'
import UIKit
^
[4/19] Compiling ContainerController CollectionAdapterItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[5/19] Compiling ContainerController CollectionAdapterTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[6/19] Compiling ContainerController ContainerTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[7/19] Compiling ContainerController ContainerLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[8/19] Compiling ContainerController TableAdapterCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[9/19] Compiling ContainerController TableAdapterTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[10/19] Compiling ContainerController TableAdapterCellData.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[11/19] Compiling ContainerController TableAdapterItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
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'
import UIKit
^
[13/19] Compiling ContainerController CollectionAdapterCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[14/19] Compiling ContainerController CollectionAdapterCellData.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[15/19] Compiling ContainerController CollectionAdapterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[16/19] Compiling ContainerController ContainerController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[17/19] Compiling ContainerController ContainerControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[18/19] Compiling ContainerController ContainerDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[19/19] Compiling ContainerController ContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift:9:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.10 macosSpm