Build Information
Failed to build ParticleEffects, reference main (16510d
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 15:12:43 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/kudit/ParticleEffects.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/kudit/ParticleEffects
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 16510df v1.1.5
Cloned https://github.com/kudit/ParticleEffects.git
Revision (git rev-parse @):
16510df15caf1f12ccbf6c46a8b85d24e68b82b4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kudit/ParticleEffects.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kudit/ParticleEffects.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
Fetching https://github.com/kudit/Compatibility
[1/1997] Fetching compatibility
Fetched https://github.com/kudit/Compatibility from cache (0.39s)
Computing version for https://github.com/kudit/Compatibility
Computed https://github.com/kudit/Compatibility at 1.10.15 (0.75s)
Creating working copy for https://github.com/kudit/Compatibility
Working copy of https://github.com/kudit/Compatibility resolved at 1.10.15
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/44] Emitting module Compatibility
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[5/49] Compiling Compatibility Compatibility.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[6/49] Compiling Compatibility Application.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[7/49] Compiling Compatibility Bundle.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[8/49] Compiling Compatibility CloudStatus.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[9/49] Compiling Compatibility CloudStorage.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[10/49] Compiling Compatibility CloudStorageSync.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[11/49] Compiling Compatibility RadialLayout.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[12/49] Compiling Compatibility Placard.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[13/49] Compiling Compatibility Triangle.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[14/49] Compiling Compatibility SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[15/49] Compiling Compatibility TestUI.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[16/49] Compiling Compatibility ClearableTextField.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[17/49] Compiling Compatibility Embossed.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[18/49] Compiling Compatibility Menu.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[19/49] Compiling Compatibility OverlappingStack.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[20/49] Compiling Compatibility Pasteboard.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[21/49] Compiling Compatibility Shell.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[22/49] Compiling Compatibility Test.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[23/49] Compiling Compatibility UserDefaultsBacked.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[24/49] Compiling Compatibility Array.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[25/49] Compiling Compatibility Codable.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[26/49] Compiling Compatibility CodingFoundation.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[27/49] Compiling Compatibility CodingJSON.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[28/49] Compiling Compatibility CodingParameters.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[29/49] Compiling Compatibility Date.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[30/49] Compiling Compatibility DateString.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[31/49] Compiling Compatibility Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[32/49] Compiling Compatibility Double.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[33/49] Compiling Compatibility Threading.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[34/49] Compiling Compatibility URL.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[35/49] Compiling Compatibility Version.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[36/49] Compiling Compatibility Backport.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[37/49] Compiling Compatibility BytesView.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[38/49] Compiling Compatibility DataStore.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[39/49] Compiling Compatibility Debug.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[40/49] Compiling Compatibility FileManager.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[41/49] Compiling Compatibility Graphics.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[42/49] Compiling Compatibility Network.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[43/49] Compiling Compatibility ObservableObject.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[44/49] Compiling Compatibility Enum.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[45/49] Compiling Compatibility Int.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[46/49] Compiling Compatibility Introspection.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[47/49] Compiling Compatibility OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[48/49] Compiling Compatibility OrderedSet.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[49/49] Compiling Compatibility String.swift
/host/spi-builder-workspace/.build/checkouts/Compatibility/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
12 | }
13 |
14 | @_exported import Foundation
| `- error: no such module 'Foundation'
15 |
16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
BUILD FAILURE 6.2 wasm