Build Information
Failed to build pingx, reference main (3fd821
), with Swift 6.2 (beta) for Wasm on 13 Jul 2025 16:23:07 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/shineRR/pingx.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/shineRR/pingx
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3fd8211 [IMP-3] Migrate pinger to async/await (#8)
Cloned https://github.com/shineRR/pingx.git
Revision (git rev-parse @):
3fd8211bde0ce53e33ae9c27f8807a379ba78d21
SUCCESS checkout https://github.com/shineRR/pingx.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/shineRR/pingx.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/32] Compiling pingx ICMPResponseValidationError.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[4/32] Compiling pingx ICMPPackageExtractor.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[5/32] Compiling pingx SafeCheckedContinuation.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[6/32] Compiling pingx AsyncPingerResult.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[7/36] Compiling pingx Response.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[8/36] Compiling pingx PingxSocket.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[9/36] Compiling pingx PingConfiguration.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[10/36] Compiling pingx AsyncPingerError.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[11/36] Compiling pingx CommandBlock.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[12/36] Compiling pingx IPv4Address.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[13/36] Compiling pingx IPHeader.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[14/36] Compiling pingx PingxIdentifier.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[15/36] Compiling pingx Payload.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[16/36] Compiling pingx Request.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[17/36] Compiling pingx PingError.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[18/36] Compiling pingx PingResult.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/36] Emitting module pingx
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[20/36] Compiling pingx String+Extensions.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[21/36] Compiling pingx ICMPHeaderFactory.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[22/36] Compiling pingx SocketFactory.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[23/36] Compiling pingx Atomic.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[24/36] Compiling pingx AsyncPinger.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[25/36] Compiling pingx Pinger.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[26/36] Compiling pingx AnyPingSequence.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[27/36] Compiling pingx PingSequence.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[28/36] Compiling pingx Interval.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[29/36] Compiling pingx ICMPHeader.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[30/36] Compiling pingx ICMPPacket.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[31/36] Compiling pingx ICMPType.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[32/36] Compiling pingx ICMPChecksum.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[33/36] Compiling pingx IPv4AddressStringConverter.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[34/36] Compiling pingx IPv4AddressConverterError.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[35/36] Compiling pingx IPv4AddressConverter.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
[36/36] Compiling pingx Result+Extensions.swift
/host/spi-builder-workspace/Sources/pingx/Checksum/ICMPChecksum.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | struct ICMPChecksum {
BUILD FAILURE 6.2 wasm