The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CoronaMath, reference 2.4.0 (17ef2f), with Swift 6.2 for Wasm on 22 Jun 2025 16:07:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/CooperCorona/CoronaMath.git
Reference: 2.4.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/CooperCorona/CoronaMath
 * tag               2.4.0      -> FETCH_HEAD
HEAD is now at 17ef2fb Add intersection and union methods to RectBase.
Cloned https://github.com/CooperCorona/CoronaMath.git
Revision (git rev-parse @):
17ef2fb286d235ab805f2f85116ca0b7276f5d5a
SUCCESS checkout https://github.com/CooperCorona/CoronaMath.git at 2.4.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CooperCorona/CoronaMath.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/CooperCorona/COpenBlas
Fetching https://github.com/CooperCorona/CoronaErrors.git
[1/145] Fetching coronaerrors
[128/192] Fetching coronaerrors, copenblas
Fetched https://github.com/CooperCorona/COpenBlas from cache (0.25s)
Fetched https://github.com/CooperCorona/CoronaErrors.git from cache (0.25s)
Computing version for https://github.com/CooperCorona/COpenBlas
Computed https://github.com/CooperCorona/COpenBlas at 1.1.0 (0.62s)
Computing version for https://github.com/CooperCorona/CoronaErrors.git
Computed https://github.com/CooperCorona/CoronaErrors.git at 2.0.4 (0.38s)
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/CoronaErrors.git
Working copy of https://github.com/CooperCorona/CoronaErrors.git resolved at 2.0.4
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/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/15] Emitting module CoronaErrors
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[5/16] Compiling CoronaErrors CoronaErrors.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[6/16] Compiling CoronaErrors Exception.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[7/16] Compiling CoronaErrors ValueException.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[8/16] Compiling CoronaErrors OperationError.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[9/16] Compiling CoronaErrors OperationException.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[10/16] Compiling CoronaErrors ValueError.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[11/16] Compiling CoronaErrors ParseException.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[12/16] Compiling CoronaErrors ParseError.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[13/16] Compiling CoronaErrors IOException.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[14/16] Compiling CoronaErrors NilException.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[15/16] Compiling CoronaErrors FileNotFoundException.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
[16/16] Compiling CoronaErrors IOError.swift
/host/spi-builder-workspace/.build/checkouts/CoronaErrors/Sources/CoronaErrors/Exception.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | ///An error that can be thrown. Encapsulates the type of
BUILD FAILURE 6.2 wasm