Build Information
Failed to build ZeeQL3Freddy, reference develop (c3d7b1
), with Swift 6.1 for Android on 27 May 2025 22:22:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/ZeeQL/ZeeQL3Freddy.git
Reference: develop
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/ZeeQL/ZeeQL3Freddy
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at c3d7b1b Goodbye Travis, welcome GH Actions
Cloned https://github.com/ZeeQL/ZeeQL3Freddy.git
Revision (git rev-parse @):
c3d7b1b7112b12ba8d5c2cf48025130e828d6719
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3Freddy.git at develop
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ZeeQL/ZeeQL3Freddy.git
https://github.com/ZeeQL/ZeeQL3Freddy.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "zeeql3",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ZeeQL/ZeeQL3.git"
},
{
"identity" : "freddy",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.58",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/modswift/Freddy.git"
}
],
"manifest_display_name" : "ZeeQL3Freddy",
"name" : "ZeeQL3Freddy",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ZeeQL3Freddy",
"targets" : [
"ZeeQL3Freddy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZeeQL3Freddy",
"module_type" : "SwiftTarget",
"name" : "ZeeQL3Freddy",
"path" : "Sources/ZeeQL3Freddy",
"product_dependencies" : [
"ZeeQL",
"Freddy"
],
"product_memberships" : [
"ZeeQL3Freddy"
],
"sources" : [
"ActiveRecordJSON.swift",
"JSONEncodableType.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/ZeeQL/ZeeQL3.git
Fetching https://github.com/modswift/Freddy.git
[1/2937] Fetching freddy
[2938/6346] Fetching freddy, zeeql3
Fetched https://github.com/ZeeQL/ZeeQL3.git from cache (0.39s)
Fetched https://github.com/modswift/Freddy.git from cache (0.39s)
Computing version for https://github.com/modswift/Freddy.git
Computed https://github.com/modswift/Freddy.git at 3.0.58 (3.35s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.20 (0.96s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.50s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (1.16s)
Creating working copy for https://github.com/ZeeQL/ZeeQL3.git
Working copy of https://github.com/ZeeQL/ZeeQL3.git resolved at 0.9.20
Creating working copy for https://github.com/modswift/Freddy.git
Working copy of https://github.com/modswift/Freddy.git resolved at 3.0.58
Creating working copy for https://github.com/ZeeQL/CSQLite3.git
Working copy of https://github.com/ZeeQL/CSQLite3.git resolved at 2.0.3
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/105] Compiling ZeeQL NotQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[6/105] Compiling ZeeQL ObjectStore.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[7/105] Compiling ZeeQL ObjectTrackingContext.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[8/105] Compiling ZeeQL Qualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[9/105] Compiling ZeeQL QualifierEvaluation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[10/105] Compiling ZeeQL QualifierParser.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[11/105] Compiling ZeeQL QualifierVariable.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[12/105] Compiling ZeeQL SQLQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[13/105] Compiling ZeeQL SortOrdering.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[14/105] Compiling ZeeQL StoreKeyValueCoding.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[15/105] Compiling ZeeQL AnyOptional.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[16/105] Compiling ZeeQL Dictionary+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[17/117] Compiling ZeeQL EquatableType.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[18/117] Compiling ZeeQL KeyValueStringFormatter.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[19/117] Compiling ZeeQL Logger.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[20/117] Compiling ZeeQL Pluralize.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[21/117] Compiling ZeeQL SimpleKVC.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[22/117] Compiling ZeeQL SmartDescription.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[23/117] Compiling ZeeQL TimeRange.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[24/117] Compiling ZeeQL SQLite3Adaptor.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[25/117] Compiling ZeeQL SQLite3AdaptorChannel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[26/117] Compiling ZeeQL SQLite3Expression.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[27/117] Compiling ZeeQL SQLite3ModelFetch.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[28/117] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/117] Emitting module ZeeQL
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[30/117] Compiling ZeeQL Constant.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[31/117] Compiling ZeeQL DataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[32/117] Compiling ZeeQL EntityType+Builder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[33/117] Compiling ZeeQL EntityType.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[34/117] Compiling ZeeQL Expression.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[35/117] Compiling ZeeQL ExpressionEvaluation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[36/117] Compiling ZeeQL FetchSpecification+Builder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[37/117] Compiling ZeeQL FetchSpecification.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[38/117] Compiling ZeeQL GlobalID.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[39/117] Compiling ZeeQL Key.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[40/117] Compiling ZeeQL KeyComparisonQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[41/117] Compiling ZeeQL KeyValueQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[42/117] Compiling ZeeQL ModelFetchSpecification.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[43/117] Compiling ZeeQL SQLExpressionFactory.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[44/117] Compiling ZeeQL SQLForeignKey.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[45/117] Compiling ZeeQL SQLTableGroups.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[46/117] Compiling ZeeQL SchemaGeneration.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[47/117] Compiling ZeeQL SchemaSynchronization.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[48/117] Compiling ZeeQL SchemaSynchronizationFactory.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[49/117] Compiling ZeeQL TypedDatabaseChannel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[50/117] Compiling ZeeQL TypedFetchSpecification.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[51/117] Compiling ZeeQL ZeeQLTypes.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[52/117] Compiling ZeeQL ArrayDataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[53/117] Compiling ZeeQL BooleanQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[54/117] Compiling ZeeQL ComparisonOperation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[55/117] Compiling ZeeQL CompoundQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[56/117] Compiling Freddy JSONParser.swift
[57/117] Compiling Freddy JSONLiteralConvertible.swift
[58/117] Compiling Freddy JSONOptional.swift
[59/117] Compiling Freddy JSONSerializing.swift
[60/117] Compiling Freddy JSONParsing.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONParsing.swift:78:30: error: cannot find 'CFNumberGetType' in scope
76 | switch object {
77 | case let n as NSNumber:
78 | let numberType = CFNumberGetType(n)
| `- error: cannot find 'CFNumberGetType' in scope
79 | switch numberType {
80 | case .charType:
[61/118] Compiling ZeeQL AccessDataSource.swift
[62/118] Compiling ZeeQL AccessDataSourceError.swift
[63/118] Emitting module Freddy
[64/118] Compiling ZeeQL AccessDataSourceFinders.swift
[65/118] Compiling ZeeQL ActiveDataSource.swift
[66/118] Compiling Freddy JSONSubscripting.swift
[67/118] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[68/118] Compiling ZeeQL AdaptorQueryType.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[69/118] Compiling ZeeQL AdaptorRecord.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[70/118] Compiling ZeeQL AdaptorRecordSchema.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[71/118] Compiling ZeeQL Attribute.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[72/118] Compiling ZeeQL AttributeKey.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[73/118] Compiling ZeeQL AttributeValue.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[74/118] Compiling ZeeQL AdaptorRecordDecoder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[75/118] Compiling ZeeQL CodableEntity.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[76/118] Compiling ZeeQL CodableModel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[77/118] Compiling ZeeQL CodableModelDecoder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[78/118] Compiling ZeeQL CodableModelEntityDecoder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[79/118] Compiling ZeeQL CodableModelPostProcessor.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[84/118] Compiling ZeeQL ActiveRecord.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[85/118] Compiling ZeeQL ActiveRecordType.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[86/118] Compiling ZeeQL Adaptor.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[87/118] Compiling ZeeQL AdaptorChannel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[88/118] Compiling ZeeQL AdaptorChannelPool.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[89/118] Compiling ZeeQL AdaptorDataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[90/118] Compiling ZeeQL AdaptorError.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[91/118] Compiling ZeeQL AdaptorModelFetch.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[92/118] Compiling ZeeQL AdaptorOperation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[93/118] Compiling ZeeQL CodableRelationship.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[94/118] Compiling ZeeQL EntityPropertyReflectionContainer.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[95/118] Compiling ZeeQL CodeAttribute.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[96/118] Compiling ZeeQL CodeEntity.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[97/118] Compiling ZeeQL CodeRelationship.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[98/118] Compiling ZeeQL CodeValueAttribute.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[99/118] Compiling ZeeQL Database.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[100/118] Compiling ZeeQL DatabaseChannel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[101/118] Compiling ZeeQL DatabaseChannelBase.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[102/118] Compiling ZeeQL DatabaseChannelFetchHelper.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[103/118] Compiling ZeeQL DatabaseContext.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[104/118] Compiling ZeeQL DatabaseDataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[105/118] Compiling ZeeQL DatabaseObject.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/102] Compiling Freddy JSONSerializing.swift
[3/103] Compiling Freddy JSONParsing.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONParsing.swift:78:30: error: cannot find 'CFNumberGetType' in scope
76 | switch object {
77 | case let n as NSNumber:
78 | let numberType = CFNumberGetType(n)
| `- error: cannot find 'CFNumberGetType' in scope
79 | switch numberType {
80 | case .charType:
[4/103] Compiling Freddy JSONLiteralConvertible.swift
[5/103] Compiling ZeeQL AccessDataSourceFinders.swift
[6/103] Compiling ZeeQL ActiveDataSource.swift
[7/103] Emitting module Freddy
[8/103] Compiling ZeeQL AccessDataSource.swift
[9/103] Compiling ZeeQL AccessDataSourceError.swift
[10/103] Compiling Freddy JSONSubscripting.swift
[11/103] Compiling ZeeQL Constant.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[12/103] Compiling ZeeQL DataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[13/103] Compiling ZeeQL EntityType+Builder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[14/103] Compiling ZeeQL EntityType.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[15/103] Compiling ZeeQL Expression.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[16/103] Compiling ZeeQL ExpressionEvaluation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[17/103] Compiling ZeeQL FetchSpecification+Builder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[18/103] Compiling ZeeQL FetchSpecification.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[19/103] Compiling ZeeQL GlobalID.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[20/103] Compiling ZeeQL Key.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[21/103] Compiling ZeeQL KeyComparisonQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[22/103] Compiling ZeeQL KeyValueQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[23/103] Compiling ZeeQL ModelFetchSpecification.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[24/103] Compiling ZeeQL NotQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[25/103] Compiling ZeeQL ObjectStore.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[26/103] Compiling ZeeQL ObjectTrackingContext.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[27/103] Compiling ZeeQL Qualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[28/103] Compiling ZeeQL QualifierEvaluation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[29/103] Compiling ZeeQL QualifierParser.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[30/103] Compiling ZeeQL QualifierVariable.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[31/103] Compiling ZeeQL SQLQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[32/103] Compiling ZeeQL SortOrdering.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[33/103] Compiling ZeeQL StoreKeyValueCoding.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[34/103] Compiling ZeeQL AnyOptional.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[35/103] Compiling ZeeQL Dictionary+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[36/103] Compiling ZeeQL SQLExpressionFactory.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[37/103] Compiling ZeeQL SQLForeignKey.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[38/103] Compiling ZeeQL SQLTableGroups.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[39/103] Compiling ZeeQL SchemaGeneration.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[40/103] Compiling ZeeQL SchemaSynchronization.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[41/103] Compiling ZeeQL SchemaSynchronizationFactory.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[42/103] Compiling ZeeQL TypedDatabaseChannel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[43/103] Compiling ZeeQL TypedFetchSpecification.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[44/103] Compiling ZeeQL ZeeQLTypes.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[45/103] Compiling ZeeQL ArrayDataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[46/103] Compiling ZeeQL BooleanQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[47/103] Compiling ZeeQL ComparisonOperation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[48/103] Compiling ZeeQL CompoundQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[49/115] Compiling Freddy JSONOptional.swift
[50/115] Compiling Freddy JSONParser.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[55/115] Compiling ZeeQL ActiveRecord.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[56/115] Compiling ZeeQL ActiveRecordType.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[57/115] Compiling ZeeQL Adaptor.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[58/115] Compiling ZeeQL AdaptorChannel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[59/115] Compiling ZeeQL AdaptorChannelPool.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[60/115] Compiling ZeeQL AdaptorDataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[61/115] Compiling ZeeQL AdaptorError.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[62/115] Compiling ZeeQL AdaptorModelFetch.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[63/115] Compiling ZeeQL AdaptorOperation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[64/115] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[65/115] Compiling ZeeQL AdaptorQueryType.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[66/115] Compiling ZeeQL AdaptorRecord.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[67/115] Compiling ZeeQL AdaptorRecordSchema.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[68/115] Compiling ZeeQL Attribute.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[69/115] Compiling ZeeQL AttributeKey.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[70/115] Compiling ZeeQL AttributeValue.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[71/115] Compiling ZeeQL AdaptorRecordDecoder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[72/115] Compiling ZeeQL CodableEntity.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[73/115] Compiling ZeeQL CodableModel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[74/115] Compiling ZeeQL CodableModelDecoder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[75/115] Compiling ZeeQL CodableModelEntityDecoder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
[76/115] Compiling ZeeQL CodableModelPostProcessor.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: no such module 'Darwin'
534 | import func Glibc.isupper
535 | #else
536 | import func Darwin.isupper
| `- error: no such module 'Darwin'
537 | #endif
538 |
BUILD FAILURE 6.1 android