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 ShapeScript, reference main (b20899), with Swift 6.2 (beta) for Wasm on 2 Aug 2025 01:21:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/nicklockwood/ShapeScript.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/nicklockwood/ShapeScript
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b208996 Update for 1.8.12 release
Cloned https://github.com/nicklockwood/ShapeScript.git
Revision (git rev-parse @):
b2089960539d1c504e0ce84f890708649554fcb9
SUCCESS checkout https://github.com/nicklockwood/ShapeScript.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nicklockwood/ShapeScript.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/nicklockwood/SVGPath.git
Fetching https://github.com/nicklockwood/LRUCache.git
Fetching https://github.com/nicklockwood/Euclid.git
[1/201] Fetching lrucache
[150/436] Fetching lrucache, svgpath
[149/201] Fetching lrucache
[169/436] Fetching lrucache, svgpath
Fetched https://github.com/nicklockwood/SVGPath.git from cache (0.27s)
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.27s)
[1/10845] Fetching euclid
Fetched https://github.com/nicklockwood/Euclid.git from cache (3.44s)
Computing version for https://github.com/nicklockwood/SVGPath.git
Computed https://github.com/nicklockwood/SVGPath.git at 1.1.6 (3.84s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.0.7 (0.37s)
Computing version for https://github.com/nicklockwood/Euclid.git
Computed https://github.com/nicklockwood/Euclid.git at 0.7.16 (0.83s)
Creating working copy for https://github.com/nicklockwood/Euclid.git
Working copy of https://github.com/nicklockwood/Euclid.git resolved at 0.7.16
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.0.7
Creating working copy for https://github.com/nicklockwood/SVGPath.git
Working copy of https://github.com/nicklockwood/SVGPath.git resolved at 1.1.6
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/50] Emitting module Euclid
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[8/54] Compiling Euclid Polygon.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[9/54] Compiling Euclid Quaternion.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[10/54] Compiling Euclid Rotation.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[11/54] Compiling Euclid Stretchable.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[12/54] Compiling Euclid Transforms.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[13/54] Compiling Euclid Utilities.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[14/54] Compiling Euclid Vector.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[15/54] Compiling Euclid Vertex.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/54] Emitting module LRUCache
/host/spi-builder-workspace/.build/checkouts/LRUCache/Sources/LRUCache.swift:34:8: error: no such module 'Foundation'
 32 | //
 33 |
 34 | import Foundation
    |        `- error: no such module 'Foundation'
 35 |
 36 | #if canImport(UIKit) && !os(watchOS)
[17/54] Compiling LRUCache LRUCache.swift
/host/spi-builder-workspace/.build/checkouts/LRUCache/Sources/LRUCache.swift:34:8: error: no such module 'Foundation'
 32 | //
 33 |
 34 | import Foundation
    |        `- error: no such module 'Foundation'
 35 |
 36 | #if canImport(UIKit) && !os(watchOS)
[18/54] Compiling Euclid Mesh+CSG.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[19/54] Compiling Euclid Mesh+IO.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[20/54] Compiling Euclid Mesh+OBJ.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[21/54] Compiling Euclid Mesh+STL.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[22/54] Compiling Euclid Euclid+SceneKit.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[23/54] Compiling Euclid Euclid+UIKit.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[24/54] Compiling Euclid Line.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[25/54] Compiling Euclid LineSegment+CSG.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[26/54] Compiling Euclid LineSegment.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[27/54] Compiling Euclid Euclid+AppKit.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[28/54] Compiling Euclid Euclid+CoreGraphics.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[29/54] Compiling Euclid Euclid+CoreText.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[30/54] Compiling Euclid Euclid+RealityKit.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[31/54] Compiling Euclid Euclid+SIMD.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[32/54] Compiling Euclid Angle.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[33/54] Compiling Euclid BSP.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[34/54] Compiling Euclid Bounded.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[35/54] Compiling Euclid Bounds.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[36/54] Compiling Euclid Color.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[37/54] Compiling Euclid Mesh+Shapes.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[38/54] Compiling Euclid Mesh+Texcoords.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[39/54] Compiling Euclid Mesh.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[40/54] Compiling Euclid Path+Shapes.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[41/54] Compiling Euclid Path.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[42/54] Compiling Euclid PathPoint.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[43/54] Compiling Euclid Plane.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
[44/54] Compiling Euclid Polygon+CSG.swift
/host/spi-builder-workspace/.build/checkouts/Euclid/Sources/Angle.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | /// An angle or 2D rotation.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/54] Emitting module SVGPath
/host/spi-builder-workspace/.build/checkouts/SVGPath/Sources/SVGPath.swift:32:8: error: no such module 'Foundation'
 30 | //
 31 |
 32 | import Foundation
    |        `- error: no such module 'Foundation'
 33 |
 34 | public struct SVGPath: Hashable {
BUILD FAILURE 6.2 wasm