Build Information
Failed to build VecLab, reference 2.0.5 (693939
), with Swift 6.0 for Linux on 5 Jun 2025 03:04:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marcuspainter/VecLab.git
Reference: 2.0.5
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/marcuspainter/VecLab
* tag 2.0.5 -> FETCH_HEAD
HEAD is now at 6939393 FFT Zero-padding option
Cloned https://github.com/marcuspainter/VecLab.git
Revision (git rev-parse @):
6939393cbffd41d9396e2929f56ef86fe61cf439
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/marcuspainter/VecLab.git at 2.0.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/marcuspainter/VecLab.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/176] Emitting module VecLab
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[5/200] Compiling VecLab DoubleArray+Subscript+Range.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[6/200] Compiling VecLab Int+Math+Power.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[7/200] Compiling VecLab Numeric+ComplexUnit.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[8/200] Compiling VecLab Numeric+Float.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[9/200] Compiling VecLab ComplexDouble+Formatted.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[10/200] Compiling VecLab ComplexDouble+Math+Double.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[11/200] Compiling VecLab ComplexDouble+Math+DoubleArray.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[12/200] Compiling VecLab ComplexDouble+Math+LRConj.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[13/200] Compiling VecLab ComplexDouble+Math+Power.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[14/200] Compiling VecLab ComplexDouble+Operators.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[15/200] Compiling VecLab ComplexDouble+Properties.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[16/200] Compiling VecLab ComplexDouble.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[17/200] Compiling VecLab ComplexDouble+AdditiveArithmetic.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[18/200] Compiling VecLab ComplexDouble+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[19/200] Compiling VecLab ComplexDouble+CustomStringConvertible.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[20/200] Compiling VecLab ComplexDouble+ElementaryArithmetic.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[21/200] Compiling VecLab ComplexDouble+Equatable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[22/200] Compiling VecLab ComplexDouble+ExpressibleByIntegerLiteral.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[23/200] Compiling VecLab ComplexDouble+Hashable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[24/200] Compiling VecLab ComplexDouble+Numeric.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[25/200] Compiling VecLab ComplexDouble+SignedNumeric.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[26/200] Compiling VecLab ElementaryArithmetic.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[27/200] Compiling VecLab ComplexDoubleArray+Enumerated.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[28/200] Compiling VecLab ComplexDoubleArray+Map.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[29/200] Compiling VecLab norm.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[30/200] Compiling VecLab prod.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[31/200] Compiling VecLab sign.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[32/200] Compiling VecLab sum.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[33/200] Compiling VecLab abs+complex.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[34/200] Compiling VecLab angle.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[35/200] Compiling VecLab conj.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[36/200] Compiling VecLab imag.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[37/200] Compiling VecLab real.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[38/200] Compiling VecLab unwrap.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[39/200] Compiling VecLab wrapTo2Pi.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[40/200] Compiling VecLab wrapToPi.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[41/200] Compiling VecLab bin2freq.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[42/200] Compiling VecLab cart2pol.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[43/200] Compiling VecLab cart2sph.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[44/200] Compiling VecLab d2f.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[45/200] Compiling VecLab db2mag.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[46/200] Compiling VecLab db2pow.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[47/200] Compiling VecLab deg2rad.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[48/200] Compiling VecLab f2d.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[49/200] Compiling VecLab freq2bin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[50/200] Compiling VecLab mag2db.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[51/200] Compiling VecLab pol2cart.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[52/200] Compiling VecLab pow2db.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[53/200] Compiling VecLab rad2deg.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[54/200] Compiling VecLab BiquadTyoe.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[55/200] Compiling VecLab ConvolutionType.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[56/200] Compiling VecLab VecLab.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[57/200] Compiling VecLab WindowType.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[58/200] Compiling VecLab arange.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[59/200] Compiling VecLab cat.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[60/200] Compiling VecLab circshift.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[61/200] Compiling VecLab clear.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[62/200] Compiling VecLab fill.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[63/200] Compiling VecLab flip.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[64/200] Compiling VecLab length.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[65/200] Compiling VecLab ones.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[66/200] Compiling VecLab paddata.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[67/200] Compiling VecLab repelem.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[68/200] Compiling VecLab resize.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[69/200] Compiling VecLab slice.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[70/200] Compiling VecLab trimdata.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[71/200] Compiling VecLab vector.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[72/200] Compiling VecLab zeros.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[73/200] Compiling VecLab abs+real.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[74/200] Compiling VecLab cumprod.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[75/200] Compiling VecLab cumsum.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[76/200] Compiling VecLab disp.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[77/200] Compiling VecLab dot.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[78/200] Compiling VecLab iterate.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[79/224] Compiling VecLab sph2cart.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[80/224] Compiling VecLab factor.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[81/224] Compiling VecLab factorial.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[82/224] Compiling VecLab gcd.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[83/224] Compiling VecLab isprime.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[84/224] Compiling VecLab lcm.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[85/224] Compiling VecLab nchoosek.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[86/224] Compiling VecLab nextprime.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[87/224] Compiling VecLab perms.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[88/224] Compiling VecLab prevprime.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[89/224] Compiling VecLab primes.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[90/224] Compiling VecLab exp.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[91/224] Compiling VecLab expi.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[92/224] Compiling VecLab hypot.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[93/224] Compiling VecLab log.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[94/224] Compiling VecLab log10.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[95/224] Compiling VecLab log2.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[96/224] Compiling VecLab sqrt.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[97/224] Compiling VecLab dft.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[98/224] Compiling VecLab dftr.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[99/224] Compiling VecLab fft.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[100/224] Compiling VecLab fftr.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[101/224] Compiling VecLab fftshift.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[102/224] Compiling VecLab fftsymmetric.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[103/224] Compiling VecLab idft.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[104/224] Compiling VecLab biquadmag.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[105/224] Compiling VecLab conv.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[106/224] Compiling VecLab czt.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[107/224] Compiling VecLab findpeaks.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[108/224] Compiling VecLab iczt.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[109/224] Compiling VecLab paprdb.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[110/224] Compiling VecLab peak2peak.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[111/224] Compiling VecLab peak2rms.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[112/224] Compiling VecLab xcorr.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[113/224] Compiling VecLab Complex+Math.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[114/224] Compiling VecLab Global+Assertions.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[115/224] Compiling VecLab Vector+Complex.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[116/224] Compiling VecLab Vector+Inplace.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[117/224] Compiling VecLab Vector+Real.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[118/224] Compiling VecLab Double+Math+Power.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[119/224] Compiling VecLab DoubleArray+Init+Count.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[120/224] Compiling VecLab DoubleArray+Init+Float.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[121/224] Compiling VecLab DoubleArray+Init+Range+Step.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[122/224] Compiling VecLab DoubleArray+Math+Int.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[123/224] Compiling VecLab DoubleArray+Math+Power.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[124/224] Compiling VecLab DoubleArray+Math+Self.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[125/224] Compiling VecLab DoubleArray+Operators.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[126/224] Compiling VecLab DoubleArray+Subscript+Array.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[127/224] Compiling VecLab DoubleArray+Subscript+Range+Step.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[128/224] Compiling VecLab fminsearch.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[129/224] Compiling VecLab polyval.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[130/224] Compiling VecLab roots.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[131/224] Compiling VecLab pow.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[132/224] Compiling VecLab awgn.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[133/224] Compiling VecLab random.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[134/224] Compiling VecLab hampel.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[135/224] Compiling VecLab medfilt1.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[136/224] Compiling VecLab SpectrumWidth.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[137/224] Compiling VecLab freqspace.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[138/224] Compiling VecLab linspace.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[139/224] Compiling VecLab logspace.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[140/224] Compiling VecLab besseli0.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[141/224] Compiling VecLab sinc.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[142/224] Compiling VecLab histcounts.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[143/224] Compiling VecLab max.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[144/224] Compiling VecLab maxindex.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[145/224] Compiling VecLab mean.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[146/224] Compiling VecLab median.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[147/224] Compiling VecLab min.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[148/224] Compiling VecLab minindex.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[149/224] Compiling VecLab mode.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[150/224] Compiling VecLab rms.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[151/224] Compiling VecLab stddev.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[152/224] Compiling VecLab idftr.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[153/224] Compiling VecLab ifft.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[154/224] Compiling VecLab ifftr.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[155/224] Compiling VecLab ifftshfit.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[156/224] Compiling VecLab nextpow2.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[157/224] Compiling VecLab biquad.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[158/224] Compiling VecLab filter.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[159/224] Compiling VecLab freqz.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[160/224] Compiling VecLab diff.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[161/224] Compiling VecLab gradient.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[162/224] Compiling VecLab trapz.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[163/224] Compiling VecLab downsample.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[164/224] Compiling VecLab interp1.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[165/224] Compiling VecLab interpft.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[166/224] Compiling VecLab sincresample.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[167/224] Compiling VecLab upsample.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[168/224] Compiling VecLab ceil.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[169/224] Compiling VecLab fix.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[170/224] Compiling VecLab floor.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[171/224] Compiling VecLab frac.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[172/224] Compiling VecLab mod.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[173/224] Compiling VecLab rem.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[174/224] Compiling VecLab round.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[175/224] Compiling VecLab trunc.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[176/224] Compiling VecLab fminbnd.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[177/224] Compiling VecLab variance.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[178/224] Compiling VecLab tictoc.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[179/224] Compiling VecLab timeit.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[180/224] Compiling VecLab acos.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[181/224] Compiling VecLab asin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[182/224] Compiling VecLab atan.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[183/224] Compiling VecLab atan2.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[184/224] Compiling VecLab cos.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[185/224] Compiling VecLab sin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[186/224] Compiling VecLab sincos.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[187/224] Compiling VecLab tan.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[188/224] Compiling VecLab blackman.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[189/224] Compiling VecLab blackmanharris.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[190/224] Compiling VecLab flattopwin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[191/224] Compiling VecLab gausswin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[192/224] Compiling VecLab hamming.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[193/224] Compiling VecLab hann.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[194/224] Compiling VecLab kaiser.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[195/224] Compiling VecLab rectwin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[196/224] Compiling VecLab tukeywin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[197/224] Compiling VecLab erf.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[198/224] Compiling VecLab erfinv.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[199/224] Compiling VecLab gamma.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[200/224] Compiling VecLab biquadfreqz.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[201/224] Compiling VecLab ComplexDoubleArray+Math+Complex.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[202/224] Compiling VecLab ComplexDoubleArray+Math+Double.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[203/224] Compiling VecLab ComplexDoubleArray+Math+DoubleArray.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[204/224] Compiling VecLab ComplexDoubleArray+Math+LRConj.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[205/224] Compiling VecLab ComplexDoubleArray+Math+Power.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[206/224] Compiling VecLab ComplexDoubleArray+Math+Self.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[207/224] Compiling VecLab ComplexDoubleArray+Math+Unary.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[208/224] Compiling VecLab ComplexDoubleArray+More.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[209/224] Compiling VecLab ComplexDoubleArray+Operators.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[210/224] Compiling VecLab ComplexDoubleArray+Subscript+Array.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[211/224] Compiling VecLab ComplexDoubleArray+Subscript+Range+Step.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[212/224] Compiling VecLab ComplexDoubleArray+Subscript+Range.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[213/224] Compiling VecLab ComplexDoubleArray+Unsafe.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[214/224] Compiling VecLab ComplexDoubleArray+Zip.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[215/224] Compiling VecLab ComplexDoubleArray.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[216/224] Compiling VecLab ComplexDoubleArray+Collection.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[217/224] Compiling VecLab ComplexDoubleArray+CustomDebugStringConvertable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[218/224] Compiling VecLab ComplexDoubleArray+CustomStringConvertible.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[219/224] Compiling VecLab ComplexDoubleArray+Equatable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[220/224] Compiling VecLab ComplexDoubleArray+ExpressibleByArrayLiteral.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[221/224] Compiling VecLab ComplexDoubleArray+Hashable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[222/224] Compiling VecLab OperatorPrecedence.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[223/224] Compiling VecLab RealTypealias.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
[224/224] Compiling VecLab resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
6 | //
7 |
8 | import os.log
| `- error: no such module 'os.log'
9 |
10 | public final class VecLab: @unchecked Sendable {
BUILD FAILURE 6.0 linux