Build Information
Failed to build ValidatableKit, reference main (7132c3
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 21:50:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/SwiftyLab/ValidatableKit.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/SwiftyLab/ValidatableKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7132c38 Enabling spellcheck GitHub Action (#3)
Cloned https://github.com/SwiftyLab/ValidatableKit.git
Revision (git rev-parse @):
7132c384103f1bfc3dfcc19c5303e08a29284f32
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyLab/ValidatableKit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SwiftyLab/ValidatableKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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-docc-plugin
Fetching https://github.com/apple/swift-format
[1/2082] Fetching swift-docc-plugin
[210/14292] Fetching swift-docc-plugin, swift-format
Fetched https://github.com/apple/swift-docc-plugin from cache (0.46s)
Fetched https://github.com/apple/swift-format from cache (0.59s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 0.50700.1 (1.11s)
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-syntax
[1/6855] Fetching swift-tools-support-core
[6856/22235] Fetching swift-tools-support-core, swift-argument-parser
[22236/93141] Fetching swift-tools-support-core, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.91s)
[16073/77761] Fetching swift-tools-support-core, swift-syntax
Fetched https://github.com/apple/swift-tools-support-core.git from cache (5.04s)
Fetched https://github.com/apple/swift-syntax from cache (5.09s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.2.7 (5.57s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 0.50700.1 (0.97s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.1.4 (0.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (0.37s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.38s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.74s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 0.50700.1
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.2.7
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-format
Working copy of https://github.com/apple/swift-format resolved at 0.50700.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin GenerateManualPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/26] Emitting module ValidatableKit
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[7/28] Compiling ValidatableKit Not.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[8/28] Compiling ValidatableKit Or.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[9/28] Compiling ValidatableKit ValidatorResult.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[10/28] Compiling ValidatableKit Validatable.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[11/28] Compiling ValidatableKit Validation.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[12/28] Compiling ValidatableKit Regex.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[13/28] Compiling ValidatableKit URL.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[14/28] Compiling ValidatableKit Validations.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[15/28] Compiling ValidatableKit Validator.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[16/28] Compiling ValidatableKit Bool.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[17/28] Compiling ValidatableKit Case.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[18/28] Compiling ValidatableKit CharacterSet.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[19/28] Compiling ValidatableKit Email.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[20/28] Compiling ValidatableKit Empty.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[21/28] Compiling ValidatableKit Eql.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[22/28] Compiling ValidatableKit In.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[23/28] Compiling ValidatableKit Nil.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[24/28] Compiling ValidatableKit And.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[25/28] Compiling ValidatableKit NilIgnoring.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[26/28] Compiling ValidatableKit Invalid.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[27/28] Compiling ValidatableKit Nested.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
[28/28] Compiling ValidatableKit Skipped.swift
/host/spi-builder-workspace/Sources/ValidatableKit/Validator.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Validates data of type `T` specialized with.
BUILD FAILURE 6.2 wasm