The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Voronoi, reference master (e472a8), with Swift 6.1 for Android on 27 May 2025 22:57:57 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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.1
Building package at path:  $PWD
https://github.com/coopercorona/voronoi.git
https://github.com/coopercorona/voronoi.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "coronamath",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CooperCorona/CoronaMath.git"
    }
  ],
  "manifest_display_name" : "Voronoi",
  "name" : "Voronoi",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Voronoi",
      "targets" : [
        "Voronoi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VoronoiTests",
      "module_type" : "SwiftTarget",
      "name" : "VoronoiTests",
      "path" : "Tests/VoronoiTests",
      "product_dependencies" : [
        "CoronaMath"
      ],
      "sources" : [
        "VoronoiTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Voronoi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Voronoi",
      "module_type" : "SwiftTarget",
      "name" : "Voronoi",
      "path" : "Sources/Voronoi",
      "product_dependencies" : [
        "CoronaMath"
      ],
      "product_memberships" : [
        "Voronoi"
      ],
      "sources" : [
        "Circle.swift",
        "ColorGraph/ColorGraph.swift",
        "ColorGraph/ColorNode.swift",
        "Direction2D.swift",
        "ExposedBinarySearchTree.swift",
        "SwiftPriorityQueue.swift",
        "VoronoiCell.swift",
        "VoronoiCircleEvent.swift",
        "VoronoiDiagram+Factory.swift",
        "VoronoiDiagram.swift",
        "VoronoiEdge.swift",
        "VoronoiEvent.swift",
        "VoronoiLine.swift",
        "VoronoiParabola.swift",
        "VoronoiResult.swift",
        "VoronoiSiteEvent.swift",
        "WeakReference.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/CooperCorona/CoronaMath.git
[1/910] Fetching coronamath
Fetched https://github.com/CooperCorona/CoronaMath.git from cache (0.25s)
Computing version for https://github.com/CooperCorona/CoronaMath.git
Computed https://github.com/CooperCorona/CoronaMath.git at 2.4.0 (1.10s)
Fetching https://github.com/CooperCorona/COpenBlas
Fetching https://github.com/CooperCorona/CoronaErrors.git
[1/145] Fetching coronaerrors
[65/192] Fetching coronaerrors, copenblas
Fetched https://github.com/CooperCorona/COpenBlas from cache (0.45s)
Fetched https://github.com/CooperCorona/CoronaErrors.git from cache (0.45s)
Computing version for https://github.com/CooperCorona/COpenBlas
Computed https://github.com/CooperCorona/COpenBlas at 1.1.0 (1.32s)
Computing version for https://github.com/CooperCorona/CoronaErrors.git
Computed https://github.com/CooperCorona/CoronaErrors.git at 2.0.4 (0.86s)
Creating working copy for https://github.com/CooperCorona/CoronaErrors.git
Working copy of https://github.com/CooperCorona/CoronaErrors.git resolved at 2.0.4
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
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-24593BA9C3E375BF.txt
[5/16] Compiling CoronaErrors ParseException.swift
[6/16] Compiling CoronaErrors OperationError.swift
[7/16] Compiling CoronaErrors OperationException.swift
[8/16] Compiling CoronaErrors FileNotFoundException.swift
[9/16] Compiling CoronaErrors IOError.swift
[10/16] Compiling CoronaErrors ValueError.swift
[11/16] Compiling CoronaErrors ParseError.swift
[12/16] Compiling CoronaErrors IOException.swift
[13/16] Compiling CoronaErrors NilException.swift
[14/16] Emitting module CoronaErrors
[15/16] Compiling CoronaErrors CoronaErrors.swift
[16/16] Compiling CoronaErrors Exception.swift
[17/17] Compiling CoronaErrors ValueException.swift
[19/47] 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
[20/47] 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
[21/47] 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
[22/47] 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
[23/47] 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
[24/47] 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
[25/47] 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
[26/47] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/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
[28/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
[29/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
[30/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
[31/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
[32/50] 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
[33/50] 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
[34/50] 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
[35/50] 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
[36/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
[37/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
[38/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
[39/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
[40/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
[41/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
[42/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
[43/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
[44/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
[45/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
[46/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
[47/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
[48/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
[49/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
[50/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'copenblas': ignoring declared target(s) 'COpenBlas' in the system package
warning: 'copenblas': system packages are deprecated; use system library targets instead
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/13] Compiling CoronaErrors ValueError.swift
[3/13] Compiling CoronaErrors ParseException.swift
[4/14] Compiling CoronaErrors ParseError.swift
[5/14] Compiling CoronaErrors OperationError.swift
[6/14] Compiling CoronaErrors OperationException.swift
[7/14] Compiling CoronaErrors IOException.swift
[8/14] Compiling CoronaErrors NilException.swift
[9/14] Compiling CoronaErrors CoronaErrors.swift
[10/14] Compiling CoronaErrors Exception.swift
[11/14] Emitting module CoronaErrors
[12/14] Compiling CoronaErrors FileNotFoundException.swift
[13/14] Compiling CoronaErrors IOError.swift
[14/14] Compiling CoronaErrors ValueException.swift
[16/44] 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
[17/44] 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
[18/44] 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
[19/44] 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
[20/47] 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
[21/47] 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
[22/47] 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
[23/47] 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
[24/47] 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
[25/47] 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
[26/47] 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
[27/47] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/47] 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
[29/47] 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
[30/47] 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
[31/47] 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
[32/47] 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
[33/47] 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
[34/47] 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
[35/47] 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
[36/47] 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
[37/47] 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
[38/47] 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
[39/47] 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
[40/47] 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
[41/47] 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
[42/47] 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
[43/47] 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
[44/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
[45/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
[46/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
[47/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
BUILD FAILURE 6.1 android