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 QRCode, reference main (177d40), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 15:50:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/dagronf/QRCode.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/dagronf/QRCode
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 177d409 Added hole punch eye style
Cloned https://github.com/dagronf/QRCode.git
Revision (git rev-parse @):
177d4091f7fcce1efc22de2a5fcdb671bd103101
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dagronf/QRCode.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/QRCode.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-argument-parser
Fetching https://github.com/dagronf/SwiftImageReadWrite
Fetching https://github.com/dagronf/swift-qrcode-generator
[1/378] Fetching swiftimagereadwrite
[379/723] Fetching swiftimagereadwrite, swift-qrcode-generator
Fetched https://github.com/dagronf/swift-qrcode-generator from cache (0.31s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/dagronf/SwiftImageReadWrite from cache (0.84s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.85s)
Computing version for https://github.com/dagronf/swift-qrcode-generator
Computed https://github.com/dagronf/swift-qrcode-generator at 2.0.2 (1.41s)
Computing version for https://github.com/dagronf/SwiftImageReadWrite
Computed https://github.com/dagronf/SwiftImageReadWrite at 1.9.2 (0.66s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.4.4 (0.66s)
Creating working copy for https://github.com/dagronf/SwiftImageReadWrite
Working copy of https://github.com/dagronf/SwiftImageReadWrite resolved at 1.9.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.4.4
Creating working copy for https://github.com/dagronf/swift-qrcode-generator
Working copy of https://github.com/dagronf/swift-qrcode-generator resolved at 2.0.2
Building for debugging...
[0/25] Write sources
[0/25] Copying PrivacyInfo.xcprivacy
[0/25] Write sources
[10/25] Write swift-version-24593BA9C3E375BF.txt
[12/85] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[13/85] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[14/85] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[15/85] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[16/85] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[17/85] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[18/91] Compiling QRCodeDetector resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/QRCodeDetector.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[19/91] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[20/91] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[21/91] Compiling QRCodeGenerator QRCodeConstants.swift
/host/spi-builder-workspace/.build/checkouts/swift-qrcode-generator/Sources/QRCodeGenerator/QRCode.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// A QR code represented as a matrix of black/white modules.
[22/91] Compiling SwiftImageReadWrite SwiftUI+extensions.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[23/91] Compiling SwiftImageReadWrite resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[24/91] Compiling QRCodeGenerator QRCodeECC.swift
/host/spi-builder-workspace/.build/checkouts/swift-qrcode-generator/Sources/QRCodeGenerator/QRCode.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// A QR code represented as a matrix of black/white modules.
[25/92] Compiling QRCodeGenerator QRCodeMask.swift
/host/spi-builder-workspace/.build/checkouts/swift-qrcode-generator/Sources/QRCodeGenerator/QRCode.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// A QR code represented as a matrix of black/white modules.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/92] Emitting module SwiftImageReadWrite
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[27/92] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[28/92] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[29/92] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[30/92] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[31/92] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[32/92] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[33/92] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[34/92] Compiling ArgumentParser Name.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[35/92] Compiling ArgumentParser Parsed.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[36/92] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[37/92] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[38/92] Compiling QRCodeGenerator QRCodeError.swift
/host/spi-builder-workspace/.build/checkouts/swift-qrcode-generator/Sources/QRCodeGenerator/QRCode.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// A QR code represented as a matrix of black/white modules.
[39/92] Compiling QRCodeGenerator QRCodeVersion.swift
/host/spi-builder-workspace/.build/checkouts/swift-qrcode-generator/Sources/QRCodeGenerator/QRCode.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// A QR code represented as a matrix of black/white modules.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/92] Emitting module QRCodeDetector
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/QRCodeDetector.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[41/92] Compiling QRCodeDetector QRCodeDetector+VideoDetector.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/QRCodeDetector.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[42/92] Compiling QRCodeGenerator QRCode.swift
/host/spi-builder-workspace/.build/checkouts/swift-qrcode-generator/Sources/QRCodeGenerator/QRCode.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// A QR code represented as a matrix of black/white modules.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[47/92] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[51/92] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[53/92] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[54/92] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[55/92] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[56/92] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[57/92] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
[58/92] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/92] Emitting module QRCodeGenerator
/host/spi-builder-workspace/.build/checkouts/swift-qrcode-generator/Sources/QRCodeGenerator/QRCode.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// A QR code represented as a matrix of black/white modules.
[60/92] Compiling QRCodeGenerator BitBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-qrcode-generator/Sources/QRCodeGenerator/QRCode.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// A QR code represented as a matrix of black/white modules.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[61/92] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[63/92] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[64/92] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | extension Foundation.Bundle {
BUILD FAILURE 6.2 wasm