The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CubicSpline, reference main (de4bd2), with Swift 6.2 for Android on 21 Jun 2025 03:40:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/quantumOrange/CubicSpline.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/quantumOrange/CubicSpline
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at de4bd20 start and end points
Cloned https://github.com/quantumOrange/CubicSpline.git
Revision (git rev-parse @):
de4bd20bbb22d1a0d0f0b2717ce40c5bbd2acb89
SUCCESS checkout https://github.com/quantumOrange/CubicSpline.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/quantumOrange/CubicSpline.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/indisoluble/CLapacke-Linux
[1/25] Fetching clapacke-linux
Fetched https://github.com/indisoluble/CLapacke-Linux from cache (0.41s)
Computing version for https://github.com/indisoluble/CLapacke-Linux
Computed https://github.com/indisoluble/CLapacke-Linux at 1.0.1 (0.90s)
Creating working copy for https://github.com/indisoluble/CLapacke-Linux
Working copy of https://github.com/indisoluble/CLapacke-Linux resolved at 1.0.1
warning: 'clapacke-linux': ignoring declared target(s) 'CLapacke-Linux' in the system package
warning: 'clapacke-linux': system packages are deprecated; use system library targets instead
warning: 'spi-builder-workspace': dependency 'clapacke-linux' is not used by any target
warning: you may be able to install lapacke using your system-packager:
    apt-get install liblapacke-dev
warning: you may be able to install lapacke using your system-packager:
    apt-get install liblapacke-dev
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/9] Emitting module CubicSpline
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
 7 |
 8 | import Foundation
 9 | import simd
   |        `- error: no such module 'simd'
10 |
11 | extension CubicCurve {
[4/9] Compiling CubicSpline Array+Extensions.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
 7 |
 8 | import Foundation
 9 | import simd
   |        `- error: no such module 'simd'
10 |
11 | extension CubicCurve {
[5/9] Compiling CubicSpline CubicCurve.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
 7 |
 8 | import Foundation
 9 | import simd
   |        `- error: no such module 'simd'
10 |
11 | extension CubicCurve {
[6/9] Compiling CubicSpline CubicSpline+Callable.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
 7 |
 8 | import Foundation
 9 | import simd
   |        `- error: no such module 'simd'
10 |
11 | extension CubicCurve {
[7/9] Compiling CubicSpline Matrix.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
 7 |
 8 | import Foundation
 9 | import simd
   |        `- error: no such module 'simd'
10 |
11 | extension CubicCurve {
[8/9] Compiling CubicSpline Flattenable.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
 7 |
 8 | import Foundation
 9 | import simd
   |        `- error: no such module 'simd'
10 |
11 | extension CubicCurve {
[9/9] Compiling CubicSpline CubicSpline.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
 7 |
 8 | import Foundation
 9 | import simd
   |        `- error: no such module 'simd'
10 |
11 | extension CubicCurve {
BUILD FAILURE 6.2 android