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.2 (beta) for Linux on 27 Jun 2025 17:51:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-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.2
Building package at path:  $PWD
https://github.com/wvabrinskas/Neuron.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/wvabrinskas/Logger.git
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/wvabrinskas/NumSwift.git
[1/107] Fetching logger
[108/1286] Fetching logger, numswift
[1287/7043] Fetching logger, numswift, swift-numerics
Fetched https://github.com/wvabrinskas/NumSwift.git from cache (0.24s)
[1777/5864] Fetching logger, swift-numerics
Fetched https://github.com/wvabrinskas/Logger.git from cache (0.35s)
Fetched https://github.com/apple/swift-numerics from cache (0.35s)
Computing version for https://github.com/wvabrinskas/NumSwift.git
Computed https://github.com/wvabrinskas/NumSwift.git at 2.0.13 (2.56s)
Computing version for https://github.com/wvabrinskas/Logger.git
Computed https://github.com/wvabrinskas/Logger.git at 1.0.7 (0.38s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.60s)
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/wvabrinskas/Logger.git
Working copy of https://github.com/wvabrinskas/Logger.git resolved at 1.0.7
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Building for debugging...
[0/12] Write sources
[2/12] Copying GPU.metal
[5/12] Write sources
[7/12] Copying print-example.png
[8/12] Compiling _NumericsShims _NumericsShims.c
[9/12] Compiling NumSwiftC numswiftc_base.c
[10/12] Write swift-version-24593BA9C3E375BF.txt
[11/12] Compiling NumSwiftC numswiftc.c
[13/33] Compiling RealModule ElementaryFunctions.swift
[14/33] Compiling NumSwift BaseNumeric.swift
[15/33] Compiling NumSwift Double.swift
[16/33] Compiling RealModule Float+Real.swift
[17/34] Compiling RealModule Real.swift
[18/34] Compiling RealModule AlgebraicField.swift
[19/34] Compiling RealModule ApproximateEquality.swift
[20/34] Emitting module RealModule
[21/34] Compiling RealModule Float16+Real.swift
[22/34] Compiling RealModule Float80+Real.swift
[23/34] Compiling RealModule RealFunctions.swift
[25/40] Compiling ComplexModule Arithmetic.swift
[26/40] Compiling ComplexModule Complex.swift
[27/40] Compiling ComplexModule ElementaryFunctions.swift
[28/40] Emitting module ComplexModule
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/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 {
[30/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 {
[31/40] 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
[32/40] Compiling NumSwift Float32.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
BUILD FAILURE 6.2 linux