Build Information
Failed to build soto-codegenerator, reference main (5f1771
), with Swift 6.2 (beta) for Wasm on 18 Aug 2025 18:32:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-codegenerator.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/soto-project/soto-codegenerator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5f1771f Enum cases that are unit should have no associated value (#93)
Cloned https://github.com/soto-project/soto-codegenerator.git
Revision (git rev-parse @):
5f1771ff35cd87edc71ebafe7ddfcf6fff794471
SUCCESS checkout https://github.com/soto-project/soto-codegenerator.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/soto-project/soto-codegenerator.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/soto-project/soto-smithy.git
Fetching https://github.com/hummingbird-project/swift-mustache.git
[1/1845] Fetching soto-smithy
[1884/5742] Fetching soto-smithy, swift-log
[2119/7572] Fetching soto-smithy, swift-log, swift-mustache
[7573/23236] Fetching soto-smithy, swift-log, swift-mustache, swift-argument-parser
Fetched https://github.com/soto-project/soto-smithy.git from cache (1.36s)
Fetched https://github.com/hummingbird-project/swift-mustache.git from cache (1.38s)
Fetched https://github.com/apple/swift-log.git from cache (1.72s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.72s)
Computing version for https://github.com/hummingbird-project/swift-mustache.git
Computed https://github.com/hummingbird-project/swift-mustache.git at 2.0.0 (7.30s)
Computing version for https://github.com/soto-project/soto-smithy.git
Computed https://github.com/soto-project/soto-smithy.git at 0.4.8 (0.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.85s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.84s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/soto-project/soto-smithy.git
Working copy of https://github.com/soto-project/soto-smithy.git resolved at 0.4.8
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/hummingbird-project/swift-mustache.git
Working copy of https://github.com/hummingbird-project/swift-mustache.git resolved at 2.0.0
[1/1] Compiling plugin SotoCodeGeneratorPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/40] Write sources
[19/40] Write swift-version-24593BA9C3E375BF.txt
[21/162] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/162] Emitting module Mustache
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[23/164] Compiling SotoSmithy Document.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[24/164] Compiling SotoSmithy Errors.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[25/164] Compiling SotoSmithy Model.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[26/164] Compiling SotoSmithy ShapeId.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[27/164] Compiling SotoSmithy Smithy.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[28/164] Compiling SotoSmithy Parser.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[29/164] Compiling SotoSmithy DecodableSelector.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[30/164] Compiling SotoSmithy LogicalSelectors.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[31/164] Compiling SotoSmithy Tokenizer.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[32/164] Compiling SotoSmithy BasicSelectors.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[33/164] Compiling SotoSmithy Smithy+Parse.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[34/164] Compiling SotoSmithy TokenParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[35/164] Compiling SotoSmithy Selector.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[36/164] Compiling SotoSmithy SelectorParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[37/164] Compiling Mustache Template+Parser.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[38/164] Compiling Mustache Template+Render.swift
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/164] Emitting module SotoSmithy
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[46/169] Compiling SotoSmithy SingleValueTrait.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[47/169] Compiling SotoSmithy StaticTrait.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[48/169] Compiling SotoSmithy Trait.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[49/169] Compiling SotoSmithy TraitList.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[50/169] Compiling SotoSmithy AuthenticationTraits.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[56/169] Emitting module Logging
[57/169] Compiling Mustache Template.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[58/169] Compiling Mustache Transform.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[59/169] Compiling SotoSmithy Shape.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[60/169] Compiling SotoSmithy SimpleShapes.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[61/169] Compiling SotoSmithy CustomTrait.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[67/169] Compiling SotoSmithy HttpProtocolComplianceTraits.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[68/169] Compiling SotoSmithy MqttProtocolBindingTraits.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[69/169] Compiling SotoSmithy ProtocolTraits.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[70/169] Compiling SotoSmithy ResourceTraits.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[71/169] Compiling SotoSmithy RulesTraits.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[72/169] Compiling Logging Locks.swift
[73/169] Compiling SotoSmithy BehaviourTraits.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[74/169] Compiling SotoSmithy ConstraintTraits.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[75/169] Compiling SotoSmithy DocumentationTraits.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[76/169] Compiling SotoSmithy EndpointTraits.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
[77/169] Compiling SotoSmithy HttpProtocolBindingTraits.swift
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/Smithy.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Management for SotoSmithy. Decode Smithy models with this and register new Trait types
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
/host/spi-builder-workspace/.build/checkouts/swift-mustache/Sources/Mustache/CustomRenderable.swift:15:8: error: no such module 'Foundation'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | /// Allow object to override standard hummingbird type rendering which uses
[80/169] Emitting module ArgumentParserToolInfo
[81/169] Emitting module Mustache
BUILD FAILURE 6.2 wasm