The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftDocCPlugin, reference main (5f2e24), with Swift 6.2 for Wasm on 21 Jun 2025 00:26:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/themomax/swift-docc-plugin.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/themomax/swift-docc-plugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5f2e247 Rename snippet-build to snippet-extract (#33)
Cloned https://github.com/themomax/swift-docc-plugin.git
Revision (git rev-parse @):
5f2e247f5efef4ff8ee603443a9a29225ce9f0e2
SUCCESS checkout https://github.com/themomax/swift-docc-plugin.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/themomax/swift-docc-plugin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/apple/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.49s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at main (ebe89c7)
/host/spi-builder-workspace/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[1/1] Compiling plugin Swift-DocC Preview
/host/spi-builder-workspace/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/143] Compiling SymbolKit FunctionSignature.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[13/143] Compiling SymbolKit HTTP.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[14/143] Compiling SymbolKit Identifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[15/143] Compiling SymbolKit KindIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[16/143] Compiling SymbolKit Location.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[17/143] Compiling SymbolKit Mutability.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[18/143] Compiling SymbolKit Names.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
[21/150] Compiling SymbolKit Generics.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[22/150] Compiling SymbolKit Namespace.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[23/150] Compiling SymbolKit Symbol.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[24/150] Compiling SymbolKit SymbolKind.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[25/150] Compiling SymbolKit ValueConstraints.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[26/150] Compiling SymbolKit SymbolGraph+Overloads.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[27/150] Compiling SymbolKit SymbolGraph.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[28/150] Compiling SymbolKit AvailabilityItem.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[29/150] Compiling SymbolKit Domain.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[30/150] Compiling SymbolKit SPI.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[31/150] Compiling SymbolKit Snippet.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[32/150] Compiling SymbolKit Extension.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[33/150] Compiling SymbolKit GenericConstraint.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[34/150] Compiling SymbolKit GenericParameter.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[35/150] Compiling Snippets SnippetParser.swift
/host/spi-builder-workspace/Sources/Snippets/Model/Snippet.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// A Swift code snippet.
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/150] Emitting module Snippets
/host/spi-builder-workspace/Sources/Snippets/Model/Snippet.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// A Swift code snippet.
[39/150] Compiling Snippets Snippet.swift
/host/spi-builder-workspace/Sources/Snippets/Model/Snippet.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | /// A Swift code snippet.
[40/150] Compiling SwiftDocCPluginUtilities SnippetExtractor.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
[41/150] Compiling SwiftDocCPluginUtilities PluginFlag.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
[42/150] Compiling SymbolKit Module.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
[43/150] Compiling SymbolKit OperatingSystem.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
[44/150] Compiling SymbolKit Platform.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
[45/150] Compiling SymbolKit ReferenceLocation.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
[46/150] Emitting module SwiftDocCPlugin
[47/150] Compiling SwiftDocCPlugin EmptyFile.swift
[48/150] Compiling SymbolKit OverloadData.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[49/150] Compiling SymbolKit PlistDetails.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[50/150] Compiling SymbolKit SPI.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[51/150] Compiling SymbolKit Snippet.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[52/150] Compiling SymbolKit Extension.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[53/150] Compiling SymbolKit GenericConstraint.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[54/151] Compiling SymbolKit GenericParameter.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[55/151] Compiling SymbolKit SourceOrigin.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[56/151] Compiling SymbolKit GenericConstraints.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[57/151] Compiling SymbolKit Swift.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[58/151] Compiling SymbolKit SemanticVersion.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[59/151] Compiling SymbolKit AccessControl.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[60/151] Compiling SymbolKit AlternateDeclarations.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
[61/151] Compiling SymbolKit Availability.swift
/host/spi-builder-workspace/.build/checkouts/swift-docc-symbolkit/Sources/SymbolKit/Mixin/Mixin+Equals.swift:11:8: error: no such module 'Foundation'
 9 | */
10 |
11 | import Foundation
   |        `- error: no such module 'Foundation'
12 |
13 | // `Mixin` does not conform to `Equatable` right now primarily because
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/151] Emitting module SwiftDocCPluginUtilities
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
[64/151] Compiling SymbolKit Metadata.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/Arguments+outputPath.swift:9:8: error: no such module 'Foundation'
 7 | // See https://swift.org/CONTRIBUTORS.txt for Swift project authors
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Arguments {
BUILD FAILURE 6.2 wasm