Build Information
Failed to build Numerix, reference main (97fc18
), with Swift 6.1 for Linux on 5 May 2025 05:04:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wigging/numerix.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/wigging/numerix
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 97fc18d Add a linear algebra page
Cloned https://github.com/wigging/numerix.git
Revision (git rev-parse @):
97fc18dcd4bf9af6b63bc9f70dee911f6c5535d4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wigging/numerix.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/wigging/numerix.git
https://github.com/wigging/numerix.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Numerix",
"name" : "Numerix",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Numerix",
"targets" : [
"Numerix"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VectorModule",
"module_type" : "SwiftTarget",
"name" : "VectorModule",
"path" : "Sources/VectorModule",
"product_memberships" : [
"Numerix"
],
"sources" : [
"Algebra.swift",
"ApproximatelyEqual.swift",
"Arithmetic.swift",
"DataBuffer.swift",
"Exponential.swift",
"Formatter.swift",
"Logarithm.swift",
"Power.swift",
"RandomDistribution.swift",
"Trigonometry.swift",
"Vector.swift"
],
"type" : "library"
},
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests",
"sources" : [
"MatrixTests.swift",
"RandomDistTests.swift",
"ShapedArrayTests.swift",
"TrigonometryTests.swift",
"VectorTests.swift"
],
"target_dependencies" : [
"Numerix"
],
"type" : "test"
},
{
"c99name" : "ShapedArrayModule",
"module_type" : "SwiftTarget",
"name" : "ShapedArrayModule",
"path" : "Sources/ShapedArrayModule",
"product_memberships" : [
"Numerix"
],
"sources" : [
"Arithmetic.swift",
"DataBuffer.swift",
"Helpers.swift",
"NumberStyle.swift",
"ShapedArray.swift",
"ShapedArrayElement.swift"
],
"type" : "library"
},
{
"c99name" : "Numerix",
"module_type" : "SwiftTarget",
"name" : "Numerix",
"path" : "Sources/Numerix",
"product_memberships" : [
"Numerix"
],
"sources" : [
"Numerix.swift"
],
"target_dependencies" : [
"VectorModule",
"MatrixModule",
"ShapedArrayModule"
],
"type" : "library"
},
{
"c99name" : "MatrixModule",
"module_type" : "SwiftTarget",
"name" : "MatrixModule",
"path" : "Sources/MatrixModule",
"product_memberships" : [
"Numerix"
],
"sources" : [
"Algebra.swift",
"ApproximatelyEqual.swift",
"Arithmetic.swift",
"DataBuffer.swift",
"Determinant.swift",
"Exponential.swift",
"Formatter.swift",
"Inverse.swift",
"Logarithm.swift",
"Matrix.swift",
"Pad.swift",
"Power.swift",
"Trigonometry.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/36] Compiling MatrixModule Power.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[7/37] Compiling VectorModule Trigonometry.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[8/38] Compiling ShapedArrayModule ShapedArrayElement.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[9/38] Compiling ShapedArrayModule ShapedArray.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[10/38] Compiling ShapedArrayModule NumberStyle.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[11/38] Compiling MatrixModule Determinant.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[12/38] Compiling MatrixModule Exponential.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/38] Emitting module VectorModule
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[14/38] Compiling MatrixModule Arithmetic.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[15/38] Compiling MatrixModule DataBuffer.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[16/38] Compiling MatrixModule Trigonometry.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[17/38] Compiling MatrixModule Algebra.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[18/38] Compiling MatrixModule ApproximatelyEqual.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[19/38] Compiling MatrixModule Pad.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[20/38] Compiling MatrixModule Logarithm.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[21/38] Compiling MatrixModule Matrix.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[22/38] Compiling VectorModule Vector.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[23/38] Compiling VectorModule RandomDistribution.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/38] Emitting module ShapedArrayModule
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[25/38] Compiling ShapedArrayModule Arithmetic.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[26/38] Compiling ShapedArrayModule DataBuffer.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[27/38] Compiling ShapedArrayModule Helpers.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[28/38] Compiling MatrixModule Formatter.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[29/38] Compiling MatrixModule Inverse.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/38] Emitting module MatrixModule
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[35/38] Compiling VectorModule Logarithm.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[38/38] Compiling VectorModule Power.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/32] Compiling ShapedArrayModule NumberStyle.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[3/32] Compiling ShapedArrayModule Helpers.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/32] Emitting module ShapedArrayModule
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[5/32] Compiling ShapedArrayModule Arithmetic.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[6/32] Compiling MatrixModule Power.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[7/33] Compiling ShapedArrayModule DataBuffer.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[8/33] Compiling VectorModule RandomDistribution.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[9/33] Compiling VectorModule Trigonometry.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[10/34] Compiling VectorModule Logarithm.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[11/34] Compiling VectorModule Power.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[12/34] Compiling MatrixModule Formatter.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[13/34] Compiling MatrixModule Inverse.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[14/34] Compiling MatrixModule Arithmetic.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[15/34] Compiling MatrixModule DataBuffer.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[16/34] Compiling MatrixModule Pad.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/34] Emitting module MatrixModule
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/34] Emitting module VectorModule
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[19/34] Compiling MatrixModule Algebra.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[20/34] Compiling MatrixModule ApproximatelyEqual.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
[21/34] Compiling MatrixModule Trigonometry.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[22/34] Compiling MatrixModule Determinant.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[23/34] Compiling MatrixModule Exponential.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[24/34] Compiling MatrixModule Logarithm.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[25/34] Compiling MatrixModule Matrix.swift
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
/host/spi-builder-workspace/Sources/MatrixModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Algebra {
[32/34] Compiling ShapedArrayModule ShapedArray.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[33/34] Compiling ShapedArrayModule ShapedArrayElement.swift
/host/spi-builder-workspace/Sources/ShapedArrayModule/Arithmetic.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | public protocol Arithmetic {
[34/34] Compiling VectorModule Vector.swift
/host/spi-builder-workspace/Sources/VectorModule/Algebra.swift:5:8: error: no such module 'Accelerate'
3 | */
4 |
5 | import Accelerate
| `- error: no such module 'Accelerate'
6 |
7 | @_documentation(visibility: private)
BUILD FAILURE 6.1 linux