The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OpenAPISwiftCodeGenerate, reference main (2785b1), with Swift 6.2 for Wasm on 20 Jun 2025 09:13:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/amzn/openapi-swift-code-generate.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/amzn/openapi-swift-code-generate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2785b1d Update SwaggerParser repository location because original is 404
Cloned https://github.com/amzn/openapi-swift-code-generate.git
Revision (git rev-parse @):
2785b1dd472850c470b5cd3c9b727ce3dff4827d
SUCCESS checkout https://github.com/amzn/openapi-swift-code-generate.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/amzn/openapi-swift-code-generate.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/jpsim/Yams.git
Fetching https://github.com/amzn/service-model-swift-code-generate
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/knovichikhin/SwaggerParser.git
[1/477] Fetching swaggerparser
[478/2026] Fetching swaggerparser, service-model-swift-code-generate
[2027/12885] Fetching swaggerparser, service-model-swift-code-generate, yams
Fetched https://github.com/amzn/service-model-swift-code-generate from cache (0.35s)
[1129/11336] Fetching swaggerparser, yams
[6994/101081] Fetching swaggerparser, yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (1.59s)
[37239/90222] Fetching swaggerparser, openapikit
Fetched https://github.com/knovichikhin/SwaggerParser.git from cache (5.43s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (5.54s)
Computing version for https://github.com/knovichikhin/SwaggerParser.git
Computed https://github.com/knovichikhin/SwaggerParser.git at 0.6.4 (11.07s)
Computing version for https://github.com/amzn/service-model-swift-code-generate
Computed https://github.com/amzn/service-model-swift-code-generate at 3.1.1 (0.95s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.91s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.2 (0.82s)
Creating working copy for https://github.com/knovichikhin/SwaggerParser.git
Working copy of https://github.com/knovichikhin/SwaggerParser.git resolved at 0.6.4
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.5.2
Creating working copy for https://github.com/amzn/service-model-swift-code-generate
Working copy of https://github.com/amzn/service-model-swift-code-generate resolved at 3.1.1
Building for debugging...
[0/18] Write sources
[8/18] Compiling writer.c
[9/18] Compiling reader.c
[10/18] Write swift-version-24593BA9C3E375BF.txt
[11/18] Compiling api.c
[12/60] Compiling parser.c
[13/98] Compiling scanner.c
[14/98] Compiling emitter.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/113] Emitting module OpenAPIKitCore
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/117] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[18/118] Compiling Yams Mark.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[19/118] Compiling Yams Node.Mapping.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[20/118] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[21/118] Compiling OpenAPIKitCore URLTemplate.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[22/118] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[23/118] Compiling OpenAPIKitCore Optional+Zip.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[24/118] Compiling OpenAPIKitCore Result+Value.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[25/118] Compiling OpenAPIKitCore Validatable.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[26/118] Compiling SwaggerParser Pointer.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[27/118] Compiling SwaggerParser Reference.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[28/118] Compiling SwaggerParser ReferenceResolver.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[29/118] Compiling SwaggerParser Response.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[30/123] Compiling Yams Constructor.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[31/123] Compiling Yams Decoder.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[32/123] Compiling Yams Emitter.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[33/123] Compiling Yams Encoder.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[36/123] Compiling OpenAPIKitCore OpenAPIReference.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[37/123] Compiling OpenAPIKitCore OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[38/123] Compiling OpenAPIKitCore Discriminator.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[39/123] Compiling OpenAPIKitCore HttpMethod.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[40/123] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[41/123] Compiling OpenAPIKitCore JSONTypeFormat.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[42/123] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[43/123] Compiling Yams Resolver.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[44/123] Compiling Yams String+Yams.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[45/123] Compiling Yams Tag.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/123] Emitting module ServiceModelEntities
/host/spi-builder-workspace/.build/checkouts/service-model-swift-code-generate/Sources/ServiceModelEntities/ModelEntities.swift:18:8: error: no such module 'Foundation'
 16 | //
 17 |
 18 | import Foundation
    |        `- error: no such module 'Foundation'
 19 |
 20 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[60/123] Compiling OpenAPIKitCore OAuthFlows.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[61/123] Compiling OpenAPIKitCore ParameterContextLocation.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[62/123] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[63/123] Compiling OpenAPIKitCore Path.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[64/123] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
/host/spi-builder-workspace/.build/checkouts/service-model-swift-code-generate/Sources/ServiceModelEntities/ModelEntities.swift:18:8: error: no such module 'Foundation'
 16 | //
 17 |
 18 | import Foundation
    |        `- error: no such module 'Foundation'
 19 |
 20 | /**
[65/123] Compiling ServiceModelEntities ModelOverride.swift
/host/spi-builder-workspace/.build/checkouts/service-model-swift-code-generate/Sources/ServiceModelEntities/ModelEntities.swift:18:8: error: no such module 'Foundation'
 16 | //
 17 |
 18 | import Foundation
    |        `- error: no such module 'Foundation'
 19 |
 20 | /**
[66/123] Compiling ServiceModelEntities ServiceModel.swift
/host/spi-builder-workspace/.build/checkouts/service-model-swift-code-generate/Sources/ServiceModelEntities/ModelEntities.swift:18:8: error: no such module 'Foundation'
 16 | //
 17 |
 18 | import Foundation
    |        `- error: no such module 'Foundation'
 19 |
 20 | /**
[67/123] Compiling ServiceModelEntities ModelEntities.swift
/host/spi-builder-workspace/.build/checkouts/service-model-swift-code-generate/Sources/ServiceModelEntities/ModelEntities.swift:18:8: error: no such module 'Foundation'
 16 | //
 17 |
 18 | import Foundation
    |        `- error: no such module 'Foundation'
 19 |
 20 | /**
[68/123] Compiling ServiceModelEntities String+nameConversions.swift
/host/spi-builder-workspace/.build/checkouts/service-model-swift-code-generate/Sources/ServiceModelEntities/ModelEntities.swift:18:8: error: no such module 'Foundation'
 16 | //
 17 |
 18 | import Foundation
    |        `- error: no such module 'Foundation'
 19 |
 20 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[73/123] Compiling OpenAPIKitCore ContentType.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[74/123] Compiling Yams Node.Scalar.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[75/123] Compiling Yams Node.Sequence.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[76/123] Compiling Yams Node.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
[77/123] Compiling Yams Parser.swift
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[80/123] Emitting module SwaggerParser
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[86/123] Compiling OpenAPIKitCore OpenAPIError.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[87/123] Compiling OpenAPIKitCore OpenAPIWarning.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[88/123] Compiling OpenAPIKitCore RequestDecodingError.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[91/123] Compiling Yams YamlError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[92/123] Compiling OpenAPIKitCore ResponseStatusCode.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
[93/123] Compiling OpenAPIKitCore SecurityScheme.swift
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:23:8: error: no such module 'Foundation'
 21 | */
 22 |
 23 | import Foundation
    |        `- error: no such module 'Foundation'
 24 |
 25 | /**
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/SwaggerParser/Sources/Contact.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Contact {
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
BUILD FAILURE 6.2 wasm