Build Information
Failed to build Ngrokit, reference main (fd42d9
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 00:45:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/brightdigit/Ngrokit.git
Reference: main
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/brightdigit/Ngrokit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fd42d99 v1.0.0 (#1)
Cloned https://github.com/brightdigit/Ngrokit.git
Revision (git rev-parse @):
fd42d995dd046914333e4b034eeaff7fbd5efcbf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/Ngrokit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/brightdigit/Ngrokit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/apple/swift-openapi-runtime
[1/5679] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.58s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (1.45s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.42s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.22s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/14] Compiling HTTPTypes ISOLatin1String.swift
[8/14] Compiling HTTPTypes HTTPFieldName.swift
[9/15] Compiling HTTPTypes HTTPParsedFields.swift
[10/15] Compiling HTTPTypes HTTPField.swift
[11/15] Emitting module HTTPTypes
[12/15] Compiling HTTPTypes HTTPResponse.swift
[13/15] Compiling HTTPTypes HTTPRequest.swift
[14/15] Compiling HTTPTypes NIOLock.swift
[15/15] Compiling HTTPTypes HTTPFields.swift
[17/77] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[18/77] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[19/77] Compiling OpenAPIRuntime MultipartInternalTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[20/77] Compiling OpenAPIRuntime MultipartPublicTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[21/77] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[22/77] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[23/77] Compiling OpenAPIRuntime MultipartValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[24/77] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[25/85] Compiling OpenAPIRuntime URICodeCodingKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[26/85] Compiling OpenAPIRuntime URICoderConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[27/85] Compiling OpenAPIRuntime URIEncodedNode.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[28/85] Compiling OpenAPIRuntime URIParsedTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[29/85] Compiling OpenAPIRuntime URIDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[30/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[31/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[32/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[33/85] Compiling OpenAPIRuntime FoundationExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[34/85] Compiling OpenAPIRuntime ParameterStyles.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[35/85] Compiling OpenAPIRuntime ServerVariable.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[36/85] Compiling OpenAPIRuntime URLExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[37/85] Compiling OpenAPIRuntime Deprecated.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[38/85] Compiling OpenAPIRuntime ClientError.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[39/85] Compiling OpenAPIRuntime CodingErrors.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[40/85] Compiling OpenAPIRuntime RuntimeError.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[41/85] Compiling OpenAPIRuntime ServerError.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[42/85] Compiling OpenAPIRuntime JSONLinesDecoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[43/85] Compiling OpenAPIRuntime JSONLinesEncoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[44/85] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[45/85] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[46/85] Compiling OpenAPIRuntime ServerSentEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[47/85] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[48/85] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[49/85] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[50/85] Compiling OpenAPIRuntime ClientTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[51/85] Compiling OpenAPIRuntime CurrencyTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[52/85] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[53/85] Compiling OpenAPIRuntime HTTPBody.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[54/85] Compiling OpenAPIRuntime ServerTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[55/85] Compiling OpenAPIRuntime UniversalClient.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[56/85] Compiling OpenAPIRuntime UniversalServer.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[57/85] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[58/85] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[59/85] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[60/85] Compiling OpenAPIRuntime CodableExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[61/85] Compiling OpenAPIRuntime Configuration.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[62/85] Compiling OpenAPIRuntime Converter+Client.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[63/85] Compiling OpenAPIRuntime Converter+Common.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[64/85] Compiling OpenAPIRuntime Converter+Server.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[65/85] Compiling OpenAPIRuntime Converter.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[66/85] Compiling OpenAPIRuntime CurrencyExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[67/85] Compiling OpenAPIRuntime ErrorExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[68/85] Compiling OpenAPIRuntime Acceptable.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[69/85] Compiling OpenAPIRuntime Base64EncodedData.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[70/85] Compiling OpenAPIRuntime ByteUtilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[71/85] Compiling OpenAPIRuntime ContentDisposition.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[72/85] Compiling OpenAPIRuntime CopyOnWriteBox.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[73/85] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[74/85] Compiling OpenAPIRuntime OpenAPIValue.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[75/85] Compiling OpenAPIRuntime PrettyStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[76/85] Compiling OpenAPIRuntime UndocumentedPayload.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/85] Emitting module OpenAPIRuntime
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[78/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[79/85] Compiling OpenAPIRuntime URIEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[80/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[81/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[82/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[83/85] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[84/85] Compiling OpenAPIRuntime URIParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
[85/85] Compiling OpenAPIRuntime URISerializer.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/Acceptable.swift:14:8: error: no such module 'Foundation'
12 | //
13 | //===----------------------------------------------------------------------===//
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// The protocol that all generated `AcceptableContentType` enums conform to.
BUILD FAILURE 6.2 wasm