The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CubicSpline with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quantumOrange/CubicSpline.git
Reference: 2.0.0
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
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 17f97f8 Merge branch 'cubic3d'
Cloned https://github.com/quantumOrange/CubicSpline.git
Revision (git rev-parse @):
17f97f8bb0945e0e15bfd3db7c62cc9662235e1e
SUCCESS checkout https://github.com/quantumOrange/CubicSpline.git at 2.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/quantumOrange/CubicSpline.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/indisoluble/CLapacke-Linux
[1/25] Fetching clapacke-linux
Fetched https://github.com/indisoluble/CLapacke-Linux from cache (0.20s)
Computing version for https://github.com/indisoluble/CLapacke-Linux
Computed https://github.com/indisoluble/CLapacke-Linux at 1.0.1 (0.52s)
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/9] Compiling CubicSpline Matrix.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
[4/9] Compiling CubicSpline CubicSpline.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
[5/9] Compiling CubicSpline CubicSpline+Callable.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
[6/9] Compiling CubicSpline Flattenable.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/9] Emitting module CubicSpline
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
[8/9] Compiling CubicSpline CubicCurve.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
[9/9] Compiling CubicSpline Array+Extensions.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
error: fatalError
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
[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'
import simd
       ^
[3/8] Compiling CubicSpline CubicSpline+Callable.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
[4/8] Compiling CubicSpline Flattenable.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
[5/8] Compiling CubicSpline CubicSpline.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
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'
import simd
       ^
[7/8] Compiling CubicSpline CubicCurve.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
[8/8] Compiling CubicSpline Array+Extensions.swift
/host/spi-builder-workspace/Sources/CubicSpline/CubicSpline+Callable.swift:9:8: error: no such module 'simd'
import simd
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1