The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Creamy3D, reference 0.2.7 (4ca1d9), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 09:29:59 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alex566/Creamy3D.git
Reference: 0.2.7
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
 * tag               0.2.7      -> FETCH_HEAD
HEAD is now at 4ca1d98 Dynamic multisampling selection
Cloned https://github.com/alex566/Creamy3D.git
Revision (git rev-parse @):
4ca1d98c6d261e9b98e5491a93a84bcb4978997a
SUCCESS checkout https://github.com/alex566/Creamy3D.git at 0.2.7
========================================
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-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/8] Write sources
[0/8] Copying fresnel_material.metal
[1/8] Copying common.metal
[1/8] Copying color_material.metal
[4/8] Copying texture_material.metal
[4/8] Copying matcap_material.metal
[6/8] Copying material_common.h
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/33] 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/36] 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 {
[11/36] 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 {
[12/36] 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 {
[13/36] 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 {
[14/36] 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 {
[15/36] 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 {
[16/36] 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 {
[17/36] 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 {
[18/36] 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 {
[19/36] 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 {
[20/36] 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 {
[21/36] 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 {
[22/36] 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 {
[23/36] 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 {
[24/36] 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 {
[25/36] 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 {
[26/36] 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 {
[27/36] 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 {
[28/36] 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 {
[29/36] 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 {
[30/36] 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 {
[31/36] 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 {
[32/36] 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 {
[33/36] 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 {
[34/36] 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 {
[35/36] 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 {
[36/36] 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