Build Information
Failed to build Spinetail, reference 0.3.0 (1bc157
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 13:36:27 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/brightdigit/Spinetail.git
Reference: 0.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/brightdigit/Spinetail
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 1bc1578 Version 0.3.0
Cloned https://github.com/brightdigit/Spinetail.git
Revision (git rev-parse @):
1bc157836771772dddea118ae3c1f9bfd4eea262
SUCCESS checkout https://github.com/brightdigit/Spinetail.git at 0.3.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/brightdigit/Spinetail.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
Fetching https://github.com/brightdigit/Prch.git
[1/2495] Fetching prch
Fetched https://github.com/brightdigit/Prch.git from cache (0.34s)
Computing version for https://github.com/brightdigit/Prch.git
Computed https://github.com/brightdigit/Prch.git at 0.2.1 (1.87s)
Creating working copy for https://github.com/brightdigit/Prch.git
Working copy of https://github.com/brightdigit/Prch.git resolved at 0.2.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/45] Emitting module Prch
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[5/50] Compiling Prch Session.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[6/50] Compiling Prch Task.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[7/50] Compiling Prch URL.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[8/50] Compiling Prch URLSession.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[9/50] Compiling Prch URLSessionResponse.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[10/50] Compiling Prch Request.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[11/50] Compiling Prch SecurityRequirement.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[12/50] Compiling Prch Service.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[13/50] Compiling Prch ServiceRequest.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[14/50] Compiling Prch StatusCodeProvider.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[15/50] Compiling Prch SuccessModel.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[16/50] Compiling Prch Response.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[17/50] Compiling Prch ResponseResult.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[18/50] Compiling Prch Result.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[19/50] Compiling Prch Authentication.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[20/50] Compiling Prch BasicAuthentication.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[21/50] Compiling Prch StringCodingKey.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[22/50] Compiling Prch DateEncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[23/50] Compiling Prch DeprecatedRequest.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[24/50] Compiling Prch DeprecatedResponse.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[25/50] Compiling Prch DeprecatedResponseResult.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[26/50] Compiling Prch TypeAliases.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[27/50] Compiling Prch BasicResponse.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[28/50] Compiling Prch BodyRequest.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[29/50] Compiling Prch Client.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[30/50] Compiling Prch ClientError.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[31/50] Compiling Prch ClientResult.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[32/50] Compiling Prch Coding.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[33/50] Compiling Prch DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[34/50] Compiling Prch DecodingError.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[35/50] Compiling Prch KeyedDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[36/50] Compiling Prch KeyedEncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[37/50] Compiling Prch RequestEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[38/50] Compiling Prch ResponseDecoder.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[39/50] Compiling Prch Model.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[40/50] Compiling Prch DateDay.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[41/50] Compiling Prch File.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[42/50] Compiling Prch ID.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[43/50] Compiling Prch UploadFile.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[44/50] Compiling Prch ResponseComponents.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[45/50] Compiling Prch API.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[46/50] Compiling Prch AnyCodable.Codable.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[47/50] Compiling Prch AnyCodable.Equatable.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[48/50] Compiling Prch AnyCodable.Expressible.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[49/50] Compiling Prch AnyCodable.StringConverable.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
[50/50] Compiling Prch AnyCodable.swift
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/API.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if canImport(FoundationNetworking)
BUILD FAILURE 6.2 wasm