Build Information
Failed to build swift-test-codecov, reference 0.13.0 (67d173
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 23:07:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/mattpolzin/swift-test-codecov.git
Reference: 0.13.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/mattpolzin/swift-test-codecov
* tag 0.13.0 -> FETCH_HEAD
HEAD is now at 67d173e Merge pull request #21 from mattpolzin/feature/20/fractional-minimum
Cloned https://github.com/mattpolzin/swift-test-codecov.git
Revision (git rev-parse @):
67d173ebf642b7b70038aaf9d3734ecda2473274
SUCCESS checkout https://github.com/mattpolzin/swift-test-codecov.git at 0.13.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mattpolzin/swift-test-codecov.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/mattpolzin/TextTable.git
[1/189] Fetching texttable
Fetched https://github.com/mattpolzin/TextTable.git from cache (0.41s)
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/apple/swift-argument-parser
[1/1254] Fetching regex
[892/16634] Fetching regex, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.96s)
Fetched https://github.com/sharplet/Regex.git from cache (0.97s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (4.32s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (0.48s)
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.3.2
Creating working copy for https://github.com/mattpolzin/TextTable.git
Working copy of https://github.com/mattpolzin/TextTable.git resolved at swift-5 (5366206)
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/64] Compiling TextTable String+Util.swift
/host/spi-builder-workspace/.build/checkouts/TextTable/Sources/TextTable/FancyGridFormat.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum FancyGrid: TextTableStyle {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/64] Emitting module TextTable
/host/spi-builder-workspace/.build/checkouts/TextTable/Sources/TextTable/FancyGridFormat.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum FancyGrid: TextTableStyle {
[9/64] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/TextTable/Sources/TextTable/FancyGridFormat.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum FancyGrid: TextTableStyle {
[10/64] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/TextTable/Sources/TextTable/FancyGridFormat.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum FancyGrid: TextTableStyle {
[11/65] Compiling Regex MatchResult.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[12/65] Compiling Regex Options.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[13/65] Compiling ArgumentParser Option.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 {
[14/65] Compiling ArgumentParser OptionGroup.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/65] Compiling ArgumentParser CommandConfiguration.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/65] Compiling ArgumentParser EnumerableFlag.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/65] 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 {
[18/69] Compiling Regex String+ReplaceMatching.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[19/69] Compiling Regex ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[20/69] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/TextTable/Sources/TextTable/FancyGridFormat.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum FancyGrid: TextTableStyle {
[21/69] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/TextTable/Sources/TextTable/FancyGridFormat.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum FancyGrid: TextTableStyle {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/69] Emitting module Regex
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[23/69] Compiling Regex Foundation+Ranges.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/69] 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 {
[25/69] Compiling Regex Regex.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[26/69] Compiling TextTable SimpleFormat.swift
/host/spi-builder-workspace/.build/checkouts/TextTable/Sources/TextTable/FancyGridFormat.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum FancyGrid: TextTableStyle {
[27/69] Compiling TextTable RstFormat.swift
/host/spi-builder-workspace/.build/checkouts/TextTable/Sources/TextTable/FancyGridFormat.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum FancyGrid: TextTableStyle {
BUILD FAILURE 6.2 wasm