The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Voronoi, reference master (e472a8), with Swift 6.3 for Wasm on 12 Apr 2026 03:45:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coopercorona/voronoi.git
Reference: master
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/coopercorona/voronoi
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e472a88 Merge branch 'Swift5' Update to Swift 5.
Cloned https://github.com/coopercorona/voronoi.git
Revision (git rev-parse @):
e472a8886d69e986d6548732c28f565d2c8e6374
SUCCESS checkout https://github.com/coopercorona/voronoi.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/coopercorona/voronoi.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/CooperCorona/CoronaMath.git
[1/910] Fetching coronamath
Fetched https://github.com/CooperCorona/CoronaMath.git from cache (0.23s)
Computing version for https://github.com/CooperCorona/CoronaMath.git
Computed https://github.com/CooperCorona/CoronaMath.git at 2.4.0 (0.69s)
Fetching https://github.com/CooperCorona/CoronaErrors.git
Fetching https://github.com/CooperCorona/COpenBlas
[1/47] Fetching copenblas
[48/192] Fetching copenblas, coronaerrors
Fetched https://github.com/CooperCorona/COpenBlas from cache (0.45s)
Fetched https://github.com/CooperCorona/CoronaErrors.git from cache (0.46s)
Computing version for https://github.com/CooperCorona/COpenBlas
Computed https://github.com/CooperCorona/COpenBlas at 1.1.0 (2.80s)
Computing version for https://github.com/CooperCorona/CoronaErrors.git
Computed https://github.com/CooperCorona/CoronaErrors.git at 2.0.4 (0.50s)
Creating working copy for https://github.com/CooperCorona/CoronaErrors.git
Working copy of https://github.com/CooperCorona/CoronaErrors.git resolved at 2.0.4
Creating working copy for https://github.com/CooperCorona/COpenBlas
Working copy of https://github.com/CooperCorona/COpenBlas resolved at 1.1.0
Creating working copy for https://github.com/CooperCorona/CoronaMath.git
Working copy of https://github.com/CooperCorona/CoronaMath.git resolved at 2.4.0
warning: 'copenblas': ignoring declared target(s) 'COpenBlas' in the system package
warning: 'copenblas': system packages are deprecated; use system library targets instead
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/16] Compiling CoronaErrors OperationError.swift
[6/16] Compiling CoronaErrors OperationException.swift
[7/17] Compiling CoronaErrors ParseError.swift
[8/17] Compiling CoronaErrors ParseException.swift
[9/17] Emitting module CoronaErrors
[10/17] Compiling CoronaErrors FileNotFoundException.swift
[11/17] Compiling CoronaErrors IOError.swift
[12/17] Compiling CoronaErrors IOException.swift
[13/17] Compiling CoronaErrors NilException.swift
[14/17] Compiling CoronaErrors CoronaErrors.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:30:41: error: cannot find 'Thread' in scope
28 |         self.error = error
29 |         self.message = message
30 |         self.stackTrace = stackTrace ?? Thread.callStackSymbols
   |                                         `- error: cannot find 'Thread' in scope
31 |     }
32 |
[15/17] Compiling CoronaErrors Exception.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:30:41: error: cannot find 'Thread' in scope
28 |         self.error = error
29 |         self.message = message
30 |         self.stackTrace = stackTrace ?? Thread.callStackSymbols
   |                                         `- error: cannot find 'Thread' in scope
31 |     }
32 |
[16/17] Compiling CoronaErrors ValueError.swift
[17/17] Compiling CoronaErrors ValueException.swift
BUILD FAILURE 6.3 wasm