Build Information
Failed to build Datable, reference 4.0.1 (118634), with Swift 6.2 for Wasm on 20 Jun 2025 17:48:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Datable.git
Reference: 4.0.1
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/OperatorFoundation/Datable
* tag 4.0.1 -> FETCH_HEAD
HEAD is now at 1186348 Conversions between different types of ints and floats
Cloned https://github.com/OperatorFoundation/Datable.git
Revision (git rev-parse @):
118634847e499cc5a1edc1b852ea9b496cf7f5d2
SUCCESS checkout https://github.com/OperatorFoundation/Datable.git at 4.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/OperatorFoundation/Datable.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
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/36] Emitting module Datable
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[4/36] Compiling Datable Float+Floatable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[5/36] Compiling Datable Float+MaybeDatable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[6/36] Compiling Datable Float+MaybeIntable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[7/36] Compiling Datable Floatable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[8/36] Compiling Datable Int+Floatable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[9/36] Compiling Datable Arrayable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[10/36] Compiling Datable CSVable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[11/36] Compiling Datable Data+Arrayable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[12/36] Compiling Datable Data+Base64.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[13/36] Compiling Datable Data+Datable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[14/40] Compiling Datable Datable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[15/40] Compiling Datable DatableConfig.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[16/40] Compiling Datable Double+MaybeDatable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[17/40] Compiling Datable Double+Stringable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[18/40] Compiling Datable File.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[19/40] Compiling Datable Data+ExpressibleByStringLiteral.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[20/40] Compiling Datable Data+Floatable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[21/40] Compiling Datable Data+MaybeIntable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[22/40] Compiling Datable Data+MaybeNetworkIntable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[23/40] Compiling Datable Data+Stringable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[24/40] Compiling Datable Int+MaybeDatable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[25/40] Compiling Datable Int+MaybeIntable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[26/40] Compiling Datable Int+Stringable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[27/40] Compiling Datable Intable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[28/40] Compiling Datable MaybeDatable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[29/40] Compiling Datable MaybeIntable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[30/40] Compiling Datable MaybeNetworkIntable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[31/40] Compiling Datable NetworkDatable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[32/40] Compiling Datable NetworkIntable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[33/40] Compiling Datable String+Arrayable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[34/40] Compiling Datable String+Datable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[35/40] Compiling Datable String+Intable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[36/40] Compiling Datable Stringable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[37/40] Compiling Datable StringableArray+CSVable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[38/40] Compiling Datable UInt+Datable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[39/40] Compiling Datable UInt+MaybeNetworkDatable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
[40/40] Compiling Datable UInt+Stringable.swift
/host/spi-builder-workspace/Sources/Datable/Arrayable.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public protocol Arrayable {
BUILD FAILURE 6.2 wasm