Build Information
Failed to build OpenAPIDiff, reference main (e9eed4
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 14:04:40 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/mattpolzin/OpenAPIDiff.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/mattpolzin/OpenAPIDiff
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e9eed42 Merge pull request #9 from mattpolzin/update-deps
Cloned https://github.com/mattpolzin/OpenAPIDiff.git
Revision (git rev-parse @):
e9eed4234895a859e9a3c61086d4bf9117ea1505
SUCCESS checkout https://github.com/mattpolzin/OpenAPIDiff.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mattpolzin/OpenAPIDiff.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/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
[1/10936] Fetching yams
[548/26316] Fetching yams, swift-argument-parser
[3423/116061] Fetching yams, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.99s)
[30858/100681] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (3.01s)
[47565/89745] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (7.59s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.2 (8.38s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.78s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 4.0.0-rc.4 (0.82s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.2
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.5.1
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 4.0.0-rc.4
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/28] Write sources
[10/28] Compiling writer.c
[11/28] Compiling reader.c
[12/28] Write swift-version-24593BA9C3E375BF.txt
[13/30] Compiling parser.c
[14/30] Compiling api.c
[15/63] Compiling emitter.c
[16/63] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/81] 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 | /**
[19/87] Compiling Yams Mark.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[20/87] Compiling Yams Node.Alias.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[21/87] Compiling Yams Node.Mapping.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[22/89] 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 | /**
[23/89] 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 | /**
[24/89] 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 | /**
[25/89] 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 | /**
[26/89] Compiling Yams Resolver.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[27/89] Compiling Yams String+Yams.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[28/89] Compiling Yams Tag.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[29/89] Compiling Yams YamlAnchorProviding.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[30/89] 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 | /**
[31/89] 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 | /**
[32/89] 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 | /**
[33/89] 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 | /**
[34/89] Compiling Yams AliasDereferencingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[35/89] Compiling Yams Anchor.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[36/89] Compiling Yams Constructor.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[37/89] Compiling OpenAPIKitCore Container+DecodeURLAsString.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 | /**
[38/89] Compiling OpenAPIKitCore Optional+Zip.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 | /**
[39/89] Compiling OpenAPIKitCore Result+Value.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 | /**
[40/89] Compiling OpenAPIKitCore Validatable.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 | /**
[44/89] 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 | /**
[45/89] 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 | /**
[46/89] 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 | /**
/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 | /**
[50/89] 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 | /**
[51/89] 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 | /**
[52/89] 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 | /**
[53/89] 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 | /**
[54/89] Compiling Yams RedundancyAliasingStrategy.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/89] 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 | /**
[56/89] Compiling Yams YamlError.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/89] Compiling Yams YamlTagProviding.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/89] 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 | /**
[59/89] 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 | /**
[60/89] 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 | /**
/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/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
error: emit-module command failed with exit code 1 (use -v to see invocation)
[71/89] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
6 | // Copyright (c) 2024 Yams. All rights reserved.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[75/89] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.2 wasm