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 SwiftFormatterPlugin, reference main (53d24a), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 14:50:20 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/elegantchaos/SwiftFormatterPlugin.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/elegantchaos/SwiftFormatterPlugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 53d24a9 Added basic docs
Cloned https://github.com/elegantchaos/SwiftFormatterPlugin.git
Revision (git rev-parse @):
53d24a9c47d53f9c67c630e7e23fb50b8b442dd2
SUCCESS checkout https://github.com/elegantchaos/SwiftFormatterPlugin.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elegantchaos/SwiftFormatterPlugin.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/nicklockwood/SwiftFormat
[1/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (38.91s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (39.75s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
[1/1] Compiling plugin SwiftFormatterPlugin
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/267] Compiling SwiftFormat RedundantBackticks.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[9/267] Compiling SwiftFormat RedundantBreak.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[10/267] Compiling SwiftFormat RedundantClosure.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[11/267] Compiling SwiftFormat RedundantEquatable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[12/267] Compiling SwiftFormat RedundantExtensionACL.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[13/267] Compiling SwiftFormat RedundantFileprivate.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[14/267] Compiling SwiftFormat RedundantGet.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[15/267] Compiling SwiftFormat RedundantInit.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[16/267] Compiling SwiftFormat RedundantInternal.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[17/267] Compiling SwiftFormat RedundantLet.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[18/267] Compiling SwiftFormat RedundantLetError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[19/267] Compiling SwiftFormat RedundantNilInit.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[20/267] Compiling SwiftFormat RedundantObjc.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[21/267] Compiling SwiftFormat RedundantOptionalBinding.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[22/267] Compiling SwiftFormat RedundantParens.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[23/267] Compiling SwiftFormat RedundantPattern.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[24/267] Compiling SwiftFormat RedundantProperty.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[25/267] Compiling SwiftFormat RedundantRawValues.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[26/267] Compiling SwiftFormat SpaceAroundParens.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[27/267] Compiling SwiftFormat SpaceInsideBraces.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[28/267] Compiling SwiftFormat SpaceInsideBrackets.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[29/267] Compiling SwiftFormat SpaceInsideComments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[30/267] Compiling SwiftFormat SpaceInsideGenerics.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[31/267] Compiling SwiftFormat SpaceInsideParens.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[32/267] Compiling SwiftFormat Specifiers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[33/267] Compiling SwiftFormat StrongOutlets.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[34/267] Compiling SwiftFormat StrongifiedSelf.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[35/267] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[36/267] Compiling SwiftFormat Todos.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[37/267] Compiling SwiftFormat TrailingClosures.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[38/267] Compiling SwiftFormat TrailingCommas.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[39/267] Compiling SwiftFormat TrailingSpace.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[40/267] Compiling SwiftFormat TypeSugar.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[41/267] Compiling SwiftFormat UnusedArguments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[42/267] Compiling SwiftFormat UnusedPrivateDeclarations.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[43/284] Compiling SwiftFormat Indent.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[44/284] Compiling SwiftFormat InitCoderUnavailable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[45/284] Compiling SwiftFormat IsEmpty.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[46/284] Compiling SwiftFormat LeadingDelimiters.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[47/284] Compiling SwiftFormat LinebreakAtEndOfFile.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[48/284] Compiling SwiftFormat Linebreaks.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[49/284] Compiling SwiftFormat MarkTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[50/284] Compiling SwiftFormat ModifierOrder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[51/284] Compiling SwiftFormat NoExplicitOwnership.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[52/284] Compiling SwiftFormat NumberFormatting.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[53/284] Compiling SwiftFormat OpaqueGenericParameters.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[54/284] Compiling SwiftFormat OrganizeDeclarations.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[55/284] Compiling SwiftFormat PreferCountWhere.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[56/284] Compiling SwiftFormat PreferForLoop.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[57/284] Compiling SwiftFormat PreferKeyPath.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[58/284] Compiling SwiftFormat PreferSwiftTesting.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[59/284] Compiling SwiftFormat PrivateStateVariables.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[60/284] Compiling SwiftFormat PropertyTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[61/284] Compiling SwiftFormat Acronyms.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[62/284] Compiling SwiftFormat AndOperator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[63/284] Compiling SwiftFormat AnyObjectProtocol.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[64/284] Compiling SwiftFormat ApplicationMain.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[65/284] Compiling SwiftFormat AssertionFailures.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[66/284] Compiling SwiftFormat BlankLineAfterImports.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[67/284] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[68/284] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[69/284] Compiling SwiftFormat BlankLinesAroundMark.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[70/284] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[71/284] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[72/284] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[73/284] Compiling SwiftFormat BlankLinesBetweenImports.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[74/284] Compiling SwiftFormat BlankLinesBetweenScopes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[75/284] Compiling SwiftFormat BlockComments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[76/284] Compiling SwiftFormat Braces.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[77/284] Compiling SwiftFormat ConditionalAssignment.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[78/284] Compiling SwiftFormat ConsecutiveBlankLines.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[79/284] Compiling SwiftFormat ConsecutiveSpaces.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[80/284] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[81/284] Compiling SwiftFormat DocComments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[82/284] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[83/284] Compiling SwiftFormat DuplicateImports.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[84/284] Compiling SwiftFormat ElseOnSameLine.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[85/284] Compiling SwiftFormat EmptyBraces.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[86/284] Compiling SwiftFormat EmptyExtensions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[87/284] Compiling SwiftFormat EnumNamespaces.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[88/284] Compiling SwiftFormat EnvironmentEntry.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[89/284] Compiling SwiftFormat ExtensionAccessControl.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[90/284] Compiling SwiftFormat FileHeader.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[91/284] Compiling SwiftFormat FileMacro.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[92/284] Compiling SwiftFormat GenericExtensions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[93/284] Compiling SwiftFormat HeaderFileName.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[94/284] Compiling SwiftFormat HoistAwait.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[95/284] Compiling SwiftFormat HoistPatternLet.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[96/284] Compiling SwiftFormat HoistTry.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[97/284] Compiling SwiftFormat RedundantReturn.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[98/284] Compiling SwiftFormat RedundantSelf.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[99/284] Compiling SwiftFormat RedundantStaticSelf.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[100/284] Compiling SwiftFormat RedundantType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[101/284] Compiling SwiftFormat RedundantTypedThrows.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[102/284] Compiling SwiftFormat RedundantVoidReturnType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[103/284] Compiling SwiftFormat Semicolons.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[104/284] Compiling SwiftFormat SortDeclarations.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[105/284] Compiling SwiftFormat SortImports.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[106/284] Compiling SwiftFormat SortSwitchCases.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[107/284] Compiling SwiftFormat SortTypealiases.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[108/284] Compiling SwiftFormat SortedImports.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[109/284] Compiling SwiftFormat SortedSwitchCases.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[110/284] Compiling SwiftFormat SpaceAroundBraces.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[111/284] Compiling SwiftFormat SpaceAroundBrackets.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[112/284] Compiling SwiftFormat SpaceAroundComments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[113/284] Compiling SwiftFormat SpaceAroundGenerics.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[114/284] Compiling SwiftFormat SpaceAroundOperators.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[222/301] Compiling SwiftFormat Void.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[223/301] Compiling SwiftFormat Wrap.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[224/301] Compiling SwiftFormat WrapArguments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[225/301] Compiling SwiftFormat WrapAttributes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[226/301] Compiling SwiftFormat WrapConditionalBodies.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[227/301] Compiling SwiftFormat WrapEnumCases.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[228/301] Compiling SwiftFormat WrapLoopBodies.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[229/301] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[230/301] Compiling SwiftFormat WrapMultilineFunctionChains.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[231/301] Compiling SwiftFormat WrapMultilineStatementBraces.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[232/301] Compiling SwiftFormat WrapSingleLineComments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[233/301] Compiling SwiftFormat WrapSwitchCases.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[234/301] Compiling SwiftFormat YodaConditions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[235/301] Compiling SwiftFormat Singularize.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[236/301] Compiling SwiftFormat SwiftFormat.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[237/301] Compiling SwiftFormat Tokenizer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[238/301] Compiling SwiftFormat XMLReporter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[239/301] Emitting module SwiftFormat
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[240/301] Compiling SwiftFormat Arguments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[241/301] Compiling SwiftFormat CommandLine.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[242/301] Compiling SwiftFormat Declaration.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[243/301] Compiling SwiftFormat DeclarationType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[244/301] Compiling SwiftFormat EnumAssociable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[245/301] Compiling SwiftFormat FormatRule.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[246/301] Compiling SwiftFormat Formatter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[247/301] Compiling SwiftFormat FormattingHelpers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[248/301] Compiling SwiftFormat GitFileInfo.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[249/301] Compiling SwiftFormat GithubActionsLogReporter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[250/301] Compiling SwiftFormat Globs.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[251/301] Compiling SwiftFormat Inference.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[252/301] Compiling SwiftFormat JSONReporter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[253/301] Compiling SwiftFormat OptionDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[254/301] Compiling SwiftFormat Options.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[255/301] Compiling SwiftFormat ParsingHelpers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[256/301] Compiling SwiftFormat Reporter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
[257/301] Compiling SwiftFormat RuleRegistry.generated.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | extension Options {
BUILD FAILURE 6.2 wasm