Build Information
Failed to build JelloSwift, reference 0.16.0 (ce1dac
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 01:42:18 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/LuizZak/JelloSwift.git
Reference: 0.16.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/LuizZak/JelloSwift
* tag 0.16.0 -> FETCH_HEAD
HEAD is now at ce1dac7 Updating Changelog
Cloned https://github.com/LuizZak/JelloSwift.git
Revision (git rev-parse @):
ce1dac711d77572141236816d898695361f9e06d
SUCCESS checkout https://github.com/LuizZak/JelloSwift.git at 0.16.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/LuizZak/JelloSwift.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
[3/33] Compiling JelloSwift SpringComponent.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[4/33] Compiling JelloSwift AABB.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[5/33] Compiling JelloSwift ClosedShape.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[6/33] Compiling JelloSwift GeomUtils.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[7/33] Compiling JelloSwift BodyJoint.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[8/33] Compiling JelloSwift CollisionObserver.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[9/33] Compiling JelloSwift GravityComponent.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[10/33] Compiling JelloSwift PressureComponent.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[11/33] Compiling JelloSwift ShapeMatchComponent.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[12/33] Compiling JelloSwift MaterialPair.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[13/33] Compiling JelloSwift PhysicsUtils.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[14/33] Compiling JelloSwift PointMass.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[15/33] Compiling JelloSwift RenderingSettings.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[16/33] Compiling JelloSwift VectorRepresentable.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[17/33] Compiling JelloSwift InternalSpring.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[18/33] Compiling JelloSwift JointLink.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[19/33] Compiling JelloSwift BodyJointLink.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[20/37] Compiling JelloSwift EdgeJointLink.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[21/37] Compiling JelloSwift PointJointLink.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[22/37] Compiling JelloSwift ShapeJointLink.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[23/37] Compiling JelloSwift WeightedShapeJointLink.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[24/37] Compiling JelloSwift JFloat.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[25/37] Compiling JelloSwift Matrix3x3.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[26/37] Compiling JelloSwift Vector2.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[27/37] Compiling JelloSwift Vector3.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/37] Emitting module JelloSwift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[29/37] Compiling JelloSwift Bitmask.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[30/37] Compiling JelloSwift Body.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[31/37] Compiling JelloSwift BodyCollisionInformation.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[32/37] Compiling JelloSwift BodyComponent.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[33/37] Compiling JelloSwift BodyEdge.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[34/37] Compiling JelloSwift RestDistance.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[35/37] Compiling JelloSwift SpringBodyJoint.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[36/37] Compiling JelloSwift Utils.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
[37/37] Compiling JelloSwift World.swift
/host/spi-builder-workspace/Sources/Body.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// Performs a reference-equality against two Body instances.
BUILD FAILURE 6.2 wasm