Build Information
Failed to build EagleNet, reference 1.0.5 (7409c3
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 14:31:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/AnbalaganD/EagleNet.git
Reference: 1.0.5
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/AnbalaganD/EagleNet
* tag 1.0.5 -> FETCH_HEAD
HEAD is now at 7409c37 update readme
Cloned https://github.com/AnbalaganD/EagleNet.git
Revision (git rev-parse @):
7409c3773dd6617087329b20b2061927a619ab17
SUCCESS checkout https://github.com/AnbalaganD/EagleNet.git at 1.0.5
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AnbalaganD/EagleNet.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/24] Emitting module EagleNet
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[4/24] Compiling EagleNet NetworkError.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[5/24] Compiling EagleNet NetworkService+Delete.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[6/24] Compiling EagleNet NetworkService+Get.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[7/24] Compiling EagleNet HTTPMethod.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[8/24] Compiling EagleNet RequestInterceptor.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[9/24] Compiling EagleNet ResponseInterceptor.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[10/24] Compiling EagleNet DataExtension.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[11/24] Compiling EagleNet HTTPURLResponseExtension.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[12/24] Compiling EagleNet HTTPContentType.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[13/26] Compiling EagleNet NetworkService.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[14/26] Compiling EagleNet BodyConvertible.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[15/26] Compiling EagleNet NetworkRequestable.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[16/26] Compiling EagleNet Misc.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[17/26] Compiling EagleNet MultipartParameter.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[18/26] Compiling EagleNet MultipartRequest.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[19/26] Compiling EagleNet NetworkService+Post.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[20/26] Compiling EagleNet NetworkService+Put.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[21/26] Compiling EagleNet NetworkService+Upload.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[22/26] Compiling EagleNet DataRequest.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[23/26] Compiling EagleNet EagleNet.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[24/26] Compiling EagleNet ArrayExtension.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[25/26] Compiling EagleNet URLConvertible.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
[26/26] Compiling EagleNet SessionDelegate.swift
/host/spi-builder-workspace/Sources/EagleNet/Extensions/ArrayExtension.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension Array {
BUILD FAILURE 6.2 wasm