Build Information
Failed to build SwiftDocCPlugin, reference main (d16915
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 10:17:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 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/swiftlang/swift-docc-plugin
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4606859-0":/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.78s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.81s)
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/126] 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
[14/136] 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
[15/136] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/138] 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
[17/138] Compiling SymbolKit Mixin+Equals.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
[18/138] Compiling SymbolKit Mixin+Hash.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
[19/138] Emitting module SwiftDocCPlugin
[20/138] Compiling SwiftDocCPlugin EmptyFile.swift
[21/138] 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
[22/138] 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
[23/139] 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)
[24/139] 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.
[25/139] 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/.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
/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/139] Compiling SymbolKit GraphCollector.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/139] Compiling SymbolKit UnifiedSymbol+Encodable.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/139] Compiling SymbolKit UnifiedSymbol.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/139] Compiling SymbolKit UnifiedSymbolGraph+Encodable.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
[36/139] Compiling SymbolKit UnifiedSymbolGraph.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
[37/139] 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
[38/139] 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
[39/139] 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
[40/139] 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
[41/139] Compiling SymbolKit Relationship.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
[42/139] Compiling SymbolKit RelationshipKind.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
/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
/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/139] 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
[50/139] 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
[51/139] Compiling SymbolKit DeclarationFragments.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/139] Compiling SymbolKit Fragment.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/139] 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
[54/139] 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
[55/139] 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/139] 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/139] 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
[58/139] 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
[59/139] 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/139] 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
[62/139] 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
[63/139] 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
[64/139] 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
[65/139] 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
[66/139] 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
[67/139] 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
[68/139] 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
[69/139] 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
[70/139] 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
[71/139] 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
[72/139] 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
[73/139] 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
[74/139] 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
[75/139] 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
[76/139] 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
[77/139] 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
/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
[80/139] Emitting module Snippets
BUILD FAILURE 6.2 wasm