Build Information
Failed to build VecLab, reference main (96f453
), with Swift 6.1 for Linux on 5 May 2025 22:33:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marcuspainter/VecLab.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/marcuspainter/VecLab
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 96f4533 Update README.md
Cloned https://github.com/marcuspainter/VecLab.git
Revision (git rev-parse @):
96f45336037f86e5f611dd7cfef398e58ee0a7ea
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/marcuspainter/VecLab.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/marcuspainter/VecLab.git
https://github.com/marcuspainter/VecLab.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "VecLab",
"name" : "VecLab",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.4"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "VecLab",
"targets" : [
"VecLab"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VecLabTests",
"module_type" : "SwiftTarget",
"name" : "VecLabTests",
"path" : "Tests/VecLabTests",
"sources" : [
"CZTTests.swift",
"ConcurrencyCheckTests.swift",
"Functions/ArrayTests.swift",
"Functions/BasicTests.swift",
"Functions/ComplexTests.swift",
"Functions/ConverisonTests.swift",
"Functions/DiscreteTests.swift",
"Functions/ExponentTests.swift",
"Functions/FFTTests.swift",
"Functions/FilterTests.swift",
"Functions/IntegrationTests.swift",
"Functions/InterpolationTests.swift",
"Functions/ModuloTests.swift",
"Functions/OptimizationTests.swift",
"Functions/PolynomialTests.swift",
"Functions/PowTests.swift",
"Functions/Precedence.swift",
"Functions/SmoothingTests.swift",
"Functions/SpaceTests.swift",
"Functions/SpecialTests.swift",
"Functions/StatisticsTests.swift",
"Functions/TimingTests.swift",
"Functions/TrigonometryTests.swift",
"Functions/WindowTests.swift",
"Operators/AddTests.swift",
"Operators/DivideInfinityTests.swift",
"Operators/DivideTests.swift",
"Operators/LConjMultiply.swift",
"Operators/MultiplyTests.swift",
"Operators/PowerTests.swift",
"Operators/RConjMultiplyTests.swift",
"Operators/SubtractTests.swift",
"Operators/UMinusTests.swift",
"Subscripts/ArraySubscriptTests.swift",
"Subscripts/ComplexDoubleArrayExtensionsTests.swift",
"Subscripts/DoubleArrayExtensionsTests.swift",
"TestHelpers/TestHelper.swift",
"TestHelpers/XCT+Assertions.swift",
"Types/ComplexDoubleArrayEnumeratedTests.swift",
"Types/ComplexDoubleArrayTests.swift",
"Types/ComplexDoublePropertyTests.swift",
"VecLabTests.swift"
],
"target_dependencies" : [
"VecLab"
],
"type" : "test"
},
{
"c99name" : "VecLab",
"module_type" : "SwiftTarget",
"name" : "VecLab",
"path" : "Sources/VecLab",
"product_memberships" : [
"VecLab"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/VecLab/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Enums/BiquadTyoe.swift",
"Enums/ConvolutionType.swift",
"Enums/VecLab.swift",
"Enums/WindowType.swift",
"Functions/Arrays/arange.swift",
"Functions/Arrays/cat.swift",
"Functions/Arrays/circshift.swift",
"Functions/Arrays/clear.swift",
"Functions/Arrays/fill.swift",
"Functions/Arrays/flip.swift",
"Functions/Arrays/length.swift",
"Functions/Arrays/ones.swift",
"Functions/Arrays/paddata.swift",
"Functions/Arrays/repelem.swift",
"Functions/Arrays/resize.swift",
"Functions/Arrays/slice.swift",
"Functions/Arrays/trimdata.swift",
"Functions/Arrays/vector.swift",
"Functions/Arrays/zeros.swift",
"Functions/Basic/abs+real.swift",
"Functions/Basic/cumsum.swift",
"Functions/Basic/disp.swift",
"Functions/Basic/dot.swift",
"Functions/Basic/iterate.swift",
"Functions/Basic/norm.swift",
"Functions/Basic/prod.swift",
"Functions/Basic/sign.swift",
"Functions/Basic/sum.swift",
"Functions/Complex/abs+complex.swift",
"Functions/Complex/angle.swift",
"Functions/Complex/conj.swift",
"Functions/Complex/imag.swift",
"Functions/Complex/real.swift",
"Functions/Complex/unwrap.swift",
"Functions/Complex/wrapTo2Pi.swift",
"Functions/Complex/wrapToPi.swift",
"Functions/Conversion/bin2freq.swift",
"Functions/Conversion/cart2pol.swift",
"Functions/Conversion/cart2sph.swift",
"Functions/Conversion/d2f.swift",
"Functions/Conversion/db2mag.swift",
"Functions/Conversion/db2pow.swift",
"Functions/Conversion/deg2rad.swift",
"Functions/Conversion/f2d.swift",
"Functions/Conversion/freq2bin.swift",
"Functions/Conversion/mag2db.swift",
"Functions/Conversion/pol2cart.swift",
"Functions/Conversion/pow2db.swift",
"Functions/Conversion/rad2deg.swift",
"Functions/Conversion/sph2cart.swift",
"Functions/Discrete/factor.swift",
"Functions/Discrete/factorial.swift",
"Functions/Discrete/gcd.swift",
"Functions/Discrete/isprime.swift",
"Functions/Discrete/lcm.swift",
"Functions/Discrete/nchoosek.swift",
"Functions/Discrete/nextprime.swift",
"Functions/Discrete/perms.swift",
"Functions/Discrete/prevprime.swift",
"Functions/Discrete/primes.swift",
"Functions/Exponents/exp.swift",
"Functions/Exponents/expi.swift",
"Functions/Exponents/hypot.swift",
"Functions/Exponents/log.swift",
"Functions/Exponents/log10.swift",
"Functions/Exponents/log2.swift",
"Functions/Exponents/sqrt.swift",
"Functions/FFT/dft.swift",
"Functions/FFT/dftr.swift",
"Functions/FFT/fft.swift",
"Functions/FFT/fftr.swift",
"Functions/FFT/fftshift.swift",
"Functions/FFT/fftsymmetric.swift",
"Functions/FFT/idft.swift",
"Functions/FFT/idftr.swift",
"Functions/FFT/ifft.swift",
"Functions/FFT/ifftr.swift",
"Functions/FFT/ifftshfit.swift",
"Functions/FFT/nextpow2.swift",
"Functions/Filter/biquad.swift",
"Functions/Filter/filter.swift",
"Functions/Filter/freqz.swift",
"Functions/Integration/diff.swift",
"Functions/Integration/gradient.swift",
"Functions/Integration/trapz.swift",
"Functions/Interpolation/downsample.swift",
"Functions/Interpolation/interp1.swift",
"Functions/Interpolation/interpft.swift",
"Functions/Interpolation/sincresample.swift",
"Functions/Interpolation/upsample.swift",
"Functions/Modulo/ceil.swift",
"Functions/Modulo/fix.swift",
"Functions/Modulo/floor.swift",
"Functions/Modulo/frac.swift",
"Functions/Modulo/mod.swift",
"Functions/Modulo/rem.swift",
"Functions/Modulo/round.swift",
"Functions/Modulo/trunc.swift",
"Functions/Optimization/fminbnd.swift",
"Functions/Optimization/fminsearch.swift",
"Functions/Polynomials/polyval.swift",
"Functions/Polynomials/roots.swift",
"Functions/Power/pow.swift",
"Functions/Random/awgn.swift",
"Functions/Random/random.swift",
"Functions/Smoothing/hampel.swift",
"Functions/Smoothing/medfilt1.swift",
"Functions/Space/SpectrumWidth.swift",
"Functions/Space/freqspace.swift",
"Functions/Space/linspace.swift",
"Functions/Space/logspace.swift",
"Functions/Special/besseli0.swift",
"Functions/Special/sinc.swift",
"Functions/Statistics/histcounts.swift",
"Functions/Statistics/max.swift",
"Functions/Statistics/maxindex.swift",
"Functions/Statistics/mean.swift",
"Functions/Statistics/median.swift",
"Functions/Statistics/min.swift",
"Functions/Statistics/minindex.swift",
"Functions/Statistics/mode.swift",
"Functions/Statistics/rms.swift",
"Functions/Statistics/stddev.swift",
"Functions/Statistics/variance.swift",
"Functions/Timing/tictoc.swift",
"Functions/Timing/timeit.swift",
"Functions/Trigonometry/acos.swift",
"Functions/Trigonometry/asin.swift",
"Functions/Trigonometry/atan.swift",
"Functions/Trigonometry/atan2.swift",
"Functions/Trigonometry/cos.swift",
"Functions/Trigonometry/sin.swift",
"Functions/Trigonometry/sincos.swift",
"Functions/Trigonometry/tan.swift",
"Functions/Window/blackman.swift",
"Functions/Window/blackmanharris.swift",
"Functions/Window/flattopwin.swift",
"Functions/Window/gausswin.swift",
"Functions/Window/hamming.swift",
"Functions/Window/hann.swift",
"Functions/Window/kaiser.swift",
"Functions/Window/rectwin.swift",
"Functions/Window/tukeywin.swift",
"Functions/_New/Experimental/erf.swift",
"Functions/_New/Experimental/erfinv.swift",
"Functions/_New/Experimental/gamma.swift",
"Functions/_New/biquadfreqz.swift",
"Functions/_New/biquadmag.swift",
"Functions/_New/conv.swift",
"Functions/_New/czt.swift",
"Functions/_New/findpeaks.swift",
"Functions/_New/iczt.swift",
"Functions/_New/paprdb.swift",
"Functions/_New/peak2peak.swift",
"Functions/_New/peak2rms.swift",
"Functions/_New/xcorr.swift",
"Internal/Complex+Math.swift",
"Internal/Global+Assertions.swift",
"Internal/Vector+Complex.swift",
"Internal/Vector+Inplace.swift",
"Internal/Vector+Real.swift",
"Swift+Extensions/Double/Double+Math+Power.swift",
"Swift+Extensions/DoubleArray/DoubleArray+Init+Count.swift",
"Swift+Extensions/DoubleArray/DoubleArray+Init+Float.swift",
"Swift+Extensions/DoubleArray/DoubleArray+Init+Range+Step.swift",
"Swift+Extensions/DoubleArray/DoubleArray+Math+Int.swift",
"Swift+Extensions/DoubleArray/DoubleArray+Math+Power.swift",
"Swift+Extensions/DoubleArray/DoubleArray+Math+Self.swift",
"Swift+Extensions/DoubleArray/DoubleArray+Subscript+Array.swift",
"Swift+Extensions/DoubleArray/DoubleArray+Subscript+Range+Step.swift",
"Swift+Extensions/DoubleArray/DoubleArray+Subscript+Range.swift",
"Swift+Extensions/Int/Int+Math+Power.swift",
"Swift+Extensions/Numeric/Numeric+ComplexUnit.swift",
"Swift+Extensions/Numeric/Numeric+Float.swift",
"Types/Complex/ComplexDouble+Formatted.swift",
"Types/Complex/ComplexDouble+Math+Double.swift",
"Types/Complex/ComplexDouble+Math+DoubleArray.swift",
"Types/Complex/ComplexDouble+Math+LRConj.swift",
"Types/Complex/ComplexDouble+Math+Power.swift",
"Types/Complex/ComplexDouble+Math.swift",
"Types/Complex/ComplexDouble+Properties.swift",
"Types/Complex/ComplexDouble.swift",
"Types/ComplexArray/ComplexDoubleArray+Enumerated.swift",
"Types/ComplexArray/ComplexDoubleArray+Map.swift",
"Types/ComplexArray/ComplexDoubleArray+Math+Array.swift",
"Types/ComplexArray/ComplexDoubleArray+Math+Complex.swift",
"Types/ComplexArray/ComplexDoubleArray+Math+Double.swift",
"Types/ComplexArray/ComplexDoubleArray+Math+LRConj.swift",
"Types/ComplexArray/ComplexDoubleArray+Math+Power.swift",
"Types/ComplexArray/ComplexDoubleArray+Math+Self.swift",
"Types/ComplexArray/ComplexDoubleArray+Math+Unary.swift",
"Types/ComplexArray/ComplexDoubleArray+More.swift",
"Types/ComplexArray/ComplexDoubleArray+Operators.swift",
"Types/ComplexArray/ComplexDoubleArray+Subscript+Array.swift",
"Types/ComplexArray/ComplexDoubleArray+Subscript+Range+Step.swift",
"Types/ComplexArray/ComplexDoubleArray+Subscript+Range.swift",
"Types/ComplexArray/ComplexDoubleArray+Unsafe.swift",
"Types/ComplexArray/ComplexDoubleArray+Zip.swift",
"Types/ComplexArray/ComplexDoubleArray.swift",
"Types/Precedence/OperatorPrecedence.swift",
"Types/RealTypealias.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-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/162] 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/184] 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 {
[6/184] 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 {
[7/184] 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 {
[8/184] 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 {
[9/184] 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 {
[10/184] 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 {
[11/184] 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 {
[12/184] 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 {
[13/184] 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 {
[14/184] 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 {
[15/184] 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 {
[16/184] 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 {
[17/184] 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 {
[18/184] 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 {
[19/184] 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 {
[20/184] 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 {
[21/184] 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 {
[22/184] 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 {
[23/184] 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 {
[24/184] 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 {
[25/184] 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 {
[26/184] 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 {
[27/184] 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 {
[28/206] 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 {
[29/206] 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 {
[30/206] 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 {
[31/206] 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 {
[32/206] 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 {
[33/206] 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 {
[34/206] 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 {
[35/206] 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 {
[36/206] 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 {
[37/206] 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 {
[38/206] 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 {
[39/206] 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 {
[40/206] 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 {
[41/206] 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 {
[42/206] 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 {
[43/206] 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 {
[44/206] 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 {
[45/206] 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 {
[46/206] 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 {
[47/206] 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 {
[48/206] 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 {
[49/206] 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 {
[50/206] 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 {
[51/206] 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 {
[52/206] 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 {
[53/206] 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 {
[54/206] 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 {
[55/206] 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 {
[56/206] 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 {
[57/206] 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 {
[58/206] 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 {
[59/206] 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 {
[60/206] 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 {
[61/206] 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 {
[62/206] 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 {
[63/206] 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 {
[64/206] 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 {
[65/206] 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 {
[66/206] 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 {
[67/206] 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 {
[68/206] 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 {
[69/206] 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 {
[70/206] 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 {
[71/206] 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 {
[72/206] 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 {
[73/206] 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 {
[74/206] 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 {
[75/206] 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 {
[76/206] 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 {
[77/206] 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 {
[78/206] 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 {
[79/206] 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 {
[80/206] 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 {
[81/206] 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 {
[82/206] 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 {
[83/206] 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 {
[84/206] 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 {
[85/206] 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 {
[86/206] 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 {
[87/206] 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 {
[88/206] 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 {
[89/206] 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 {
[90/206] 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 {
[91/206] 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 {
[92/206] 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 {
[93/206] 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 {
[94/206] 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 {
[95/206] 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 {
[96/206] 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 {
[97/206] 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 {
[98/206] 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 {
[99/206] 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 {
[100/206] 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 {
[101/206] 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 {
[102/206] 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 {
[103/206] 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 {
[104/206] 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 {
[105/206] 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 {
[106/206] 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 {
[107/206] 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 {
[108/206] 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 {
[109/206] 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 {
[110/206] 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 {
[111/206] 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 {
[112/206] 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 {
[113/206] 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 {
[114/206] 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 {
[115/206] 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 {
[116/206] 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 {
[117/206] 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 {
[118/206] 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 {
[119/206] 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 {
[120/206] 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 {
[121/206] 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 {
[122/206] 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 {
[123/206] 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 {
[124/206] 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 {
[125/206] 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 {
[126/206] 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 {
[127/206] 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 {
[128/206] 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 {
[129/206] 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 {
[130/206] 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 {
[131/206] 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 {
[132/206] 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 {
[133/206] 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 {
[134/206] 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 {
[135/206] 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 {
[136/206] 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 {
[137/206] 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 {
[138/206] 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 {
[139/206] Compiling VecLab ComplexDouble+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 {
[140/206] 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 {
[141/206] 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 {
[142/206] 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 {
[143/206] 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 {
[144/206] 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 {
[145/206] 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 {
[146/206] 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 {
[147/206] 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 {
[148/206] 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 {
[149/206] 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 {
[150/206] 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 {
[151/206] 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 {
[152/206] 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 {
[153/206] 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 {
[154/206] 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 {
[155/206] 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 {
[156/206] 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 {
[157/206] 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 {
[158/206] 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 {
[159/206] 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 {
[160/206] 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 {
[161/206] 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 {
[162/206] 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 {
[163/206] 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 {
[164/206] 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 {
[165/206] 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 {
[166/206] 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 {
[167/206] 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 {
[168/206] 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 {
[169/206] 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 {
[170/206] 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 {
[171/206] 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 {
[172/206] 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 {
[173/206] 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 {
[174/206] 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 {
[175/206] 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 {
[176/206] 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 {
[177/206] 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 {
[178/206] 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 {
[179/206] 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 {
[180/206] 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 {
[181/206] 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 {
[182/206] 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 {
[183/206] 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 {
[184/206] 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 {
[185/206] 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 {
[186/206] 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 {
[187/206] 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 {
[188/206] 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 {
[189/206] Compiling VecLab ComplexDoubleArray+Math+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 {
[190/206] 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 {
[191/206] 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 {
[192/206] 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 {
[193/206] 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 {
[194/206] 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 {
[195/206] 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 {
[196/206] 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 {
[197/206] 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 {
[198/206] 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 {
[199/206] 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 {
[200/206] 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 {
[201/206] 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 {
[202/206] 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 {
[203/206] 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 {
[204/206] 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 {
[205/206] 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 {
[206/206] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/160] 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 {
[3/160] 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 {
[4/160] 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 {
[5/160] 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 {
[6/160] 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 {
[7/160] 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 {
[8/160] 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 {
[9/160] 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 {
[10/160] 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 {
[11/160] 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 {
[12/160] 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 {
[13/160] 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 {
[14/160] 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 {
[15/160] 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 {
[16/160] 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 {
[17/160] 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 {
[18/160] 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 {
[19/160] 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 {
[20/160] 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 {
[21/160] 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 {
[22/160] 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 {
[23/160] 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 {
[24/160] 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 {
[25/182] 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 {
[26/182] 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 {
[27/182] 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 {
[28/182] 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 {
[29/182] 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 {
[30/182] 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 {
[31/182] 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 {
[32/182] 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 {
[33/182] 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 {
[34/182] 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 {
[35/182] 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 {
[36/182] 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 {
[37/182] 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 {
[38/182] 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 {
[39/182] 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 {
[40/182] 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 {
[41/182] 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 {
[42/182] 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 {
[43/182] 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 {
[44/182] 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 {
[45/182] 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 {
[46/182] 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 {
[47/182] 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 {
[48/204] 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 {
[49/204] 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 {
[50/204] 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 {
[51/204] 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 {
[52/204] 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 {
[53/204] 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 {
[54/204] 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 {
[55/204] 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 {
[56/204] 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 {
[57/204] 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 {
[58/204] 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 {
[59/204] 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 {
[60/204] 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 {
[61/204] 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 {
[62/204] 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 {
[63/204] 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 {
[64/204] 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 {
[65/204] 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 {
[66/204] 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 {
[67/204] 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 {
[68/204] 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 {
[69/204] Compiling VecLab ComplexDouble+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 {
[70/204] 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 {
[71/204] 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 {
[72/204] 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 {
[73/204] 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 {
[74/204] Compiling VecLab ComplexDoubleArray+Math+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 {
[75/204] 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 {
[76/204] 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 {
[77/204] 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 {
[78/204] 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 {
[79/204] 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 {
[80/204] 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 {
[81/204] 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 {
[82/204] 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 {
[83/204] 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 {
[84/204] 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 {
[85/204] 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 {
[86/204] 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 {
[87/204] 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 {
[88/204] 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 {
[89/204] 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 {
[90/204] 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 {
[91/204] 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 {
[92/204] 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 {
[93/204] 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 {
[94/204] 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 {
[95/204] 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 {
[96/204] 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 {
[97/204] 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 {
[98/204] 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 {
[99/204] 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 {
[100/204] 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 {
[101/204] 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 {
[102/204] 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 {
[103/204] 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 {
[104/204] 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 {
[105/204] 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 {
[106/204] 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 {
[107/204] 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 {
[108/204] 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 {
[109/204] 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 {
[110/204] 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 {
[111/204] 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 {
[112/204] 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 {
[113/204] 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 {
[114/204] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[115/204] 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 {
[116/204] 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 {
[117/204] 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 {
[118/204] 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 {
[119/204] 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 {
[120/204] 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 {
[121/204] 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 {
[122/204] 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 {
[123/204] 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 {
[124/204] 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 {
[125/204] 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 {
[126/204] 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 {
[127/204] 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 {
[128/204] 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 {
[129/204] 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 {
[130/204] 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 {
[131/204] 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 {
[132/204] 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 {
[133/204] 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 {
[134/204] 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 {
[135/204] 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 {
[136/204] 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 {
[137/204] 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 {
[138/204] 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 {
[139/204] 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 {
[140/204] 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 {
[141/204] 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 {
[142/204] 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 {
[143/204] 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 {
[144/204] 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 {
[145/204] 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 {
[146/204] 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 {
[147/204] 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 {
[148/204] 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 {
[149/204] 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 {
[150/204] 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 {
[151/204] 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 {
[152/204] 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 {
[153/204] 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 {
[154/204] 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 {
[155/204] 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 {
[156/204] 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 {
[157/204] 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 {
[158/204] 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 {
[159/204] 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 {
[160/204] 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 {
[161/204] 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 {
[162/204] 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 {
[163/204] 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 {
[164/204] 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 {
[165/204] 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 {
[166/204] 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 {
[167/204] 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 {
[168/204] 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 {
[169/204] 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 {
[170/204] 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 {
[171/204] 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 {
[172/204] 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 {
[173/204] 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 {
[174/204] 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 {
[175/204] 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 {
[176/204] 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 {
[177/204] 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 {
[178/204] 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 {
[179/204] 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 {
[180/204] 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 {
[181/204] 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 {
[182/204] 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 {
[183/204] 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 {
[184/204] 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 {
[185/204] 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 {
[186/204] 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 {
[187/204] 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 {
[188/204] 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 {
[189/204] 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 {
[190/204] 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 {
[191/204] 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 {
[192/204] 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 {
[193/204] 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 {
[194/204] 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 {
[195/204] 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 {
[196/204] 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 {
[197/204] 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 {
[198/204] 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 {
[199/204] 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 {
[200/204] 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 {
[201/204] 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 {
[202/204] 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 {
[203/204] 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 {
[204/204] 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 {
BUILD FAILURE 6.1 linux