Build Information
Failed to build Datastore, reference v1.2.4 (3f6921
), with Swift 6.0 for Linux on 9 Sep 2024 05:54:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Datastore.git
Reference: v1.2.4
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
* tag v1.2.4 -> FETCH_HEAD
HEAD is now at 3f6921e use newer view extensions
Cloned https://github.com/elegantchaos/Datastore.git
Revision (git rev-parse @):
3f6921ed4a4aeb5b3ace8dbcd467b6168d668356
SUCCESS checkout https://github.com/elegantchaos/Datastore.git at v1.2.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/elegantchaos/Datastore.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2b28393d406c9285d9e806e79837f7402d341afc699146287fbe8fc92110de85
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/elegantchaos/ViewExtensions.git
Fetching https://github.com/elegantchaos/Performance.git
Fetching https://github.com/elegantchaos/CollectionExtensions.git
Fetching https://github.com/elegantchaos/LayoutExtensions.git
[1/21] Fetching performance
[22/421] Fetching performance, collectionextensions
[190/540] Fetching performance, collectionextensions, viewextensions
[541/579] Fetching performance, collectionextensions, viewextensions, layoutextensions
Fetched https://github.com/elegantchaos/Performance.git from cache (0.33s)
Fetching https://github.com/elegantchaos/XCTestExtensions.git
Fetched https://github.com/elegantchaos/LayoutExtensions.git from cache (0.31s)
Fetching https://github.com/elegantchaos/Logger.git
Fetched https://github.com/elegantchaos/ViewExtensions.git from cache (0.34s)
Fetched https://github.com/elegantchaos/CollectionExtensions.git from cache (0.32s)
[1/1850] Fetching logger
[1851/2421] Fetching logger, xctestextensions
Fetched https://github.com/elegantchaos/Logger.git from cache (0.31s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.32s)
Computing version for https://github.com/elegantchaos/Performance.git
Computed https://github.com/elegantchaos/Performance.git at 1.0.2 (0.66s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.0.7 (0.73s)
Computing version for https://github.com/elegantchaos/CollectionExtensions.git
Computed https://github.com/elegantchaos/CollectionExtensions.git at 1.0.0 (0.78s)
Computing version for https://github.com/elegantchaos/ViewExtensions.git
Computed https://github.com/elegantchaos/ViewExtensions.git at 1.0.4 (0.73s)
Computing version for https://github.com/elegantchaos/LayoutExtensions.git
Computed https://github.com/elegantchaos/LayoutExtensions.git at 1.0.3 (0.81s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.3.7 (0.86s)
Creating working copy for https://github.com/elegantchaos/ViewExtensions.git
Working copy of https://github.com/elegantchaos/ViewExtensions.git resolved at 1.0.4
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/CollectionExtensions.git
Working copy of https://github.com/elegantchaos/CollectionExtensions.git resolved at 1.0.0
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/Performance.git
Working copy of https://github.com/elegantchaos/Performance.git resolved at 1.0.2
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.0.7
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/30] 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 {
[10/30] Emitting module CollectionExtensions
[11/30] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/30] 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/30] 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 {
[14/30] Compiling Performance Profiler.swift
/host/spi-builder-workspace/.build/checkouts/Performance/Sources/Performance/Profiler.swift:6:8: error: no such module 'Darwin'
4 | // -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
5 |
6 | import Darwin
| `- error: no such module 'Darwin'
7 |
8 | public struct Profiler {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/30] Emitting module Performance
/host/spi-builder-workspace/.build/checkouts/Performance/Sources/Performance/Profiler.swift:6:8: error: no such module 'Darwin'
4 | // -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
5 |
6 | import Darwin
| `- error: no such module 'Darwin'
7 |
8 | public struct Profiler {
[16/30] 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 {
[17/30] 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 {
[18/30] Compiling Logger Context.swift
[19/30] Compiling Logger Handler.swift
[20/30] 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 {
[21/30] 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 {
[22/30] Compiling Logger PrintHandler.swift
[23/30] Compiling ViewExtensions UINavigationViewExtensions.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 {
[24/30] Emitting module Logger
BUILD FAILURE 6.0 linux