The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CubicSpline, reference main (de4bd2), with Swift 6.1 for Android on 29 May 2025 04:16:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/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.1
Building package at path:  $PWD
https://github.com/quantumOrange/CubicSpline.git
https://github.com/quantumOrange/CubicSpline.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "clapacke-linux",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/indisoluble/CLapacke-Linux"
    }
  ],
  "manifest_display_name" : "CubicSpline",
  "name" : "CubicSpline",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CubicSpline",
      "targets" : [
        "CubicSpline"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CubicSplineTests",
      "module_type" : "SwiftTarget",
      "name" : "CubicSplineTests",
      "path" : "Tests/CubicSplineTests",
      "sources" : [
        "CubicSpine3DTests.swift",
        "CubicSpline2DTests.swift",
        "CubicSpline4DTests.swift"
      ],
      "target_dependencies" : [
        "CubicSpline"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CubicSpline",
      "module_type" : "SwiftTarget",
      "name" : "CubicSpline",
      "path" : "Sources/CubicSpline",
      "product_memberships" : [
        "CubicSpline"
      ],
      "sources" : [
        "Array+Extensions.swift",
        "CubicCurve.swift",
        "CubicSpline+Callable.swift",
        "CubicSpline.swift",
        "Flattenable.swift",
        "Matrix.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/indisoluble/CLapacke-Linux
[2/25] Fetching clapacke-linux
Fetched https://github.com/indisoluble/CLapacke-Linux from cache (0.26s)
Computing version for https://github.com/indisoluble/CLapacke-Linux
Computed https://github.com/indisoluble/CLapacke-Linux at 1.0.1 (0.80s)
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-24593BA9C3E375BF.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 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 {
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: '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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] 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 {
[3/8] 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 {
[4/8] 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 {
[5/8] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] 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 {
[7/8] 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 {
[8/8] 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 {
BUILD FAILURE 6.1 android