The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SmokeAWSGenerate, reference 3.2.1 (bbb08b), with Swift 6.2 for Wasm on 20 Jun 2025 11:14:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/smoke-aws-generate.git
Reference: 3.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/amzn/smoke-aws-generate
 * tag               3.2.1      -> FETCH_HEAD
HEAD is now at bbb08b2 Update SwaggerParser repository location because original is 404
Cloned https://github.com/amzn/smoke-aws-generate.git
Revision (git rev-parse @):
bbb08b2d148372cf16b003a56d1f99d522dd70ea
SUCCESS checkout https://github.com/amzn/smoke-aws-generate.git at 3.2.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/amzn/smoke-aws-generate.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/amzn/openapi-swift-code-generate.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/amzn/service-model-swift-code-generate.git
[1/1549] Fetching service-model-swift-code-generate
[1550/1659] Fetching service-model-swift-code-generate, openapi-swift-code-generate
Fetched https://github.com/amzn/openapi-swift-code-generate.git from cache (0.30s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/amzn/service-model-swift-code-generate.git from cache (0.89s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.90s)
Computing version for https://github.com/amzn/openapi-swift-code-generate.git
Computed https://github.com/amzn/openapi-swift-code-generate.git at 1.0.3 (1.33s)
Fetching https://github.com/knovichikhin/SwaggerParser.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/jpsim/Yams.git
[1/477] Fetching swaggerparser
[478/11336] Fetching swaggerparser, yams
[6994/101081] Fetching swaggerparser, yams, openapikit
Fetched https://github.com/knovichikhin/SwaggerParser.git from cache (1.76s)
[68296/100604] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (1.80s)
[60130/89745] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (4.18s)
Computing version for https://github.com/knovichikhin/SwaggerParser.git
Computed https://github.com/knovichikhin/SwaggerParser.git at 0.6.4 (7.08s)
Computing version for https://github.com/amzn/service-model-swift-code-generate.git
Computed https://github.com/amzn/service-model-swift-code-generate.git at 3.1.1 (0.48s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.43s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.40s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.2 (1.89s)
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/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/openapi-swift-code-generate.git
Working copy of https://github.com/amzn/openapi-swift-code-generate.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/amzn/service-model-swift-code-generate.git
Working copy of https://github.com/amzn/service-model-swift-code-generate.git resolved at 3.1.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
/host/spi-builder-workspace/Plugins/APIGatewaySwiftGenerateClient/plugin.swift:9:10: warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target.Type'
  7 |     case unknownModelPackageDependency(packageName: String)
  8 |     case unknownModelTargetDependency(packageName: String, targetName: String)
  9 |     case sourceModuleTargetRequired(packageName: String, targetName: String, type: Target.Type)
    |          `- warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target.Type'
 10 |     case unknownModelFilePath(packageName: String, targetName: String, fileName: String)
 11 |     case missingConfigFile(expectedPath: String)
/host/spi-builder-workspace/Plugins/APIGatewaySwiftGenerateClient/plugin.swift:9:10: warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target.Type'
  7 |     case unknownModelPackageDependency(packageName: String)
  8 |     case unknownModelTargetDependency(packageName: String, targetName: String)
  9 |     case sourceModuleTargetRequired(packageName: String, targetName: String, type: Target.Type)
    |          `- warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target.Type'
 10 |     case unknownModelFilePath(packageName: String, targetName: String, fileName: String)
 11 |     case missingConfigFile(expectedPath: String)
