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 Euler, reference main (f54c76), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 14:19:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/arguiot/Euler.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/arguiot/Euler
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f54c76e Releasing 0.3.12
Cloned https://github.com/arguiot/Euler.git
Revision (git rev-parse @):
f54c76e1ccd64e73623c2f44deb6ff78a03fcb24
SUCCESS checkout https://github.com/arguiot/Euler.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/arguiot/Euler.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/75] Emitting module Euler
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[4/85] Compiling Euler OperationsBigDouble.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[5/85] Compiling Euler BigInt.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[6/85] Compiling Euler BinaryBigInt.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[7/85] Compiling Euler OperationsBigInt.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[8/85] Compiling Euler Limbs.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[9/85] Compiling Euler RSA.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[10/85] Compiling Euler md5.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[11/85] Compiling Euler sha256.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[12/85] Compiling Euler Euler.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[13/85] Compiling Euler Array.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[14/85] Compiling Euler Collatz.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[15/85] Compiling Euler Fibonacci.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[16/85] Compiling Euler Sieve.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[17/85] Compiling Euler Graph.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[18/85] Compiling Euler Point.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[19/85] Compiling Euler Vector.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[20/85] Compiling Euler MOperations.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[21/85] Compiling Euler MProperties.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[22/85] Compiling Euler Matrix.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[23/85] Compiling Euler Constants.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[24/85] Compiling Euler Expression.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[25/85] Compiling Euler ExpressionSolver.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[26/85] Compiling Euler Grouper.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[27/85] Compiling Euler LaTeX.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[28/85] Compiling Euler Lexer.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[29/85] Compiling Euler CellAddressNode.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[30/85] Compiling Euler ConstantNode.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[31/85] Compiling Euler ExpressionNode.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[32/85] Compiling Euler FunctionNode.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[33/85] Compiling Euler Node.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[34/85] Compiling Euler NullNode.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[35/85] Compiling Euler LogicalLinker.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[36/85] Compiling Euler StatsLinker.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[37/85] Compiling Euler Tables.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[38/85] Compiling Euler TablesDataSource.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[39/85] Compiling Euler TablesDelegate.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[40/85] Compiling Euler KnuthDSupport.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[41/85] Compiling Euler Pointers.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[42/85] Compiling Euler Substring.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[43/85] Compiling Euler UnsafeMemory.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[44/85] Compiling Euler UnsafeMutableMemory.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[45/85] Compiling Euler Average.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[46/85] Compiling Euler Correlation.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[47/85] Compiling Euler Fisher.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[48/85] Compiling Euler Gauss.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[49/85] Compiling Euler Quantile.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[50/85] Compiling Euler Regression.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[51/85] Compiling Euler Statistics.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[52/85] Compiling Euler Variance.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[53/85] Compiling Euler CellValue.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[54/85] Compiling Euler CommonFormulas.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[55/85] Compiling Euler OperatorNode.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[56/85] Compiling Euler StringNode.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[57/85] Compiling Euler SymbolNode.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[58/85] Compiling Euler Parser.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[59/85] Compiling Euler Regex.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[60/85] Compiling Euler Polynomial.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[61/85] Compiling Euler simplify.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[62/85] Compiling Euler Tree.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[63/85] Compiling Euler BNativeExtensions.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[64/85] Compiling Euler BasicOperators.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[65/85] Compiling Euler BigDouble.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[66/85] Compiling Euler DateTime.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[67/85] Compiling Euler Engineering.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[68/85] Compiling Euler Financial.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[69/85] Compiling Euler Logical.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[70/85] Compiling Euler Statistical.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[71/85] Compiling Euler Execute.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[72/85] Compiling Euler CommonLinker.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[73/85] Compiling Euler DateLinker.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[74/85] Compiling Euler EngineeringLinker.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[75/85] Compiling Euler FinancialLinker.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[76/85] Compiling Euler Logarithms.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[77/85] Compiling Euler combinations.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[78/85] Compiling Euler fibonacci.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[79/85] Compiling Euler gamma.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[80/85] Compiling Euler gcd.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[81/85] Compiling Euler isPrime.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[82/85] Compiling Euler leastFactor.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[83/85] Compiling Euler modulo.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[84/85] Compiling Euler random.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
[85/85] Compiling Euler sum.swift
/host/spi-builder-workspace/Sources/Euler/Algebra/Expression/Expression.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | /// A helper class to parse and manipulate math expressions
10 | public class Expression: NSObject {
BUILD FAILURE 6.2 wasm