Build Information
Failed to build Datastore with Swift 6.0 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Datastore.git
Reference: main
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/elegantchaos/Datastore
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e7950e3 added license
Cloned https://github.com/elegantchaos/Datastore.git
Revision (git rev-parse @):
e7950e369ee8c891cbfa8de184897f1562f0211d
SUCCESS checkout https://github.com/elegantchaos/Datastore.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/elegantchaos/Datastore.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/elegantchaos/ApplicationExtensions.git
Fetching https://github.com/elegantchaos/XCTestExtensions.git
Fetching https://github.com/elegantchaos/ViewExtensions.git
Fetching https://github.com/elegantchaos/LayoutExtensions.git
Fetching https://github.com/elegantchaos/Logger.git
[1/1847] Fetching logger
[1848/2271] Fetching logger, applicationextensions
[2048/2310] Fetching logger, applicationextensions, layoutextensions
[2311/2875] Fetching logger, applicationextensions, layoutextensions, xctestextensions
[2707/2994] Fetching logger, applicationextensions, layoutextensions, xctestextensions, viewextensions
Fetched https://github.com/elegantchaos/ViewExtensions.git from cache (0.27s)
Fetched https://github.com/elegantchaos/Logger.git from cache (0.27s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.27s)
Fetched https://github.com/elegantchaos/LayoutExtensions.git from cache (0.27s)
Fetched https://github.com/elegantchaos/ApplicationExtensions.git from cache (0.27s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.0.7 (0.43s)
Computing version for https://github.com/elegantchaos/ApplicationExtensions.git
Computed https://github.com/elegantchaos/ApplicationExtensions.git at 1.0.0 (0.46s)
Computing version for https://github.com/elegantchaos/ViewExtensions.git
Computed https://github.com/elegantchaos/ViewExtensions.git at 1.0.3 (0.44s)
Computing version for https://github.com/elegantchaos/LayoutExtensions.git
Computed https://github.com/elegantchaos/LayoutExtensions.git at 1.0.3 (0.43s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.3.7 (0.44s)
Creating working copy for https://github.com/elegantchaos/LayoutExtensions.git
Working copy of https://github.com/elegantchaos/LayoutExtensions.git resolved at 1.0.3
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.0.7
Creating working copy for https://github.com/elegantchaos/ApplicationExtensions.git
Working copy of https://github.com/elegantchaos/ApplicationExtensions.git resolved at 1.0.0
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.3.7
Creating working copy for https://github.com/elegantchaos/ViewExtensions.git
Working copy of https://github.com/elegantchaos/ViewExtensions.git resolved at 1.0.3
warning: 'spi-builder-workspace': dependency 'applicationextensions' is not used by any target
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/23] Emitting module LayoutExtensions
/host/spi-builder-workspace/.build/checkouts/LayoutExtensions/Sources/LayoutExtensions/UIViewExtensions.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public extension UIView {
[8/23] Compiling Logger PrintHandler.swift
[9/23] Compiling ViewExtensions UIViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[10/23] Compiling ViewExtensions PopoverButton.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[11/23] Compiling Logger OSLogHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/23] Emitting module ViewExtensions
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[13/23] Compiling ViewExtensions EnhancedTableView.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[14/23] Compiling ViewExtensions PopoverMenuButton.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[15/23] Compiling ViewExtensions PopoverMenuButtonWithFixedItems.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[16/23] Compiling ViewExtensions UIStackViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public class EnhancedTableView: UITableView {
[17/23] Compiling Logger NSLogHandler.swift
[18/23] Compiling LayoutExtensions UIViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/LayoutExtensions/Sources/LayoutExtensions/UIViewExtensions.swift:7:8: error: no such module 'UIKit'
5 |
6 | #if targetEnvironment(macCatalyst) || !os(macOS)
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public extension UIView {
[19/23] Compiling Logger Handler.swift
[20/23] Compiling Logger Context.swift
[21/23] Emitting module Logger
BUILD FAILURE 6.0 linux