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 swift-bezier, reference 0.6.0 (7061d2), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 20:25:47 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/LuizZak/swift-bezier.git
Reference: 0.6.0
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/LuizZak/swift-bezier
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 7061d2e Adding BezierType.approximate() function
Cloned https://github.com/LuizZak/swift-bezier.git
Revision (git rev-parse @):
7061d2e5396e006e6b80313510c3689917d9569d
SUCCESS checkout https://github.com/LuizZak/swift-bezier.git at 0.6.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LuizZak/swift-bezier.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
Fetching https://github.com/LuizZak/MiniP5Printer.git
[1/50] Fetching minip5printer
Fetched https://github.com/LuizZak/MiniP5Printer.git from cache (0.39s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.65s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.66s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/LuizZak/MiniP5Printer.git
Working copy of https://github.com/LuizZak/MiniP5Printer.git resolved at main (5be1800)
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/30] Compiling SwiftBezier Bezier2PointType.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[4/30] Compiling SwiftBezier BezierPointType.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[5/30] Compiling SwiftBezier ConstructibleBezier2PointType.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/33] Emitting module SwiftBezier
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[7/33] Compiling SwiftBezier BezierLookUpTable.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[8/33] Compiling SwiftBezier CubicBezier+Cached.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[9/33] Compiling SwiftBezier CubicBezier.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[10/33] Compiling SwiftBezier CubicBezier2.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[11/33] Compiling SwiftBezier CubicBezier+Alias.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[12/33] Compiling SwiftBezier LinearBezier+Alias.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[13/33] Compiling SwiftBezier QuadBezier+Alias.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[14/33] Compiling SwiftBezier QuadBezier.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[15/33] Compiling SwiftBezier QuadBezier2.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[16/33] Compiling SwiftBezier CachedBezier.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[17/33] Compiling SwiftBezier BinarySearch.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[18/33] Compiling SwiftBezier BezierType.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[19/33] Compiling SwiftBezier BoundedBezier2Type.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[20/33] Compiling SwiftBezier DeCasteljauSolvableBezierType.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[21/33] Compiling SwiftBezier DerivableBezierType.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[22/33] Compiling SwiftBezier Comparable+Ext.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[23/33] Compiling SwiftBezier LegendreGauss.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[24/33] Compiling SwiftBezier Math.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[25/33] Compiling SwiftBezier QuadraticSolver.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[26/33] Compiling SwiftBezier LinearBezier+Cached.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[27/33] Compiling SwiftBezier LinearBezier.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[28/33] Compiling SwiftBezier LinearBezier2.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[29/33] Compiling SwiftBezier QuadBezier+Cached.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[30/33] Compiling SwiftBezier LookUpTable.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[31/33] Compiling SwiftBezier Bezier2DPoint.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[32/33] Compiling SwiftBezier Bezier2FPoint.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
[33/33] Compiling SwiftBezier Bezier2Type.swift
/host/spi-builder-workspace/Sources/swift-bezier/Beziers/Linear/LinearBezier2.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A 2-dimensional linear Bézier curve type.
BUILD FAILURE 6.2 wasm