[1/1] Compiling plugin APIGatewaySwiftGenerateClient
/host/spi-builder-workspace/Plugins/APIGatewaySwiftGenerateModel/plugin.swift:9:10: warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target.Type'
  7 |     case unknownModelPackageDependency(packageName: String)
  8 |     case unknownModelTargetDependency(packageName: String, targetName: String)
  9 |     case sourceModuleTargetRequired(packageName: String, targetName: String, type: Target.Type)
    |          `- warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target.Type'
 10 |     case unknownModelFilePath(packageName: String, targetName: String, fileName: String)
 11 |     case missingConfigFile(expectedPath: String)
/host/spi-builder-workspace/Plugins/APIGatewaySwiftGenerateModel/plugin.swift:9:10: warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target.Type'
  7 |     case unknownModelPackageDependency(packageName: String)
  8 |     case unknownModelTargetDependency(packageName: String, targetName: String)
  9 |     case sourceModuleTargetRequired(packageName: String, targetName: String, type: Target.Type)
    |          `- warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target.Type'
 10 |     case unknownModelFilePath(packageName: String, targetName: String, fileName: String)
 11 |     case missingConfigFile(expectedPath: String)
[2/2] Compiling plugin APIGatewaySwiftGenerateModel
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/92] Write sources
[14/92] Compiling writer.c
[14/92] Write sources
[31/92] Compiling parser.c
[32/92] Compiling reader.c
[33/92] Write swift-version-24593BA9C3E375BF.txt
[34/92] Compiling emitter.c
[35/92] Compiling api.c
[36/92] Compiling writer.c
[37/92] Compiling reader.c
[38/92] Compiling api.c
[39/134] Compiling parser.c
[40/185] Compiling scanner.c
[43/269] Emitting module OpenAPIKitCore
[44/273] 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 | /**
[45/273] Compiling Yams Representer.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 | /**
[46/273] Compiling Yams Resolver.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 | /**
[47/273] Compiling Yams String+Yams.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 | /**
[48/273] Compiling Yams Tag.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 | /**
[49/273] Compiling OpenAPIKitCore OpenAPIDecodingErrors.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 | /**
[50/273] Compiling Yams Node.Mapping.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 | /**
[51/273] Compiling Yams Node.Scalar.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 | /**
[52/273] Compiling Yams Node.Sequence.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 | /**
[53/273] Compiling Yams Node.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 | /**
[54/273] Compiling Yams Parser.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 | /**
[55/277] Compiling Yams Constructor.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 | /**
[56/277] Compiling Yams Decoder.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 | /**
[57/277] Compiling Yams Emitter.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 | /**
[58/277] Compiling Yams Encoder.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 | /**
[59/277] Compiling Yams Mark.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 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/277] 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 | /**
/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 {
[67/277] Compiling OpenAPIKitCore OAuthFlows.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 {
[68/277] Compiling OpenAPIKitCore ParameterContextLocation.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 {
[69/277] Compiling OpenAPIKitCore ParameterSchemaContextStyle.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 {
[70/277] Compiling OpenAPIKitCore Path.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 {
[71/277] Compiling OpenAPIKitCore ResponseStatusCode.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/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/282] 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 | /**
[74/282] Compiling OpenAPIKitCore URLTemplate+Parsing.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 | /**
[75/282] Compiling OpenAPIKitCore URLTemplate.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/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 {
[83/282] 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 {
[84/282] 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 {
[85/282] 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 {
[86/282] 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 {
[87/282] Compiling OpenAPIKitCore StringConvertibleHintProvider.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 {
[88/282] Compiling OpenAPIKitCore Shared.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 {
[89/282] Compiling OpenAPIKitCore CallbackURL.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 {
[90/282] Compiling OpenAPIKitCore ComponentKey.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 {
[91/282] Compiling OpenAPIKitCore ContentType.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[92/282] 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/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 {
[99/282] 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 | /**
/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 | /**
[109/282] 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 {
[110/282] 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 {
[111/282] 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 {
[112/282] 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 {
[113/282] 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 {
[114/282] 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 | /**
/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 {
[118/282] 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 {
[119/282] 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 {
[120/282] 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 {
[121/282] 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 | /**
[122/282] 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 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[123/282] 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 | /**
[128/282] Compiling SwaggerParser StringMetadata.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 {
[129/282] Compiling SwaggerParser Structure.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 {
[130/282] Compiling SwaggerParser Swagger.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 {
[131/282] Compiling SwaggerParser Tag.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 {
[132/282] Compiling SwaggerParser Version.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 {
[133/282] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.2 wasm