Build Information
Failed to build soto-codegenerator, reference 7.8.1 (5f1771
), with Swift 6.2 (beta) for Wasm on 18 Aug 2025 18:30:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 7.8.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/soto-project/soto-codegenerator
* tag 7.8.1 -> FETCH_HEAD
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 7.8.1
========================================
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-4609320-0":/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-argument-parser.git
Fetching https://github.com/soto-project/soto-smithy.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/hummingbird-project/swift-mustache.git
[1/1845] Fetching soto-smithy
[1846/3675] Fetching soto-smithy, swift-mustache
[3567/7572] Fetching soto-smithy, swift-mustache, swift-log
Fetched https://github.com/soto-project/soto-smithy.git from cache (0.26s)
[3545/5727] Fetching swift-mustache, swift-log
[5728/21391] Fetching swift-mustache, swift-log, swift-argument-parser
Fetched https://github.com/hummingbird-project/swift-mustache.git from cache (0.87s)
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.87s)
Computing version for https://github.com/hummingbird-project/swift-mustache.git
Computed https://github.com/hummingbird-project/swift-mustache.git at 2.0.0 (3.41s)
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.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.41s)
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.47s)
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
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
[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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/162] 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
[22/167] Emitting module Logging
[23/167] Emitting module SotoSmithy
[24/172] 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
[25/172] 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
[26/174] Compiling Logging LogHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/174] 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
[28/174] Compiling SotoSmithy StreamingTraits.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
[29/174] Compiling SotoSmithy SuppressTrait.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
[30/174] Compiling SotoSmithy TypeRefinementTraits.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
[31/174] Compiling SotoSmithy WaitersTraits.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
[32/174] Compiling SotoSmithy XmlBindingTraits.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
[35/174] Compiling SotoSmithy AggregateShapes.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
[36/174] Compiling SotoSmithy ApplyShape.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
[37/174] Compiling SotoSmithy Document.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
[38/174] Emitting module Logging
/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
/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
[42/174] 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
[43/174] 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
[44/174] 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
[45/174] 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
[46/174] 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
[47/174] 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
[48/174] Compiling Mustache String.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
[49/174] Compiling Mustache Template+FileSystem.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
[50/174] 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
[51/174] 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
[52/174] 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
[53/174] 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
[54/174] 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
[55/174] 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
[56/174] 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
[57/174] 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
[63/174] 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
[64/174] 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
[65/174] 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
[66/174] 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
[67/174] 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
[68/174] 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
[69/174] 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
[70/174] 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
[71/174] 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
[72/174] 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
[73/174] 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/174] 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/174] 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/174] 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/174] 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/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
[84/174] Compiling Logging Locks.swift
[85/174] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.2 wasm