Build Information
Failed to build Neuron, reference main (1d8679
), with Swift 5.10 for Linux on 27 Jun 2025 17:51:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wvabrinskas/Neuron.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/wvabrinskas/Neuron
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4609320-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:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
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/NumSwift.git
Fetching https://github.com/wvabrinskas/Logger.git
[1/1179] Fetching numswift
[1098/1286] Fetching numswift, logger
[1252/7043] Fetching numswift, logger, swift-numerics
Fetched https://github.com/wvabrinskas/NumSwift.git from cache (0.28s)
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 (0.92s)
Computing version for https://github.com/wvabrinskas/Logger.git
Computed https://github.com/wvabrinskas/Logger.git at 1.0.7 (0.36s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.38s)
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/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
Building for debugging...
[0/12] Write sources
[3/12] Copying GPU.metal
[4/12] Write sources
[6/12] Copying print-example.png
[6/12] Write sources
[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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/33] Emitting module Logger
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Logger.swift:3:8: error: no such module 'os'
import os
^
[14/33] Compiling RealModule Real.swift
[15/34] Emitting module RealModule
[16/34] Compiling RealModule Float80+Real.swift
[17/34] Compiling RealModule RealFunctions.swift
[18/34] Compiling RealModule AugmentedArithmetic.swift
[19/34] Compiling RealModule Double+Real.swift
[20/34] Compiling RealModule AlgebraicField.swift
[21/34] Compiling RealModule ApproximateEquality.swift
[22/34] Compiling RealModule Float+Real.swift
[23/34] Compiling RealModule ElementaryFunctions.swift
[24/34] Compiling RealModule Float16+Real.swift
[26/40] Compiling ComplexModule Arithmetic.swift
[27/40] Compiling ComplexModule Complex.swift
[28/40] Emitting module ComplexModule
[29/40] Compiling ComplexModule ElementaryFunctions.swift
[30/40] Compiling Logger Logger.swift
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Logger.swift:3:8: error: no such module 'os'
import os
^
[31/40] Compiling NumSwift Extensions.swift
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwift/BaseNumeric.swift:2:8: error: no such module 'Accelerate'
import Accelerate
^
[32/41] Compiling NumSwift NumSwiftC.swift
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwift/BaseNumeric.swift:2:8: error: no such module 'Accelerate'
import Accelerate
^
error: fatalError
BUILD FAILURE 5.10 linux