Build Information
Failed to build EmptyPage, reference master (c8a174
), with Swift 6.1 for Linux on 28 Apr 2025 02:27:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/linhay/EmptyPage.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/linhay/EmptyPage
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c8a1749 Merge pull request #15 from linhay/dependabot/bundler/rexml-3.3.6
Cloned https://github.com/linhay/EmptyPage.git
Revision (git rev-parse @):
c8a17490312fea97cecd028dd6bda98e86610be8
SUCCESS checkout https://github.com/linhay/EmptyPage.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/linhay/EmptyPage.git
https://github.com/linhay/EmptyPage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "EmptyPage",
"name" : "EmptyPage",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "EmptyPage",
"targets" : [
"EmptyPage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EmptyPage",
"module_type" : "SwiftTarget",
"name" : "EmptyPage",
"path" : "Sources",
"product_memberships" : [
"EmptyPage"
],
"sources" : [
"Core/EmptyPage.swift",
"Core/configs/EmptyPageConfiguration.swift",
"Core/extensions/EmptyPage+UICollectionView.swift",
"Core/extensions/EmptyPage+UIScrollView.swift",
"Core/extensions/EmptyPage+UITableView.swift",
"Core/extensions/EmptyPage+UIView.swift",
"Core/extensions/EmptyPageDelegate.swift",
"Core/managers/EmptyPageManager+UICollectionView.swift",
"Core/managers/EmptyPageManager+UIScrollView.swift",
"Core/managers/EmptyPageManager+UITableView.swift",
"Core/managers/EmptyPageManager+UIView.swift",
"Core/managers/EmptyPageViewManagerProtocol.swift",
"Core/managers/EmptyPageWeakBox.swift",
"Core/swizzings/Empty+Runtime.swift",
"Core/swizzings/Empty+UICollectionView.swift",
"Core/swizzings/Empty+UITableView.swift",
"Core/swizzings/Empty+UIView.swift",
"Standard/EmptyPageForButton.swift",
"Standard/EmptyPageForImage.swift",
"Standard/EmptyPageForStandard.swift",
"Standard/EmptyPageForText.swift",
"Standard/EmptyPageView.swift",
"Standard/EmptyView+UIScrollView.swift",
"managers/StateManager/EmptyPageCollectionStateManager.swift",
"managers/StateManager/EmptyPageScrollViewStateManager.swift",
"managers/StateManager/EmptyPageStateProtocol.swift",
"managers/StateManager/EmptyPageStateScorllableProtocol.swift",
"managers/StateManager/EmptyPageTableStateManager.swift",
"managers/StateManager/EmptyPageViewStateManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/29] Compiling EmptyPage Empty+UIView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[4/29] Compiling EmptyPage EmptyPageForButton.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[5/29] Compiling EmptyPage EmptyPageForImage.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[6/29] Compiling EmptyPage EmptyPageForStandard.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[7/29] Compiling EmptyPage EmptyPageForText.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[8/29] Compiling EmptyPage EmptyPageView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[9/29] Compiling EmptyPage EmptyView+UIScrollView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[10/32] Compiling EmptyPage EmptyPageCollectionStateManager.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[11/32] Compiling EmptyPage EmptyPageScrollViewStateManager.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[12/32] Compiling EmptyPage EmptyPageStateProtocol.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[13/32] Compiling EmptyPage EmptyPageStateScorllableProtocol.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[14/32] Compiling EmptyPage EmptyPageTableStateManager.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[15/32] Compiling EmptyPage EmptyPageViewStateManager.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[16/32] Compiling EmptyPage EmptyPageManager+UIScrollView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[17/32] Compiling EmptyPage EmptyPageManager+UITableView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[18/32] Compiling EmptyPage EmptyPageManager+UIView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[19/32] Compiling EmptyPage EmptyPageViewManagerProtocol.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[20/32] Compiling EmptyPage EmptyPageWeakBox.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[21/32] Compiling EmptyPage Empty+Runtime.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[22/32] Compiling EmptyPage Empty+UICollectionView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[23/32] Compiling EmptyPage Empty+UITableView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[24/32] Compiling EmptyPage EmptyPage.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[25/32] Compiling EmptyPage EmptyPageConfiguration.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[26/32] Compiling EmptyPage EmptyPage+UICollectionView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[27/32] Compiling EmptyPage EmptyPage+UIScrollView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/32] Emitting module EmptyPage
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[29/32] Compiling EmptyPage EmptyPage+UITableView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[30/32] Compiling EmptyPage EmptyPage+UIView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[31/32] Compiling EmptyPage EmptyPageDelegate.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[32/32] Compiling EmptyPage EmptyPageManager+UICollectionView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/28] Compiling EmptyPage EmptyPageCollectionStateManager.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[3/28] Compiling EmptyPage EmptyPageScrollViewStateManager.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[4/28] Compiling EmptyPage EmptyPageStateProtocol.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[5/31] Compiling EmptyPage EmptyPage.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[6/31] Compiling EmptyPage EmptyPageConfiguration.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[7/31] Compiling EmptyPage EmptyPage+UICollectionView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[8/31] Compiling EmptyPage EmptyPage+UIScrollView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[9/31] Compiling EmptyPage EmptyPageStateScorllableProtocol.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[10/31] Compiling EmptyPage EmptyPageTableStateManager.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[11/31] Compiling EmptyPage EmptyPageViewStateManager.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/31] Emitting module EmptyPage
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[13/31] Compiling EmptyPage EmptyPage+UITableView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[14/31] Compiling EmptyPage EmptyPage+UIView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[15/31] Compiling EmptyPage EmptyPageDelegate.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[16/31] Compiling EmptyPage EmptyPageManager+UICollectionView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[17/31] Compiling EmptyPage Empty+UIView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[18/31] Compiling EmptyPage EmptyPageForButton.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[19/31] Compiling EmptyPage EmptyPageForImage.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[20/31] Compiling EmptyPage EmptyPageForStandard.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[21/31] Compiling EmptyPage EmptyPageManager+UIScrollView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[22/31] Compiling EmptyPage EmptyPageManager+UITableView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[23/31] Compiling EmptyPage EmptyPageManager+UIView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[24/31] Compiling EmptyPage EmptyPageViewManagerProtocol.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[25/31] Compiling EmptyPage EmptyPageWeakBox.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[26/31] Compiling EmptyPage Empty+Runtime.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[27/31] Compiling EmptyPage Empty+UICollectionView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[28/31] Compiling EmptyPage Empty+UITableView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[29/31] Compiling EmptyPage EmptyPageForText.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[30/31] Compiling EmptyPage EmptyPageView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
[31/31] Compiling EmptyPage EmptyView+UIScrollView.swift
/host/spi-builder-workspace/Sources/Core/EmptyPage.swift:23:8: error: no such module 'UIKit'
21 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | public class EmptyPage<Base> {
BUILD FAILURE 6.1 linux