Build Information
Failed to build SwiftFormat, reference main (6ebb96
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 17:00:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicklockwood/SwiftFormat.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/nicklockwood/SwiftFormat
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6ebb96c Update for 0.56.4 release
Cloned https://github.com/nicklockwood/SwiftFormat.git
Revision (git rev-parse @):
6ebb96ce454ddb036320104a1160350ee9581767
SUCCESS checkout https://github.com/nicklockwood/SwiftFormat.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nicklockwood/SwiftFormat.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/10] Write sources
[5/10] Write swift-version-24593BA9C3E375BF.txt
[7/262] Compiling SwiftFormat Acronyms.swift
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
[8/262] Compiling SwiftFormat AndOperator.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat AnyObjectProtocol.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat ApplicationMain.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat AssertionFailures.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat BlankLineAfterImports.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat BlankLinesAroundMark.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat BlankLinesBetweenImports.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat BlankLinesBetweenScopes.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat BlockComments.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat Braces.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat ConditionalAssignment.swift
/host/spi-builder-workspace/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/262] Compiling SwiftFormat ConsecutiveBlankLines.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat ConsecutiveSpaces.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat DocComments.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat DuplicateImports.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat ElseOnSameLine.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat EmptyBraces.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat EmptyExtensions.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat EnumNamespaces.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat EnvironmentEntry.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat ExtensionAccessControl.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat FileHeader.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat FileMacro.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat GenericExtensions.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat HeaderFileName.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat HoistAwait.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat HoistPatternLet.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat HoistTry.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SpaceAroundParens.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SpaceInsideBraces.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SpaceInsideBrackets.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SpaceInsideComments.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SpaceInsideGenerics.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SpaceInsideParens.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat Specifiers.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat StrongOutlets.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat StrongifiedSelf.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat Todos.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat TrailingClosures.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat TrailingCommas.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat TrailingSpace.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat TypeSugar.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat UnusedArguments.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat UnusedPrivateDeclarations.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantBackticks.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantBreak.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantClosure.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantEquatable.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantExtensionACL.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantFileprivate.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantGet.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantInit.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantInternal.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantLet.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantLetError.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantNilInit.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantObjc.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantOptionalBinding.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantParens.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantPattern.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantProperty.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantRawValues.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat Indent.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat InitCoderUnavailable.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat IsEmpty.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat LeadingDelimiters.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat LinebreakAtEndOfFile.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat Linebreaks.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat MarkTypes.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat ModifierOrder.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat NoExplicitOwnership.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat NumberFormatting.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat OpaqueGenericParameters.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat OrganizeDeclarations.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat PreferCountWhere.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat PreferForLoop.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat PreferKeyPath.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat PreferSwiftTesting.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat PrivateStateVariables.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat PropertyTypes.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantReturn.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantSelf.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantStaticSelf.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantType.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantTypedThrows.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat RedundantVoidReturnType.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat Semicolons.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SortDeclarations.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SortImports.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SortSwitchCases.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SortTypealiases.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SortedImports.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SortedSwitchCases.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SpaceAroundBraces.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SpaceAroundBrackets.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SpaceAroundComments.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SpaceAroundGenerics.swift
/host/spi-builder-workspace/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/279] Compiling SwiftFormat SpaceAroundOperators.swift
/host/spi-builder-workspace/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)
[114/279] Emitting module SwiftFormat
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
[133/296] Compiling SwiftFormat Arguments.swift
[134/296] Compiling SwiftFormat CommandLine.swift
[135/296] Compiling SwiftFormat Declaration.swift
[136/296] Compiling SwiftFormat DeclarationType.swift
[137/296] Compiling SwiftFormat EnumAssociable.swift
[138/296] Compiling SwiftFormat FormatRule.swift
[139/296] Compiling SwiftFormat Formatter.swift
[140/296] Compiling SwiftFormat FormattingHelpers.swift
[141/296] Compiling SwiftFormat GitFileInfo.swift
[142/296] Compiling SwiftFormat GithubActionsLogReporter.swift
[143/296] Compiling SwiftFormat Globs.swift
[144/296] Compiling SwiftFormat Inference.swift
[145/296] Compiling SwiftFormat JSONReporter.swift
[146/296] Compiling SwiftFormat OptionDescriptor.swift
[147/296] Compiling SwiftFormat Options.swift
[148/296] Compiling SwiftFormat ParsingHelpers.swift
[149/296] Compiling SwiftFormat Reporter.swift
[150/296] Compiling SwiftFormat RuleRegistry.generated.swift
[222/296] Compiling SwiftFormat Void.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat Wrap.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat WrapArguments.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat WrapAttributes.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat WrapConditionalBodies.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat WrapEnumCases.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat WrapLoopBodies.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat WrapMultilineFunctionChains.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat WrapMultilineStatementBraces.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat WrapSingleLineComments.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat WrapSwitchCases.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat YodaConditions.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat Singularize.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat SwiftFormat.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat Tokenizer.swift
/host/spi-builder-workspace/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/296] Compiling SwiftFormat XMLReporter.swift
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/Sources/Arguments.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | extension Options {
/host/spi-builder-workspace/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