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 Rocket, reference 1.3.0 (32af35), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 03:36:13 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/shibapm/rocket.git
Reference: 1.3.0
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/shibapm/rocket
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 32af356 Version 1.3.0
Cloned https://github.com/shibapm/rocket.git
Revision (git rev-parse @):
32af356776108ee7289884874a0eb63ceacb9e5d
SUCCESS checkout https://github.com/shibapm/rocket.git at 1.3.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/shibapm/rocket.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/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/shibapm/Logger
[1/580] Fetching packageconfig
[454/5443] Fetching packageconfig, swiftshell
[553/5559] Fetching packageconfig, swiftshell, logger
[1203/16418] Fetching packageconfig, swiftshell, logger, yams
Fetched https://github.com/shibapm/Logger from cache (0.60s)
[2056/16302] Fetching packageconfig, swiftshell, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.05s)
Fetched https://github.com/kareman/SwiftShell from cache (1.06s)
[3584/10859] Fetching yams
Fetched https://github.com/jpsim/Yams from cache (2.50s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.35s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (4.57s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.90s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.90s)
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Building for debugging...
[0/23] Write sources
[6/23] Compiling writer.c
[7/23] Compiling reader.c
[8/23] Write swift-version-24593BA9C3E375BF.txt
[9/23] Compiling api.c
[10/25] Compiling parser.c
[11/42] Compiling emitter.c
[12/42] Compiling scanner.c
[14/62] Compiling PackageConfig Error.swift
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: no such module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: no such module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
[15/62] Compiling PackageConfig Loader.swift
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: no such module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: no such module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
[16/62] Compiling SwiftShell Stream.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
 6 |  */
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | // MARK: Bash
[17/62] Compiling SwiftShell Lazy-split.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
 6 |  */
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | // MARK: Bash
[18/63] Compiling SwiftShell Array.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
 6 |  */
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | // MARK: Bash
[19/63] Compiling SwiftShell Process.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
 6 |  */
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | // MARK: Bash
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/63] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[21/65] Compiling Yams AliasDereferencingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[22/65] Compiling Yams Anchor.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[23/65] Compiling Yams Constructor.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/65] Emitting module Logger
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Logger.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | enum Colors: String {
[25/65] Compiling Logger Logger.swift
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Logger.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | enum Colors: String {
[26/65] Compiling PackageConfig Writer.swift
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: no such module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: no such module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
 6 |  */
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | // MARK: Bash
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
 6 |  */
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | // MARK: Bash
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/65] Emitting module SwiftShell
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
 6 |  */
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | // MARK: Bash
[30/65] Compiling PackageConfig PackageConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: no such module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: no such module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
[31/65] Compiling SwiftShell Context.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
 6 |  */
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | // MARK: Bash
[32/65] Compiling SwiftShell Files.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:8:8: error: no such module 'Foundation'
 6 |  */
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | // MARK: Bash
[33/65] Compiling Yams Resolver.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[34/65] Compiling Yams String+Yams.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[35/65] Compiling Yams Mark.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[36/65] Compiling Yams Node.Alias.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[37/65] Compiling Yams Node.Mapping.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[38/65] Compiling Yams Tag.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[39/65] Compiling Yams YamlAnchorProviding.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/65] Emitting module PackageConfig
/host/spi-builder-workspace/.build/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: no such module 'Foundation'
 1 |
 2 | import class Foundation.Process
   |              `- error: no such module 'Foundation'
 3 | import class Foundation.Pipe
 4 | import class Foundation.NSRegularExpression
BUILD FAILURE 6.2 wasm