The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Voronoi, reference master (e472a8), with Swift 6.2 for Android on 18 Jun 2025 21:54:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/coopercorona/voronoi.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/CooperCorona/CoronaMath.git
[1/910] Fetching coronamath
Fetched https://github.com/CooperCorona/CoronaMath.git from cache (0.24s)
Computing version for https://github.com/CooperCorona/CoronaMath.git
Computed https://github.com/CooperCorona/CoronaMath.git at 2.4.0 (0.61s)
Fetching https://github.com/CooperCorona/COpenBlas
Fetching https://github.com/CooperCorona/CoronaErrors.git
[1/145] Fetching coronaerrors
[125/192] Fetching coronaerrors, copenblas
Fetched https://github.com/CooperCorona/CoronaErrors.git from cache (0.26s)
Fetched https://github.com/CooperCorona/COpenBlas from cache (0.26s)
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 (2.28s)
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
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/4] Write sources
[3/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/16] Emitting module CoronaErrors
[6/17] Compiling CoronaErrors ValueError.swift
[7/17] Compiling CoronaErrors OperationError.swift
[8/17] Compiling CoronaErrors OperationException.swift
[9/17] Compiling CoronaErrors CoronaErrors.swift
[10/17] Compiling CoronaErrors Exception.swift
[11/17] Compiling CoronaErrors ParseError.swift
[12/17] Compiling CoronaErrors IOException.swift
[13/17] Compiling CoronaErrors NilException.swift
[14/17] Compiling CoronaErrors ParseException.swift
[15/17] Compiling CoronaErrors FileNotFoundException.swift
[16/17] Compiling CoronaErrors IOError.swift
[17/17] Compiling CoronaErrors ValueException.swift
[19/47] Compiling CoronaMath Array+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[20/47] Compiling CoronaMath ContinuousNumber.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[21/47] Compiling CoronaMath DiscreteNumber.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[22/47] Compiling CoronaMath Exports.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/50] Emitting module CoronaMath
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[24/50] Compiling CoronaMath FastOperations.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[25/50] Compiling CoronaMath ConstantSizeMatrix.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[26/50] Compiling CoronaMath Matrix3Base.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[27/50] Compiling CoronaMath Matrix4Base.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[28/50] Compiling CoronaMath ConstantSizeMatrix+MatrixOperationsBase.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[29/50] Compiling CoronaMath ContinuousMatrix.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[30/50] Compiling CoronaMath Matrix3Base+MatrixOperationsBase.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[31/50] Compiling CoronaMath Matrix4Base+MatrixOperationsBase.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[32/50] Compiling CoronaMath Vector4Base+Color.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[33/50] Compiling CoronaMath Vector4Base.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[34/50] Compiling CoronaMath VectorBase.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[35/50] Compiling CoronaMath ConstantSizeVector.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[36/50] Compiling CoronaMath ContinuousVector.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[37/50] Compiling CoronaMath IntPoint.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[38/50] Compiling CoronaMath PointBase.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[39/50] Compiling CoronaMath RectBase.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[40/50] Compiling CoronaMath SizeBase.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[41/50] Compiling CoronaMath Vector3Base+Color.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[42/50] Compiling CoronaMath Vector3Base.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[43/50] Compiling CoronaMath MatrixBase.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[44/50] Compiling CoronaMath MatrixError.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[45/50] Compiling CoronaMath SizeBase+MatrixDimensions.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[46/50] Compiling CoronaMath SquareMatrix.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[47/50] Compiling CoronaMath MatrixOperationsBase.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[48/50] Compiling CoronaMath VariableSizeMatrix.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[49/50] Compiling CoronaMath Sequence+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
[50/50] Compiling CoronaMath ConstantSizeContinuousVector.swift
/host/spi-builder-workspace/.build/checkouts/COpenBlas/module.modulemap:10:10: error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
 8 | }
 9 | module COpenBlas86_64 [system] {
10 |   header "/usr/include/x86_64-linux-gnu/cblas-openblas.h"
   |          `- error: header '/usr/include/x86_64-linux-gnu/cblas-openblas.h' not found
11 |   header "/usr/include/lapacke.h"
12 |
/host/spi-builder-workspace/.build/checkouts/CoronaMath/Sources/CoronaMath/FastOperations.swift:12:16: error: could not build C module 'COpenBlas86_64'
 10 |         import COpenBlas
 11 |     #else
 12 |         import COpenBlas86_64
    |                `- error: could not build C module 'COpenBlas86_64'
 13 |     #endif
 14 |     private typealias __CLPK_integer = Int32
BUILD FAILURE 6.2 android