Build Information
Failed to build SmokeAWSGenerate, reference main (bbb08b), with Swift 6.2 for Wasm on 20 Jun 2025 11:14:58 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amzn/smoke-aws-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/smoke-aws-generate
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-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-argument-parser
Fetching https://github.com/amzn/service-model-swift-code-generate.git
Fetching https://github.com/amzn/openapi-swift-code-generate.git
[1/110] Fetching openapi-swift-code-generate
Fetched https://github.com/amzn/openapi-swift-code-generate.git from cache (0.24s)
[1/1549] Fetching service-model-swift-code-generate
Fetched https://github.com/amzn/service-model-swift-code-generate.git from cache (0.33s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.86s)
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.28s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/knovichikhin/SwaggerParser.git
[1/477] Fetching swaggerparser
Fetched https://github.com/knovichikhin/SwaggerParser.git from cache (0.24s)
[1/10859] Fetching yams
[6300/100604] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (6.46s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (6.55s)
Computing version for https://github.com/knovichikhin/SwaggerParser.git
Computed https://github.com/knovichikhin/SwaggerParser.git at 0.6.4 (10.54s)
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.74s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.84s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.77s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.2 (0.83s)
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/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/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.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
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
/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
[15/92] Compiling api.c
[16/92] Write swift-version-24593BA9C3E375BF.txt
[17/92] Write sources
[19/92] Compiling reader.c
[20/92] Compiling parser.c
[21/92] Compiling api.c
[22/92] Write sources
[28/135] Compiling emitter.c
[29/135] Write sources
[33/135] Compiling emitter.c
[33/135] Write sources
[37/254] Compiling scanner.c
[37/254] Write sources
[39/254] Compiling writer.c
[41/254] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/269] 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 {
[43/274] 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 | /**
[44/274] 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 | /**
[45/274] 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 | /**
[46/274] 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 | /**
[47/278] 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 | /**
[48/278] 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 | /**
[49/278] 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 | /**
[50/278] 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 | /**
[51/278] Compiling OpenAPIKitCore Discriminator.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/278] Compiling OpenAPIKitCore HttpMethod.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/278] Compiling OpenAPIKitCore JSONSchemaPermissions.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/278] Compiling OpenAPIKitCore JSONTypeFormat.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/278] 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 | /**
[56/278] 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 | /**
[57/278] Compiling OpenAPIKitCore StringConvertibleHintProvider.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/278] Compiling OpenAPIKitCore Shared.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/278] Compiling OpenAPIKitCore CallbackURL.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 | /**
[60/278] Compiling OpenAPIKitCore ComponentKey.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/278] 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 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/278] 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 | /**
[63/278] 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 | /**
[64/278] 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 | /**
[65/278] 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 | /**
[66/278] 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 | /**
[67/278] 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 | /**
[68/278] 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 | /**
[69/278] Compiling OpenAPIKitCore OrderedDictionary.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 | /**
[70/278] 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 | /**
[71/278] 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 | /**
[72/278] 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 | /**
[73/278] 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 | /**
[74/278] 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 | /**
[75/278] 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 | /**
/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 {
[82/278] 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 {
[83/278] 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 {
[84/278] 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 {
[85/278] 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 {
[86/278] Compiling Yams Mark.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/278] 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 {
/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 {
[103/278] 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 {
[104/278] 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 {
[105/278] 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 {
/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/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/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 | /**
[117/278] 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 {
[118/278] Compiling SwaggerParser SchemaType.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/278] Compiling SwaggerParser SecuritySchema.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/278] Compiling SwaggerParser StringFormat.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/278] Compiling SwaggerParser StringItem.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 {
[122/278] 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 {
[123/278] 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 {
[124/278] 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 {
[125/278] 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 {
[126/278] 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 {
/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 | /**
BUILD FAILURE 6.2 wasm