Build Information
Failed to build SwiftKuery, reference 4.0.0 (b9f535
), with Swift 6.1 for Android on 28 May 2025 01:19:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Swift-Kuery.git
Reference: 4.0.0
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/Kitura/Swift-Kuery
* tag 4.0.0 -> FETCH_HEAD
HEAD is now at b9f5355 Update TravisCI rules (remove Swift 4.x; add Swift 5.4); update github org to Kitura (#204)
Cloned https://github.com/Kitura/Swift-Kuery.git
Revision (git rev-parse @):
b9f53552fadf85ac0782dce4f9880d9d8189a4b3
SUCCESS checkout https://github.com/Kitura/Swift-Kuery.git at 4.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Kitura/Swift-Kuery.git
https://github.com/Kitura/Swift-Kuery.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "loggerapi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.200",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/LoggerAPI.git"
}
],
"manifest_display_name" : "SwiftKuery",
"name" : "SwiftKuery",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftKuery",
"targets" : [
"SwiftKuery"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftKueryTests",
"module_type" : "SwiftTarget",
"name" : "SwiftKueryTests",
"path" : "Tests/SwiftKueryTests",
"sources" : [
"CommonUtils.swift",
"TestAggregateFunctions.swift",
"TestAlias.swift",
"TestFilterAndHaving.swift",
"TestInsert.swift",
"TestJoin.swift",
"TestParameters.swift",
"TestQueryResult.swift",
"TestRaw.swift",
"TestSchema.swift",
"TestSelect.swift",
"TestSpecialOperators.swift",
"TestSubqueries.swift",
"TestSubquery.swift",
"TestSyntaxError.swift",
"TestUpdate.swift",
"VerifyLinuxTestCount.swift"
],
"target_dependencies" : [
"SwiftKuery"
],
"type" : "test"
},
{
"c99name" : "SwiftKuery",
"module_type" : "SwiftTarget",
"name" : "SwiftKuery",
"path" : "Sources/SwiftKuery",
"product_dependencies" : [
"LoggerAPI"
],
"product_memberships" : [
"SwiftKuery"
],
"sources" : [
"AggregateColumnExpression.swift",
"AuxiliaryTable.swift",
"Buildable.swift",
"Column.swift",
"ColumnAndExpressions_Extensions.swift",
"ColumnCreator.swift",
"Condition.swift",
"ConditionalClause.swift",
"Connection.swift",
"ConnectionPool.swift",
"ConnectionPoolConnection.swift",
"ConnectionPoolOptions.swift",
"Delete.swift",
"Field.swift",
"Filter.swift",
"FilterAndHaving_Extensions.swift",
"FilterAndHaving_GlobalFunctions.swift",
"ForeignKey.swift",
"Having.swift",
"Index.swift",
"IndexColumn.swift",
"IndexColumnOrdered.swift",
"Insert.swift",
"Join.swift",
"Migration.swift",
"OrderBy.swift",
"Parameter.swift",
"Predicate.swift",
"PreparedStatement.swift",
"Query.swift",
"QueryBuilder.swift",
"QueryError.swift",
"QueryResult.swift",
"QuerySuffixProtocol.swift",
"Raw.swift",
"RawField.swift",
"ResultFetcher.swift",
"ResultSet.swift",
"SQLDataType.swift",
"ScalarColumnExpression.swift",
"Select.swift",
"SpecialOperators_Extensions.swift",
"String+Buildable.swift",
"Subqueries_GlobalFunctionsAndExtensions.swift",
"Table.swift",
"Union.swift",
"Update.swift",
"Utils.swift",
"With.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.26s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.76s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.87s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/9] Compiling Logging Locks.swift
[6/9] Emitting module Logging
[7/9] Compiling Logging LogHandler.swift
[8/9] Compiling Logging Logging.swift
[9/9] Compiling Logging MetadataProvider.swift
[11/12] Emitting module LoggerAPI
[12/12] Compiling LoggerAPI Logger.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/57] Emitting module SwiftKuery
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[15/63] Compiling SwiftKuery ConditionalClause.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[16/63] Compiling SwiftKuery Connection.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[17/63] Compiling SwiftKuery ConnectionPool.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[18/63] Compiling SwiftKuery ConnectionPoolConnection.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[19/63] Compiling SwiftKuery ConnectionPoolOptions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[20/63] Compiling SwiftKuery Delete.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[21/63] Compiling SwiftKuery Index.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[22/63] Compiling SwiftKuery IndexColumn.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[23/63] Compiling SwiftKuery IndexColumnOrdered.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[24/63] Compiling SwiftKuery Insert.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[25/63] Compiling SwiftKuery Join.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[26/63] Compiling SwiftKuery Migration.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[27/63] Compiling SwiftKuery ResultSet.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[28/63] Compiling SwiftKuery SQLDataType.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[29/63] Compiling SwiftKuery ScalarColumnExpression.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[30/63] Compiling SwiftKuery Select.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[31/63] Compiling SwiftKuery SpecialOperators_Extensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[32/63] Compiling SwiftKuery String+Buildable.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[33/63] Compiling SwiftKuery OrderBy.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[34/63] Compiling SwiftKuery Parameter.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[35/63] Compiling SwiftKuery Predicate.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[36/63] Compiling SwiftKuery PreparedStatement.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[37/63] Compiling SwiftKuery Query.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[38/63] Compiling SwiftKuery QueryBuilder.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[39/63] Compiling SwiftKuery AggregateColumnExpression.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[40/63] Compiling SwiftKuery AuxiliaryTable.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[41/63] Compiling SwiftKuery Buildable.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[42/63] Compiling SwiftKuery Column.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[43/63] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[44/63] Compiling SwiftKuery ColumnCreator.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[45/63] Compiling SwiftKuery Condition.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[46/63] Compiling SwiftKuery Field.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[47/63] Compiling SwiftKuery Filter.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[48/63] Compiling SwiftKuery FilterAndHaving_Extensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[49/63] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[50/63] Compiling SwiftKuery ForeignKey.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[51/63] Compiling SwiftKuery Having.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[52/63] Compiling SwiftKuery QueryError.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[53/63] Compiling SwiftKuery QueryResult.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[54/63] Compiling SwiftKuery QuerySuffixProtocol.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[55/63] Compiling SwiftKuery Raw.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[56/63] Compiling SwiftKuery RawField.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[57/63] Compiling SwiftKuery ResultFetcher.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[58/63] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[59/63] Compiling SwiftKuery Table.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[60/63] Compiling SwiftKuery Union.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[61/63] Compiling SwiftKuery Update.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[62/63] Compiling SwiftKuery Utils.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[63/63] Compiling SwiftKuery With.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling Logging MetadataProvider.swift
[3/6] Compiling Logging LogHandler.swift
[4/6] Compiling Logging Locks.swift
[5/6] Emitting module Logging
[6/6] Compiling Logging Logging.swift
[8/9] Compiling LoggerAPI Logger.swift
[9/9] Emitting module LoggerAPI
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/54] Emitting module SwiftKuery
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[12/60] Compiling SwiftKuery Index.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[13/60] Compiling SwiftKuery IndexColumn.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[14/60] Compiling SwiftKuery IndexColumnOrdered.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[15/60] Compiling SwiftKuery Insert.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[16/60] Compiling SwiftKuery Join.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[17/60] Compiling SwiftKuery Migration.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[18/60] Compiling SwiftKuery QueryError.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[19/60] Compiling SwiftKuery QueryResult.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[20/60] Compiling SwiftKuery QuerySuffixProtocol.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[21/60] Compiling SwiftKuery Raw.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[22/60] Compiling SwiftKuery RawField.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[23/60] Compiling SwiftKuery ResultFetcher.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[24/60] Compiling SwiftKuery AggregateColumnExpression.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[25/60] Compiling SwiftKuery AuxiliaryTable.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[26/60] Compiling SwiftKuery Buildable.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[27/60] Compiling SwiftKuery Column.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[28/60] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[29/60] Compiling SwiftKuery ColumnCreator.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[30/60] Compiling SwiftKuery Condition.swift
/host/spi-builder-workspace/Sources/SwiftKuery/AggregateColumnExpression.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
24 |
25 | /// The aggregate function to apply.
26 | public private (set) var function: AggregateFunction
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
27 |
28 | init(_ function: AggregateFunction) {
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[31/60] Compiling SwiftKuery ConditionalClause.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[32/60] Compiling SwiftKuery Connection.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[33/60] Compiling SwiftKuery ConnectionPool.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[34/60] Compiling SwiftKuery ConnectionPoolConnection.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[35/60] Compiling SwiftKuery ConnectionPoolOptions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[36/60] Compiling SwiftKuery Delete.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[37/60] Compiling SwiftKuery Field.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[38/60] Compiling SwiftKuery Filter.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[39/60] Compiling SwiftKuery FilterAndHaving_Extensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[40/60] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[41/60] Compiling SwiftKuery ForeignKey.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[42/60] Compiling SwiftKuery Having.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[43/60] Compiling SwiftKuery ResultSet.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[44/60] Compiling SwiftKuery SQLDataType.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[45/60] Compiling SwiftKuery ScalarColumnExpression.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[46/60] Compiling SwiftKuery Select.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[47/60] Compiling SwiftKuery SpecialOperators_Extensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[48/60] Compiling SwiftKuery String+Buildable.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[49/60] Compiling SwiftKuery OrderBy.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[50/60] Compiling SwiftKuery Parameter.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[51/60] Compiling SwiftKuery Predicate.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[52/60] Compiling SwiftKuery PreparedStatement.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[53/60] Compiling SwiftKuery Query.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[54/60] Compiling SwiftKuery QueryBuilder.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[55/60] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[56/60] Compiling SwiftKuery Table.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[57/60] Compiling SwiftKuery Union.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[58/60] Compiling SwiftKuery Update.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[59/60] Compiling SwiftKuery Utils.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
[60/60] Compiling SwiftKuery With.swift
/host/spi-builder-workspace/Sources/SwiftKuery/ConnectionPool.swift:21:12: error: no such module 'Darwin'
19 | import Glibc
20 | #else
21 | import Darwin
| `- error: no such module 'Darwin'
22 | #endif
23 | import LoggerAPI
BUILD FAILURE 6.1 android