The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftDocCPlugin, reference main (d8c85d), with Swift 6.2 for Wasm on 24 Jun 2025 11:07:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/ry-sun/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/ry-sun/swift-docc-plugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d8c85d9 feat: add multi targets documentation generation supporting
Cloned https://github.com/ry-sun/swift-docc-plugin.git
Revision (git rev-parse @):
d8c85d959b9c5f755e835e44302fde5d214bec42
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ry-sun/swift-docc-plugin.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ry-sun/swift-docc-plugin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.89s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
/host/spi-builder-workspace/Plugins/Swift-DocC MultiTargets/SwiftDocCMultiTargets.swift:19:13: warning: initialization of immutable value 'doccExecutableURL' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 17 | @main struct SwiftDocCMultiTargets: CommandPlugin {
 18 |     func performCommand(context: PluginContext, arguments: [String]) throws {
 19 |         let doccExecutableURL = try context.doccExecutable
    |             `- warning: initialization of immutable value 'doccExecutableURL' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 20 |
 21 |         var argumentExtractor = ArgumentExtractor(arguments)
/host/spi-builder-workspace/Plugins/Swift-DocC MultiTargets/SwiftDocCMultiTargets.swift:136:22: warning: variable 'language' was never mutated; consider changing the pattern to 'case (..., let language, ...)'
134 |             let targetIndex = try readJsonFile(url: cacheDirectory.appending(path: target).appending(path: "index").appending(path: "index.json"))
135 |             let targetInterfaceLanguages = targetIndex["interfaceLanguages"] as! [String: [Any]]
136 |             for var (language, value) in targetInterfaceLanguages {
    |                      `- warning: variable 'language' was never mutated; consider changing the pattern to 'case (..., let language, ...)'
137 |                 for var (i, subValue) in value.enumerated() {
138 |                     if
/host/spi-builder-workspace/Plugins/Swift-DocC MultiTargets/SwiftDocCMultiTargets.swift:137:26: warning: variable 'i' was never mutated; consider changing the pattern to 'case (..., let i, ...)'
135 |             let targetInterfaceLanguages = targetIndex["interfaceLanguages"] as! [String: [Any]]
136 |             for var (language, value) in targetInterfaceLanguages {
137 |                 for var (i, subValue) in value.enumerated() {
    |                          `- warning: variable 'i' was never mutated; consider changing the pattern to 'case (..., let i, ...)'
138 |                     if
139 |                         var subValue = subValue as? [String: Any],
/host/spi-builder-workspace/Plugins/Swift-DocC MultiTargets/SwiftDocCMultiTargets.swift:137:29: warning: variable 'subValue' was never mutated; consider changing the pattern to 'case (..., let subValue, ...)'
135 |             let targetInterfaceLanguages = targetIndex["interfaceLanguages"] as! [String: [Any]]
136 |             for var (language, value) in targetInterfaceLanguages {
137 |                 for var (i, subValue) in value.enumerated() {
    |                             `- warning: variable 'subValue' was never mutated; consider changing the pattern to 'case (..., let subValue, ...)'
138 |                     if
139 |                         var subValue = subValue as? [String: Any],
[1/1] Compiling plugin Swift-DocC MultiTargets
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/22] Write sources
[11/22] Write swift-version-24593BA9C3E375BF.txt
[13/118] Emitting module SwiftDocCPlugin
[14/128] 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
[15/128] 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
[16/128] 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
[17/128] 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
[18/128] 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
[19/128] 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
[20/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
[21/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
[22/133] Compiling SymbolKit Mixin.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 SymbolKit LineList.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 SymbolKit Position.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 SourceRange.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 SwiftDocCPlugin EmptyFile.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 {
[30/134] Compiling SwiftDocCPluginUtilities ExtendedTypesFlag.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/134] Compiling SwiftDocCPluginUtilities PluginFlag+Equatable.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/134] Compiling SwiftDocCPluginUtilities PluginFlag.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/134] 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
[34/134] 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
[35/134] 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
[36/136] 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
[37/136] 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
[38/136] 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
[39/136] 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
[40/136] 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
[41/136] 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)
[42/136] 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 {
/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 {
[47/136] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/136] 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
/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/136] Compiling SymbolKit Module.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/136] Compiling SymbolKit OperatingSystem.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/136] 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.
[53/136] Compiling SymbolKit Platform.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/136] 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
[55/136] Compiling SwiftDocCPluginUtilities DisableIndexFlag.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)
[56/136] 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.
[57/136] 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.
[58/136] 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
[59/136] 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
[60/136] 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
[61/136] 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
[62/136] 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
[63/136] 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
[64/136] 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
[65/136] 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
[66/136] 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
[67/136] 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
BUILD FAILURE 6.2 wasm