The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Neuron, reference 2.0.24 (cdea55), with Swift 5.10 for Linux on 6 Feb 2025 22:19:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wvabrinskas/Neuron.git
Reference: 2.0.24
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/wvabrinskas/Neuron
 * tag               2.0.24     -> FETCH_HEAD
HEAD is now at cdea55a Merge develop (#99)
Cloned https://github.com/wvabrinskas/Neuron.git
Revision (git rev-parse @):
cdea55a67ec494b275b9aacab6fb2c43b216a07f
SUCCESS checkout https://github.com/wvabrinskas/Neuron.git at 2.0.24
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/wvabrinskas/Neuron.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/wvabrinskas/Logger.git
Fetching https://github.com/wvabrinskas/NumSwift.git
[1/107] Fetching logger
[70/1286] Fetching logger, numswift
[1249/6862] Fetching logger, numswift, swift-numerics
Fetched https://github.com/wvabrinskas/Logger.git from cache (0.75s)
Fetched https://github.com/wvabrinskas/NumSwift.git from cache (0.75s)
Fetched https://github.com/apple/swift-numerics from cache (0.76s)
Computing version for https://github.com/wvabrinskas/NumSwift.git
Computed https://github.com/wvabrinskas/NumSwift.git at 2.0.13 (1.98s)
Computing version for https://github.com/wvabrinskas/Logger.git
Computed https://github.com/wvabrinskas/Logger.git at 1.0.7 (0.78s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.88s)
Creating working copy for https://github.com/wvabrinskas/NumSwift.git
Working copy of https://github.com/wvabrinskas/NumSwift.git resolved at 2.0.13
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Creating working copy for https://github.com/wvabrinskas/Logger.git
Working copy of https://github.com/wvabrinskas/Logger.git resolved at 1.0.7
Building for debugging...
[0/12] Write sources
[1/12] Copying print-example.png
[1/12] Copying GPU.metal
[1/12] Write sources
[8/12] Compiling _NumericsShims _NumericsShims.c
[9/12] Compiling NumSwiftC numswiftc.c
[10/12] Compiling NumSwiftC numswiftc_base.c
[10/12] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/33] Emitting module NumSwift
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwift/BaseNumeric.swift:2:8: error: no such module 'Accelerate'
import Accelerate
       ^
[14/34] Compiling RealModule Float80+Real.swift
[15/34] Compiling RealModule Real.swift
[16/34] Compiling RealModule Float16+Real.swift
[17/34] Compiling RealModule AugmentedArithmetic.swift
[18/34] Compiling RealModule Double+Real.swift
[19/35] Emitting module RealModule
[20/35] Compiling RealModule AlgebraicField.swift
[21/35] Compiling RealModule ApproximateEquality.swift
[22/35] Compiling RealModule ElementaryFunctions.swift
[23/35] Compiling RealModule Float+Real.swift
[24/35] Compiling RealModule RealFunctions.swift
[26/41] Compiling NumSwift Extensions.swift
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwift/BaseNumeric.swift:2:8: error: no such module 'Accelerate'
import Accelerate
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/41] Emitting module Logger
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Logger.swift:3:8: error: no such module 'os'
import os
       ^
[28/41] Compiling Logger Logger.swift
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Logger.swift:3:8: error: no such module 'os'
import os
       ^
error: fatalError
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwift/BaseNumeric.swift:2:8: error: no such module 'Accelerate'
import Accelerate
       ^
BUILD FAILURE 5.10 linux