Build Information
Failed to build ZeeQL3Freddy, reference develop (c3d7b1
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 20:48:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZeeQL/ZeeQL3Freddy.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/ZeeQL/ZeeQL3Freddy
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at c3d7b1b Goodbye Travis, welcome GH Actions
Cloned https://github.com/ZeeQL/ZeeQL3Freddy.git
Revision (git rev-parse @):
c3d7b1b7112b12ba8d5c2cf48025130e828d6719
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3Freddy.git at develop
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ZeeQL/ZeeQL3Freddy.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/modswift/Freddy.git
Fetching https://github.com/ZeeQL/ZeeQL3.git
[1/2937] Fetching freddy
[90/6347] Fetching freddy, zeeql3
Fetched https://github.com/modswift/Freddy.git from cache (0.64s)
Fetched https://github.com/ZeeQL/ZeeQL3.git from cache (0.64s)
Computing version for https://github.com/modswift/Freddy.git
Computed https://github.com/modswift/Freddy.git at 3.0.58 (3.40s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.22 (0.45s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.22s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (0.64s)
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/ZeeQL/ZeeQL3.git
Working copy of https://github.com/ZeeQL/ZeeQL3.git resolved at 0.9.22
Creating working copy for https://github.com/modswift/Freddy.git
Working copy of https://github.com/modswift/Freddy.git resolved at 3.0.58
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/105] Emitting module ZeeQL
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[6/117] Compiling Freddy JSONSerializing.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONEncodable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A protocol to facilitate encoding and decoding of `JSON`.
[7/118] Compiling Freddy JSONParsing.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONEncodable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A protocol to facilitate encoding and decoding of `JSON`.
[8/118] Compiling Freddy JSONParser.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONEncodable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A protocol to facilitate encoding and decoding of `JSON`.
[9/118] Compiling ZeeQL CodableRelationship.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[10/118] Compiling ZeeQL EntityPropertyReflectionContainer.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[11/118] Compiling ZeeQL CodeAttribute.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[12/118] Compiling ZeeQL CodeEntity.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[13/118] Compiling ZeeQL CodeRelationship.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[14/118] Compiling ZeeQL CodeValueAttribute.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[15/118] Compiling ZeeQL Database.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[16/118] Compiling ZeeQL DatabaseChannel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[17/118] Compiling ZeeQL DatabaseChannelBase.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[18/118] Compiling ZeeQL DatabaseChannelFetchHelper.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[19/118] Compiling ZeeQL DatabaseContext.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[20/118] Compiling ZeeQL DatabaseDataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[21/118] Compiling ZeeQL DatabaseObject.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[22/118] Compiling ZeeQL DatabaseOperation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[23/118] Compiling ZeeQL Entity.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[24/118] Compiling ZeeQL FancyModelMaker.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[25/118] Compiling ZeeQL Join.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[26/118] Compiling ZeeQL MirrorHelpers.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[27/118] Compiling ZeeQL Model.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[28/118] Compiling ZeeQL ModelLoader.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[29/118] Compiling ZeeQL ModelPattern.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[30/118] Compiling ZeeQL ModelSQLizer.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[31/118] Compiling ZeeQL Property.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[32/118] Compiling ZeeQL Relationship.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[33/118] Compiling ZeeQL SQLAttributeChange.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[34/118] Compiling ZeeQL SQLExpression.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[35/118] Compiling ZeeQL Constant.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[36/118] Compiling ZeeQL DataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[37/118] Compiling ZeeQL EntityType+Builder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[38/118] Compiling ZeeQL EntityType.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[39/118] Compiling ZeeQL Expression.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[40/118] Compiling ZeeQL ExpressionEvaluation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[41/118] Compiling ZeeQL FetchSpecification+Builder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[42/118] Compiling ZeeQL FetchSpecification.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[43/118] Compiling ZeeQL GlobalID.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[44/118] Compiling ZeeQL Key.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[45/118] Compiling ZeeQL KeyComparisonQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[46/118] Compiling ZeeQL KeyValueQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[47/118] Compiling ZeeQL ModelFetchSpecification.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[48/118] Compiling ZeeQL SQLExpressionFactory.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[49/118] Compiling ZeeQL SQLForeignKey.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[50/118] Compiling ZeeQL SQLTableGroups.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[51/118] Compiling ZeeQL SchemaGeneration.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[52/118] Compiling ZeeQL SchemaSynchronization.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[53/118] Compiling ZeeQL SchemaSynchronizationFactory.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[54/118] Compiling ZeeQL TypedDatabaseChannel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[55/118] Compiling ZeeQL TypedFetchSpecification.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[56/118] Compiling ZeeQL ZeeQLTypes.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[57/118] Compiling ZeeQL ArrayDataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[58/118] Compiling ZeeQL BooleanQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[59/118] Compiling ZeeQL ComparisonOperation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[60/118] Compiling ZeeQL CompoundQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[61/118] Compiling ZeeQL NotQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[62/118] Compiling ZeeQL ObjectStore.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[63/118] Compiling ZeeQL ObjectTrackingContext.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[64/118] Compiling ZeeQL Qualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[65/118] Compiling ZeeQL QualifierEvaluation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[66/118] Compiling ZeeQL QualifierParser.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[67/118] Compiling ZeeQL QualifierVariable.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[68/118] Compiling ZeeQL SQLQualifier.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[69/118] Compiling ZeeQL SortOrdering.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[70/118] Compiling ZeeQL StoreKeyValueCoding.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[71/118] Compiling ZeeQL AnyOptional.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[72/118] Compiling ZeeQL Dictionary+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/118] Emitting module Freddy
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONEncodable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A protocol to facilitate encoding and decoding of `JSON`.
[74/118] Compiling Freddy JSONLiteralConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONEncodable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A protocol to facilitate encoding and decoding of `JSON`.
[75/118] Compiling ZeeQL AccessDataSourceFinders.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONEncodable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A protocol to facilitate encoding and decoding of `JSON`.
[76/118] Compiling ZeeQL ActiveDataSource.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONEncodable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A protocol to facilitate encoding and decoding of `JSON`.
[77/118] Compiling ZeeQL AccessDataSource.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONEncodable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A protocol to facilitate encoding and decoding of `JSON`.
[78/118] Compiling ZeeQL AccessDataSourceError.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONEncodable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A protocol to facilitate encoding and decoding of `JSON`.
[79/118] Compiling Freddy JSONOptional.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONEncodable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A protocol to facilitate encoding and decoding of `JSON`.
[80/118] Compiling ZeeQL EquatableType.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[81/118] Compiling ZeeQL KeyValueStringFormatter.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[82/118] Compiling ZeeQL Logger.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[83/118] Compiling ZeeQL Pluralize.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[84/118] Compiling ZeeQL SimpleKVC.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[85/118] Compiling ZeeQL SmartDescription.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[86/118] Compiling ZeeQL TimeRange.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[87/118] Compiling ZeeQL SQLite3Adaptor.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[88/118] Compiling ZeeQL SQLite3AdaptorChannel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[89/118] Compiling ZeeQL SQLite3Expression.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[90/118] Compiling ZeeQL SQLite3ModelFetch.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[91/118] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[92/118] Compiling Freddy JSONSubscripting.swift
/host/spi-builder-workspace/.build/checkouts/Freddy/Sources/Freddy/JSONEncodable.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A protocol to facilitate encoding and decoding of `JSON`.
[93/118] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[94/118] Compiling ZeeQL AdaptorQueryType.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[95/118] Compiling ZeeQL AdaptorRecord.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[96/118] Compiling ZeeQL AdaptorRecordSchema.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[97/118] Compiling ZeeQL Attribute.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[98/118] Compiling ZeeQL AttributeKey.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[99/118] Compiling ZeeQL AttributeValue.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[100/118] Compiling ZeeQL AdaptorRecordDecoder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[101/118] Compiling ZeeQL CodableEntity.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[102/118] Compiling ZeeQL CodableModel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[103/118] Compiling ZeeQL CodableModelDecoder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[104/118] Compiling ZeeQL CodableModelEntityDecoder.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[105/118] Compiling ZeeQL CodableModelPostProcessor.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[110/118] Compiling ZeeQL ActiveRecord.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[111/118] Compiling ZeeQL ActiveRecordType.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[112/118] Compiling ZeeQL Adaptor.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[113/118] Compiling ZeeQL AdaptorChannel.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[114/118] Compiling ZeeQL AdaptorChannelPool.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[115/118] Compiling ZeeQL AdaptorDataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[116/118] Compiling ZeeQL AdaptorError.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[117/118] Compiling ZeeQL AdaptorModelFetch.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
[118/118] Compiling ZeeQL AdaptorOperation.swift
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:9:15: error: no such module 'Foundation'
7 | //
8 |
9 | import struct Foundation.URL
| `- error: no such module 'Foundation'
10 |
11 | /**
BUILD FAILURE 6.2 wasm