Build Information
Failed to build Model3DView, reference main (de7995
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 19:00:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/frzi/swiftui-model3dview.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/frzi/swiftui-model3dview
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at de79951 Update Math.swift
Cloned https://github.com/frzi/swiftui-model3dview.git
Revision (git rev-parse @):
de79951f2ee1ad888a7c61fcce57e13e5a6581f2
SUCCESS checkout https://github.com/frzi/swiftui-model3dview.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/frzi/swiftui-model3dview.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/timdonnelly/DisplayLink
Fetching https://github.com/frzi/GLTFSceneKit
[1/1088] Fetching gltfscenekit
[1089/1127] Fetching gltfscenekit, displaylink
Fetched https://github.com/timdonnelly/DisplayLink from cache (0.88s)
Fetched https://github.com/frzi/GLTFSceneKit from cache (0.89s)
Computing version for https://github.com/timdonnelly/DisplayLink
Computed https://github.com/timdonnelly/DisplayLink at 0.2.0 (1.37s)
Computing version for https://github.com/frzi/GLTFSceneKit
Computed https://github.com/frzi/GLTFSceneKit at 0.4.1 (0.39s)
Creating working copy for https://github.com/timdonnelly/DisplayLink
Working copy of https://github.com/timdonnelly/DisplayLink resolved at 0.2.0
Creating working copy for https://github.com/frzi/GLTFSceneKit
Working copy of https://github.com/frzi/GLTFSceneKit resolved at 0.4.1
Building for debugging...
[0/14] Write sources
[1/14] Copying GLTFShaderModifierSurface_pbrSpecularGlossiness.shader
[1/14] Copying GLTFShaderModifierSurface_alphaModeBlend.shader
[2/14] Copying GLTFShaderModifierSurface_pbrSpecularGlossiness_doubleSidedWorkaround.shader
[4/14] Copying GLTFShaderModifierSurface_doubleSidedWorkaround.shader
[4/14] Copying GLTFShaderModifierSurface_pbrSpecularGlossiness_texture_doubleSidedWorkaround.shader
[6/14] Copying GLTFShaderModifierSurface.shader
[7/14] Copying GLTFShaderModifierFragment_alphaCutoff.shader
[7/14] Write sources
[9/14] Copying GLTFShaderModifierFragment_VRMUnlitTexture.shader
[10/14] Copying GLTFShaderModifierFragment_VRMUnlitTexture_Cutoff.shader
[11/14] Write sources
[12/14] Copying GLTFShaderModifierSurface_VRMMToon.shader
[13/14] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/61] Emitting module DisplayLink
/host/spi-builder-workspace/.build/checkouts/DisplayLink/Sources/DisplayLink/DisplayLink.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import QuartzCore
3 | import Combine
[16/61] Compiling DisplayLink OnFrame.swift
/host/spi-builder-workspace/.build/checkouts/DisplayLink/Sources/DisplayLink/DisplayLink.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import QuartzCore
3 | import Combine
[17/61] Compiling DisplayLink DisplayLink.swift
/host/spi-builder-workspace/.build/checkouts/DisplayLink/Sources/DisplayLink/DisplayLink.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import QuartzCore
3 | import Combine
[18/61] Compiling GLTFSceneKit GLTFMaterialPbrMetallicRoughness.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
[19/61] Compiling GLTFSceneKit GLTFMesh.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
[20/61] Compiling GLTFSceneKit GLTFMeshPrimitive.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
[21/61] Compiling GLTFSceneKit GLTFNode.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
[22/61] Compiling GLTFSceneKit GLTFSampler.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
[23/61] Compiling GLTFSceneKit GLTFScene.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
[24/61] Compiling GLTFSceneKit GLTFGlTFProperty.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
[25/61] Compiling GLTFSceneKit GLTFGlTFid.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
[26/61] Compiling GLTFSceneKit GLTFImage.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
[27/61] Compiling GLTFSceneKit GLTFMaterial.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
[28/61] Compiling GLTFSceneKit GLTFMaterialNormalTextureInfo.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
[29/61] Compiling GLTFSceneKit GLTFMaterialOcclusionTextureInfo.swift
/host/spi-builder-workspace/.build/checkouts/GLTFSceneKit/Sources/GLTFSceneKit/GLTFErrors.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum GLTFUnarchiveError: Error {
BUILD FAILURE 6.2 wasm