The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftDocCPlugin, reference 1.4.4 (d16915), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 10:17:19 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/swiftlang/swift-docc-plugin.git
Reference: 1.4.4
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/swiftlang/swift-docc-plugin
 * tag               1.4.4      -> FETCH_HEAD
HEAD is now at d169154 Fix warnings in Swift 6.2 about non-sendable types in isolated closures (#107)
Cloned https://github.com/swiftlang/swift-docc-plugin.git
Revision (git rev-parse @):
d1691545d53581400b1de9b0472d45eb25c19fed
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftlang/swift-docc-plugin.git at 1.4.4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swiftlang/swift-docc-plugin.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/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.58s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.43s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/126] Compiling SymbolKit Position.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
[13/126] Compiling SymbolKit SourceRange.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
[14/128] 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
[15/128] 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
[16/128] 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
[17/128] 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
[18/128] 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
[19/132] Compiling SymbolKit Mixin.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
[20/132] Compiling SymbolKit LineList.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
[21/133] 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
[22/133] 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
[23/133] Compiling SwiftDocCPluginUtilities PluginAction.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/133] Compiling SwiftDocCPluginUtilities SnippetExtractor.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/133] Compiling SymbolKit FragmentKind.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/133] Compiling SymbolKit FunctionParameter.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/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/133] Emitting module SymbolKit
/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/133] Compiling SymbolKit OperatingSystem.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
[31/133] Compiling SymbolKit Platform.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
[32/133] Compiling SymbolKit Metadata.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
[33/133] Compiling SymbolKit Module.swift
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
[34/133] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/133] 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.
/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/.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/.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/.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
[40/133] Compiling SymbolKit Relationship.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
[41/133] Compiling SymbolKit RelationshipKind.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
[42/133] Compiling SymbolKit Mixin+Equals.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
[43/133] Compiling SymbolKit Mixin+Hash.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/.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/.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/.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/.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
[48/133] 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
[49/133] 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
[50/133] 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
[51/133] 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
[52/133] 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
[53/133] 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
[54/133] 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
[55/133] 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
[56/133] 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
[57/133] 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
[58/133] 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
[59/133] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/133] Emitting module SwiftDocCPluginUtilities
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
[63/133] Compiling SwiftDocCPlugin EmptyFile.swift
[64/133] 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/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
/host/spi-builder-workspace/Sources/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.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 target that can have a documentation task in the build graph
[67/133] Emitting module SwiftDocCPlugin
[68/134] Emitting module Snippets
BUILD FAILURE 6.2 wasm