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 SwiftNP, reference main (ef19b2), with Swift 6.2 (beta) for Wasm on 25 Jun 2025 19:26:33 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/k-arindam/SwiftNP.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/k-arindam/SwiftNP
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ef19b20 [WIP] Structure Definition Part 2
Cloned https://github.com/k-arindam/SwiftNP.git
Revision (git rev-parse @):
ef19b20fd6b132c56b7791bb2ac8707807654389
SUCCESS checkout https://github.com/k-arindam/SwiftNP.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/k-arindam/SwiftNP.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
Fetching https://github.com/swiftlang/swift-docc-plugin.git
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.4 (3.14s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.02s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SwiftNP/SwiftNP.swift.bak
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Copying Localizable.xcstrings
[3/6] Write sources
[4/6] Copying Media.xcassets
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/54] Emitting module SwiftNP
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[8/60] Compiling SwiftNP Transpose+SwiftBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[9/60] Compiling SwiftNP SwiftBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[10/60] Compiling SwiftNP SwiftNP.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[11/60] Compiling SwiftNP Typealiases.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[12/60] Compiling SwiftNP Utils.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[13/60] Compiling SwiftNP resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[14/60] Compiling SwiftNP Shape+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[15/60] Compiling SwiftNP String+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[16/60] Compiling SwiftNP CGImage+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[17/60] Compiling SwiftNP MLMultiArray+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[18/60] Compiling SwiftNP NSImage+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[19/60] Compiling SwiftNP UIImage+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[20/60] Compiling SwiftNP NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[21/60] Compiling SwiftNP SNPBackendProvider.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[22/60] Compiling SwiftNP SNPError.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[23/60] Compiling SwiftNP ScalarOperation.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[24/60] Compiling SwiftNP Array+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[25/60] Compiling SwiftNP Int+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[26/60] Compiling SwiftNP MLMultiArray+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[27/60] Compiling SwiftNP Numeric+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[28/60] Compiling SwiftNP Arithmetic+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[29/60] Compiling SwiftNP Broadcasting+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[30/60] Compiling SwiftNP Indexing+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[31/60] Compiling SwiftNP Reshape+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[32/60] Compiling SwiftNP Statistical+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[33/60] Compiling SwiftNP Transpose+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[34/60] Compiling SwiftNP Initializers+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[35/60] Compiling SwiftNP UIImage+SwiftBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[36/60] Compiling SwiftNP Arithmetic+SwiftBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[37/60] Compiling SwiftNP Broadcasting+SwiftBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[38/60] Compiling SwiftNP Indexing+SwiftBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[39/60] Compiling SwiftNP Reshape+SwiftBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[40/60] Compiling SwiftNP Statistical+SwiftBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[41/60] Compiling SwiftNP Operators+NDArray.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[42/60] Compiling SwiftNP SNPBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[43/60] Compiling SwiftNP SNPNumeric.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[44/60] Compiling SwiftNP CGImage+SwiftBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[45/60] Compiling SwiftNP MLMultiArray+SwiftBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[46/60] Compiling SwiftNP NSImage+SwiftBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[47/60] Compiling SwiftNP AccelerateBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[48/60] Compiling SwiftNP CGImage+AccelerateBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[49/60] Compiling SwiftNP MLMultiArray+AccelerateBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[50/60] Compiling SwiftNP NSImage+AccelerateBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[51/60] Compiling SwiftNP UIImage+AccelerateBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[52/60] Compiling SwiftNP Arithmetic+AccelerateBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[53/60] Compiling SwiftNP Broadcasting+AccelerateBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[54/60] Compiling SwiftNP Indexing+AccelerateBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[55/60] Compiling SwiftNP Reshape+AccelerateBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[56/60] Compiling SwiftNP Statistical+AccelerateBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[57/60] Compiling SwiftNP Transpose+AccelerateBackend.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[58/60] Compiling SwiftNP Constants.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[59/60] Compiling SwiftNP ArithmeticOperation.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
[60/60] Compiling SwiftNP ReshapeOrder.swift
/host/spi-builder-workspace/Sources/SwiftNP/AccelerateBackend/AccelerateBackend.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | internal final class AccelerateBackend: SNPBackend {}
BUILD FAILURE 6.2 wasm