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 Statement, reference main (fc7767), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 18:40:14 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/richardpiazza/Statement.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/richardpiazza/Statement
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fc77679 Sendable Conformances (#14)
Cloned https://github.com/richardpiazza/Statement.git
Revision (git rev-parse @):
fc77679f1d34c75cf996bd09169efbc31ca93d7a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Statement.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/richardpiazza/Statement.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/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/28] Compiling Statement StatementSyntax.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[5/28] Compiling Statement StructuredStatement.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[6/28] Compiling Statement Clause.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[7/31] Compiling Statement Entity.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[8/31] Compiling Statement Field.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[9/31] Compiling Statement ForeignKey.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[10/31] Compiling Statement ComparisonPredicate.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[11/31] Compiling Statement ConjunctivePredicate.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[12/31] Compiling Statement Group.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[13/31] Compiling Statement LogicalRenderer.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[14/31] Compiling Statement Renderer.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[15/31] Compiling Statement AnyAttribute.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[16/31] Compiling Statement Attribute.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[17/31] Compiling Statement Keyword.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[18/31] Compiling Statement LogicalPredicate.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[19/31] Compiling Statement Segment.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[20/31] Compiling Statement ClauseRenderer.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[21/31] Compiling Statement ComparisonRenderer.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/31] Compiling Statement ConjunctiveRenderer.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[23/31] Compiling Statement GroupRenderer.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[24/31] Compiling Statement ComparisonOperator.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[25/31] Compiling Statement ConjunctiveOperator.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[26/31] Compiling Statement LogicalOperator.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[27/31] Compiling Statement AnyRenderable.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[28/31] Compiling Statement AttributeConvertible.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[29/31] Compiling Statement DataType.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[30/31] Compiling Statement DataTypeConvertible.swift
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
[31/31] Emitting module Statement
/host/spi-builder-workspace/Sources/Statement/Rendering/AnyRenderable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | @available(*, deprecated, renamed: "Renderable")
BUILD FAILURE 6.2 wasm