Build Information
Failed to build ZeeQL3Apache, reference 0.6.1 (75fc4a
), with Swift 6.1 for Android on 27 May 2025 10:50:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/ZeeQL3Apache.git
Reference: 0.6.1
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/ZeeQL3Apache
* tag 0.6.1 -> FETCH_HEAD
HEAD is now at 75fc4a3 Null/not-null flip
Cloned https://github.com/ZeeQL/ZeeQL3Apache.git
Revision (git rev-parse @):
75fc4a37f08729cc4dd82ba3f9b51a3e7be1dfd2
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3Apache.git at 0.6.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ZeeQL/ZeeQL3Apache.git
https://github.com/ZeeQL/ZeeQL3Apache.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "capache",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/modswift/CApache.git"
},
{
"identity" : "zeeql3",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ZeeQL/ZeeQL3.git"
}
],
"manifest_display_name" : "ZeeQL3Apache",
"name" : "ZeeQL3Apache",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "APRAdaptor",
"targets" : [
"APRAdaptor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ApacheZeeQLAdaptor",
"targets" : [
"ApacheZeeQLAdaptor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ApacheZeeQLAdaptor",
"module_type" : "SwiftTarget",
"name" : "ApacheZeeQLAdaptor",
"path" : "Sources/ApacheZeeQLAdaptor",
"product_memberships" : [
"ApacheZeeQLAdaptor"
],
"sources" : [
"ApacheRequestAdaptor.swift"
],
"target_dependencies" : [
"APRAdaptor"
],
"type" : "library"
},
{
"c99name" : "APRAdaptor",
"module_type" : "SwiftTarget",
"name" : "APRAdaptor",
"path" : "Sources/APRAdaptor",
"product_dependencies" : [
"CApache",
"ZeeQL"
],
"product_memberships" : [
"APRAdaptor",
"ApacheZeeQLAdaptor"
],
"sources" : [
"APRAdaptor.swift",
"APRAdaptorChannel.swift",
"APRError.swift",
"APRPostgreSQLAdaptor.swift",
"APRSQLExpression.swift",
"APRSQLite3Adaptor.swift",
"PostgreSQLModelFetch.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/CApache.git
[1/49] Fetching capache
[50/3458] Fetching capache, zeeql3
Fetched https://github.com/modswift/CApache.git from cache (0.34s)
Fetched https://github.com/ZeeQL/ZeeQL3.git from cache (0.35s)
Computing version for https://github.com/modswift/CApache.git
Computed https://github.com/modswift/CApache.git at 2.0.2 (0.95s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.20 (0.61s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.20s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (3.54s)
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/ZeeQL/CSQLite3.git
Working copy of https://github.com/ZeeQL/CSQLite3.git resolved at 2.0.3
Creating working copy for https://github.com/modswift/CApache.git
Working copy of https://github.com/modswift/CApache.git resolved at 2.0.2
warning: you may be able to install mod_swift using your system-packager:
apt-get install apache2-dev
warning: you may be able to install mod_swift using your system-packager:
apt-get install apache2-dev
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/95] 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 |
[6/107] Compiling ZeeQL AccessDataSource.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/107] Compiling ZeeQL AccessDataSourceError.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/107] Compiling ZeeQL AccessDataSourceFinders.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/107] Compiling ZeeQL ActiveDataSource.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/107] 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 |
[11/107] 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 |
[12/107] 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 |
[13/107] 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 |
[14/107] 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 |
[15/107] 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 |
[16/107] 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 |
[17/107] 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 |
[18/107] 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 |
[19/107] 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 |
[20/107] 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 |
[21/107] 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 |
[22/107] 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 |
[23/107] 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 |
[24/107] 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 |
[25/107] 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 |
[26/107] 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 |
[27/107] 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 |
[28/107] 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 |
[29/107] 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 |
[30/107] 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 |
[31/107] 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 |
[32/107] 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 |
[33/107] 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 |
[34/107] 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 |
[35/107] 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 |
[36/107] 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 |
[37/107] 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 |
[38/107] 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 |
[39/107] 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 |
[40/107] 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 |
[41/107] 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 |
[42/107] 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 |
[43/107] 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 |
[44/107] 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 |
[45/107] 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 |
[46/107] 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 |
[47/107] 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 |
[48/107] 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 |
[49/107] 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 |
[50/107] 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 |
[51/107] 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 |
[52/107] 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 |
[53/107] 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 |
[54/107] 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 |
[55/107] 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 |
[56/107] 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 |
[57/107] 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 |
[58/107] 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 |
[59/107] 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 |
[60/107] 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 |
[61/107] 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 |
[62/107] 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 |
[63/107] 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 |
[64/107] 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 |
[65/107] 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 |
[66/107] 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 |
[67/107] 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 |
[68/107] 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 |
[69/107] 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 |
[70/107] 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 |
[71/107] 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 |
[72/107] 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 |
[73/107] 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 |
[74/107] 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 |
[75/107] 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 |
[76/107] 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 |
[77/107] 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 |
[78/107] 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 |
[79/107] 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 |
[80/107] 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 |
[81/107] 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 |
[82/107] 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 |
[83/107] 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 |
[84/107] 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 |
[85/107] 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 |
[86/107] 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 |
[87/107] 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 |
[88/107] 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 |
[89/107] 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 |
[90/107] 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 |
[91/107] 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 |
[92/107] 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 |
[93/107] 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 |
[94/107] 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 |
[95/107] Compiling ZeeQL DatabaseOperation.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/107] Compiling ZeeQL Entity.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/107] Compiling ZeeQL FancyModelMaker.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/107] Compiling ZeeQL Join.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/107] Compiling ZeeQL MirrorHelpers.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/107] Compiling ZeeQL Model.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/107] Compiling ZeeQL ModelLoader.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/107] Compiling ZeeQL ModelPattern.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/107] Compiling ZeeQL ModelSQLizer.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/107] Compiling ZeeQL Property.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/107] Compiling ZeeQL Relationship.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 |
[106/107] Compiling ZeeQL SQLAttributeChange.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 |
[107/107] Compiling ZeeQL SQLExpression.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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: you may be able to install mod_swift using your system-packager:
apt-get install apache2-dev
warning: you may be able to install mod_swift using your system-packager:
apt-get install apache2-dev
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/92] Compiling ZeeQL AccessDataSource.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 |
[3/92] Compiling ZeeQL AccessDataSourceError.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 |
[4/92] Compiling ZeeQL AccessDataSourceFinders.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 |
[5/92] Compiling ZeeQL ActiveDataSource.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/92] 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 |
[7/92] 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 |
[8/92] 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 |
[9/92] 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 |
[10/92] 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 |
[11/92] 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 |
[12/92] 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 |
[13/92] 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 |
[14/92] 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 |
[15/104] 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 |
[16/104] 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 |
[17/104] 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 |
[18/104] 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 |
[19/104] 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 |
[20/104] 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 |
[21/104] 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 |
[22/104] 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 |
[23/104] 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 |
[24/104] 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 |
[25/104] 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 |
[26/104] 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 |
[27/104] 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 |
[28/104] 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 |
[29/104] 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 |
[30/104] 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 |
[31/104] 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 |
[32/104] 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 |
[33/104] 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 |
[34/104] 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 |
[35/104] 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 |
[36/104] 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 |
[37/104] 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 |
[38/104] 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 |
[39/104] 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 |
[40/104] 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 |
[41/104] 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 |
[42/104] 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 |
[43/104] 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 |
[44/104] 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 |
[45/104] 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 |
[46/104] 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 |
[47/104] 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 |
[48/104] 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 |
[49/104] 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 |
[50/104] 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 |
[51/104] 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 |
[52/104] 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 |
[53/104] 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 |
[54/104] 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 |
[55/104] 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 |
[56/104] 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 |
[57/104] 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 |
[58/104] 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 |
[59/104] 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 |
[60/104] 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 |
[61/104] 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 |
[62/104] 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 |
[63/104] 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 |
[64/104] 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 |
[65/104] 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 |
[66/104] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[67/104] 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 |
[68/104] 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 |
[69/104] 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 |
[70/104] 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 |
[71/104] 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 |
[72/104] 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 |
[73/104] 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 |
[74/104] 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 |
[75/104] 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 |
[76/104] 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 |
[77/104] 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 |
[78/104] 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 |
[79/104] 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 |
[80/104] Compiling ZeeQL DatabaseOperation.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 |
[81/104] Compiling ZeeQL Entity.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 |
[82/104] Compiling ZeeQL FancyModelMaker.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 |
[83/104] Compiling ZeeQL Join.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 |
[84/104] Compiling ZeeQL MirrorHelpers.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/104] Compiling ZeeQL Model.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/104] Compiling ZeeQL ModelLoader.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/104] Compiling ZeeQL ModelPattern.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/104] Compiling ZeeQL ModelSQLizer.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/104] Compiling ZeeQL Property.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/104] Compiling ZeeQL Relationship.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/104] Compiling ZeeQL SQLAttributeChange.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/104] Compiling ZeeQL SQLExpression.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/104] 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 |
[94/104] 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 |
[95/104] 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 |
[96/104] 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 |
[97/104] 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 |
[98/104] 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 |
[99/104] 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 |
[100/104] 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 |
[101/104] 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 |
[102/104] 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 |
[103/104] 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 |
[104/104] 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 |
BUILD FAILURE 6.1 android