The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Datastore with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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:             5.10
Building package at path:  $workDir
https://github.com/elegantchaos/Datastore.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/LayoutExtensions.git
Fetching https://github.com/elegantchaos/ViewExtensions.git
Fetching https://github.com/elegantchaos/CollectionExtensions.git
Fetching https://github.com/elegantchaos/Performance.git
Fetching https://github.com/elegantchaos/XCTestExtensions.git
[1/21] Fetching performance
[22/140] Fetching performance, viewextensions
[57/540] Fetching performance, viewextensions, collectionextensions
[541/2387] Fetching performance, viewextensions, collectionextensions, logger
[652/2426] Fetching performance, viewextensions, collectionextensions, logger, layoutextensions
[913/2991] Fetching performance, viewextensions, collectionextensions, logger, layoutextensions, xctestextensions
[1313/2970] Fetching viewextensions, collectionextensions, logger, layoutextensions, xctestextensions
Fetched https://github.com/elegantchaos/Performance.git from cache (0.25s)
Fetched https://github.com/elegantchaos/ViewExtensions.git from cache (0.25s)
[1435/2851] Fetching collectionextensions, logger, layoutextensions, xctestextensions
Fetched https://github.com/elegantchaos/CollectionExtensions.git from cache (0.25s)
[1510/2451] Fetching logger, layoutextensions, xctestextensions
Fetched https://github.com/elegantchaos/LayoutExtensions.git from cache (0.26s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.27s)
Fetched https://github.com/elegantchaos/Logger.git from cache (0.29s)
Computing version for https://github.com/elegantchaos/Performance.git
Computed https://github.com/elegantchaos/Performance.git at 1.0.2 (0.39s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.0.7 (0.38s)
Computing version for https://github.com/elegantchaos/CollectionExtensions.git
Computed https://github.com/elegantchaos/CollectionExtensions.git at 1.0.0 (0.38s)
Computing version for https://github.com/elegantchaos/ViewExtensions.git
Computed https://github.com/elegantchaos/ViewExtensions.git at 1.0.4 (0.40s)
Computing version for https://github.com/elegantchaos/LayoutExtensions.git
Computed https://github.com/elegantchaos/LayoutExtensions.git at 1.0.3 (1.09s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.3.7 (0.59s)
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/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.3.7
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/ViewExtensions.git
Working copy of https://github.com/elegantchaos/ViewExtensions.git resolved at 1.0.4
Creating working copy for https://github.com/elegantchaos/CollectionExtensions.git
Working copy of https://github.com/elegantchaos/CollectionExtensions.git resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/30] Compiling Logger NSLogHandler.swift
[10/30] Compiling Logger OSLogHandler.swift
[11/30] Compiling Logger PrintHandler.swift
[12/30] Compiling ViewExtensions UIViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/30] Emitting module Performance
/host/spi-builder-workspace/.build/checkouts/Performance/Sources/Performance/Profiler.swift:6:8: error: no such module 'Darwin'
import Darwin
       ^
[14/30] Compiling Performance Profiler.swift
/host/spi-builder-workspace/.build/checkouts/Performance/Sources/Performance/Profiler.swift:6:8: error: no such module 'Darwin'
import Darwin
       ^
[15/30] Emitting module LayoutExtensions
/host/spi-builder-workspace/.build/checkouts/LayoutExtensions/Sources/LayoutExtensions/UIViewExtensions.swift:7:8: error: no such module 'UIKit'
import UIKit
       ^
[16/30] Compiling LayoutExtensions UIViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/LayoutExtensions/Sources/LayoutExtensions/UIViewExtensions.swift:7:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[17/30] Emitting module CollectionExtensions
[18/30] Compiling Logger Handler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
import UIKit
       ^
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/15] Emitting module LayoutExtensions
/host/spi-builder-workspace/.build/checkouts/LayoutExtensions/Sources/LayoutExtensions/UIViewExtensions.swift:7:8: error: no such module 'UIKit'
import UIKit
       ^
[3/15] Compiling LayoutExtensions UIViewExtensions.swift
/host/spi-builder-workspace/.build/checkouts/LayoutExtensions/Sources/LayoutExtensions/UIViewExtensions.swift:7:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/15] Emitting module Performance
/host/spi-builder-workspace/.build/checkouts/Performance/Sources/Performance/Profiler.swift:6:8: error: no such module 'Darwin'
import Darwin
       ^
/host/spi-builder-workspace/.build/checkouts/Performance/Sources/Performance/Profiler.swift:6:8: error: no such module 'Darwin'
import Darwin
       ^
/host/spi-builder-workspace/.build/checkouts/ViewExtensions/Sources/ViewExtensions/EnhancedTableView.swift:7:8: error: no such module 'UIKit'
import UIKit
       ^
BUILD FAILURE 5.10 linux

Build Machine: Linux 1