The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ZeeQL3PG, reference develop (97d2d4), with Swift 6.1 for Android on 24 Apr 2026 08:36:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZeeQL/ZeeQL3PG.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/ZeeQL3PG
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 97d2d4f Use PQexec for calls w/o bindings
Cloned https://github.com/ZeeQL/ZeeQL3PG.git
Revision (git rev-parse @):
97d2d4fc0b7b41d7bd26e1613c8fddc7cd60f97d
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3PG.git at develop
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ZeeQL/ZeeQL3PG.git
https://github.com/ZeeQL/ZeeQL3PG.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/ZeeQL/ZeeQL3.git
Fetching https://github.com/ZeeQL/CLibPQ.git
[1/45] Fetching clibpq
[46/4092] Fetching clibpq, zeeql3
Fetched https://github.com/ZeeQL/CLibPQ.git from cache (0.93s)
Fetched https://github.com/ZeeQL/ZeeQL3.git from cache (0.94s)
Computing version for https://github.com/ZeeQL/CLibPQ.git
Computed https://github.com/ZeeQL/CLibPQ.git at 2.0.5 (1.61s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.58 (0.72s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.25s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (2.73s)
Creating working copy for https://github.com/ZeeQL/ZeeQL3.git
Working copy of https://github.com/ZeeQL/ZeeQL3.git resolved at 0.9.58
Creating working copy for https://github.com/ZeeQL/CLibPQ.git
Working copy of https://github.com/ZeeQL/CLibPQ.git resolved at 2.0.5
Creating working copy for https://github.com/ZeeQL/CSQLite3.git
Working copy of https://github.com/ZeeQL/CSQLite3.git resolved at 2.0.3
warning: you may be able to install libpq using your system-packager:
    apt-get install libpq-dev
warning: you may be able to install libpq using your system-packager:
    apt-get install libpq-dev
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/87] 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 |
[5/98] 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 |
[6/98] 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 |
[7/98] 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 |
[8/98] 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 |
[9/98] 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 |
[10/98] 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 |
[11/98] 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 |
[12/98] 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 |
[13/98] 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 |
[14/98] 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 |
[15/98] 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 |
[16/98] 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 |
[17/98] 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 |
[18/98] Compiling ZeeQL OpenDateInterval.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: 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/98] 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 |
[20/98] 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 |
[21/98] 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 |
[22/98] 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 |
[23/98] 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 |
[24/98] 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 |
[25/98] 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 |
[26/98] 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 |
[27/98] 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 |
[28/98] 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 |
[29/98] 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 |
[30/98] 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 |
[31/98] 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 |
[32/98] 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 |
[33/98] 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 |
[34/98] 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 |
[35/98] 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 |
[36/98] 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 |
[37/98] 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 |
[38/98] 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 |
[39/98] 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 |
[40/98] 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 |
[41/98] 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 |
[42/98] 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 |
[43/98] 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 |
[44/98] 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 |
[45/98] 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 |
[46/98] 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 |
[47/98] 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 |
[48/98] 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 |
[49/98] 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 |
[50/98] 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 |
[51/98] 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 |
[52/98] 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 |
[53/98] 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 |
[54/98] 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 |
[55/98] 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 |
[56/98] 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 |
[57/98] 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 |
[58/98] 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 |
[59/98] 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 |
[60/98] 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 |
[61/98] 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 |
[62/98] 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 |
[63/98] 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 |
[64/98] 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 |
[65/98] 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 |
[66/98] 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 |
[67/98] 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 |
[68/98] 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 |
[69/98] 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 |
[70/98] 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 |
[71/98] 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 |
[72/98] 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 |
[73/98] 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 |
[74/98] 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 |
[75/98] 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 |
[76/98] 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 |
[77/98] 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 |
[78/98] 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 |
[79/98] 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 |
[80/98] 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 |
[81/98] 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 |
[82/98] 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 |
[83/98] 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 |
[84/98] 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 |
[85/98] 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 |
[86/98] 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 |
[87/98] 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 |
[88/98] 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 |
[89/98] 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 |
[90/98] 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 |
[91/98] 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 |
[92/98] 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 |
[93/98] 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 |
[94/98] 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 |
[95/98] 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 |
[96/98] 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 |
[97/98] 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 |
[98/98] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
warning: you may be able to install libpq using your system-packager:
    apt-get install libpq-dev
warning: you may be able to install libpq using your system-packager:
    apt-get install libpq-dev
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/85] 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 |
[3/85] 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 |
[4/85] 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 |
[5/85] 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 |
[6/85] 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 |
[7/85] 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 |
[8/85] 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 |
[9/85] 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 |
[10/85] 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 |
[11/85] 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/85] 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/85] 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/96] 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 |
[15/96] 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 |
[16/96] 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 |
[17/96] 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 |
[18/96] 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 |
[19/96] 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 |
[20/96] 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 |
[21/96] 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 |
[22/96] 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 |
[23/96] 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 |
[24/96] 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 |
[25/96] 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 |
[26/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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 |
[37/96] 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 |
[38/96] 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 |
[39/96] 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 |
[40/96] 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 |
[41/96] 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 |
[42/96] 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 |
[43/96] 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 |
[44/96] 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 |
[45/96] 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 |
[46/96] 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 |
[47/96] 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 |
[48/96] 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 |
[49/96] 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 |
[50/96] 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 |
[51/96] 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 |
[52/96] 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 |
[53/96] 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 |
[54/96] 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 |
[55/96] 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 |
[56/96] 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 |
[57/96] 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 |
[58/96] 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 |
[59/96] 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 |
[60/96] 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 |
[61/96] 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 |
[62/96] 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 |
[63/96] 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 |
[64/96] 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 |
[65/96] 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 |
[66/96] 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 |
[67/96] 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 |
[68/96] 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 |
[69/96] 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 |
[70/96] 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 |
[71/96] 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 |
[72/96] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/96] 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 |
[74/96] 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 |
[75/96] 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 |
[76/96] Compiling ZeeQL OpenDateInterval.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/FancyModelMaker.swift:536:15: error: 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/96] 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 |
[78/96] 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 |
[79/96] 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 |
[80/96] 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 |
[81/96] 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 |
[82/96] 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 |
[83/96] 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 |
[84/96] 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 |
[85/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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 |
[94/96] 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 |
[95/96] 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 |
[96/96] 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 |
BUILD FAILURE 6.1 android