Build Information
Failed to build Creamy3D, reference main (a6be09
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 09:30:39 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/alex566/Creamy3D.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/alex566/Creamy3D
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a6be096 Update swift.yml
Cloned https://github.com/alex566/Creamy3D.git
Revision (git rev-parse @):
a6be096cb332fd6cae8a38e028e6541b2689604c
SUCCESS checkout https://github.com/alex566/Creamy3D.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/alex566/Creamy3D.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/8] Copying texture_material.metal
[0/8] Copying material_common.h
[0/8] Copying matcap_material.metal
[0/8] Write sources
[0/8] Copying common.metal
[0/8] Copying fresnel_material.metal
[6/8] Copying color_material.metal
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/34] Emitting module Creamy3D
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[10/37] Compiling Creamy3D TextureMaterialFunction.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[11/37] Compiling Creamy3D MaterialState.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[12/37] Compiling Creamy3D CubeMeshLoader.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[13/37] Compiling Creamy3D FresnelMaterialFunction.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[14/37] Compiling Creamy3D MatcapMaterialFunction.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[15/37] Compiling Creamy3D MaterialFunction.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[16/37] Compiling Creamy3D Object.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[17/37] Compiling Creamy3D Renderer.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[18/37] Compiling Creamy3D Camera.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[19/37] Compiling Creamy3D ColorMaterialFunction.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[20/37] Compiling Creamy3D MeshLoader.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[21/37] Compiling Creamy3D ModelMeshLoader.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[22/37] Compiling Creamy3D SphereMeshLoader.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[23/37] Compiling Creamy3D FresnelMaterial.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[24/37] Compiling Creamy3D MatcapMaterial.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[25/37] Compiling Creamy3D Material+Blend.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[26/37] Compiling Creamy3D Material.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[27/37] Compiling Creamy3D TextureMaterial.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[28/37] Compiling Creamy3D MetalView.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[29/37] Compiling Creamy3D EmptyObject.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[30/37] Compiling Creamy3D Mesh.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[31/37] Compiling Creamy3D ColorRGB.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[32/37] Compiling Creamy3D CreamyView.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[33/37] Compiling Creamy3D Logger.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[34/37] Compiling Creamy3D ColorMaterial.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[35/37] Compiling Creamy3D MeshNode.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[36/37] Compiling Creamy3D Projection.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
[37/37] Compiling Creamy3D resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Creamy3D/ColorRGB.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | public struct ColorRGB {
BUILD FAILURE 6.2 wasm