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.25 (1d8679), with Swift 6.0 for Linux on 27 Jun 2025 17:51:49 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wvabrinskas/Neuron.git
Reference: 2.0.25
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.25     -> FETCH_HEAD
HEAD is now at 1d8679f Develop (#105)
Cloned https://github.com/wvabrinskas/Neuron.git
Revision (git rev-parse @):
1d8679f687058618fec4ee778f6e8a37a06f876b
SUCCESS checkout https://github.com/wvabrinskas/Neuron.git at 2.0.25
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/wvabrinskas/Neuron.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/wvabrinskas/NumSwift.git
Fetching https://github.com/wvabrinskas/Logger.git
[1/107] Fetching logger
[108/1286] Fetching logger, numswift
Fetched https://github.com/wvabrinskas/Logger.git from cache (0.23s)
[1/5757] Fetching swift-numerics
Fetched https://github.com/wvabrinskas/NumSwift.git from cache (0.40s)
Fetched https://github.com/apple/swift-numerics from cache (0.40s)
Computing version for https://github.com/wvabrinskas/NumSwift.git
Computed https://github.com/wvabrinskas/NumSwift.git at 2.0.13 (2.02s)
Computing version for https://github.com/wvabrinskas/Logger.git
Computed https://github.com/wvabrinskas/Logger.git at 1.0.7 (0.60s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.73s)
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.3
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
[5/12] Copying GPU.metal
[7/12] Copying print-example.png
[8/12] Compiling _NumericsShims _NumericsShims.c
[9/12] Compiling NumSwiftC numswiftc_base.c
[10/12] Compiling NumSwiftC numswiftc.c
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/33] Compiling RealModule Real.swift
[14/34] Compiling RealModule Float16+Real.swift
[15/34] Compiling RealModule Float80+Real.swift
[16/34] Compiling RealModule RealFunctions.swift
[17/34] Compiling RealModule AlgebraicField.swift
[18/34] Compiling RealModule ApproximateEquality.swift
[19/34] Emitting module RealModule
[20/34] Compiling RealModule AugmentedArithmetic.swift
[21/34] Compiling RealModule Double+Real.swift
[22/34] Compiling RealModule ElementaryFunctions.swift
[23/34] Compiling RealModule Float+Real.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/40] Emitting module Logger
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Logger.swift:3:8: error: no such module 'os'
  1 |
  2 | import Foundation
  3 | import os
    |        `- error: no such module 'os'
  4 |
  5 | public enum LogPriority: String {
[26/40] Compiling Logger Logger.swift
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Logger.swift:3:8: error: no such module 'os'
  1 |
  2 | import Foundation
  3 | import os
    |        `- error: no such module 'os'
  4 |
  5 | public enum LogPriority: String {
[27/40] Compiling NumSwift Float16.swift
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwift/BaseNumeric.swift:2:8: error: no such module 'Accelerate'
  1 | import Foundation
  2 | import Accelerate
    |        `- error: no such module 'Accelerate'
  3 |
  4 | //3D
[28/41] Compiling NumSwift NumSwift.swift
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwift/BaseNumeric.swift:2:8: error: no such module 'Accelerate'
  1 | import Foundation
  2 | import Accelerate
    |        `- error: no such module 'Accelerate'
  3 |
  4 | //3D
error: emit-module command failed with exit code 1 (use -v to see invocation)
BUILD FAILURE 6.0 linux