The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build VecLab, reference 2.0.5 (693939), with Swift 6.1 for Linux on 5 Jun 2025 03:04:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marcuspainter/VecLab.git
Reference: 2.0.5
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/marcuspainter/VecLab
 * tag               2.0.5      -> FETCH_HEAD
HEAD is now at 6939393 FFT Zero-padding option
Cloned https://github.com/marcuspainter/VecLab.git
Revision (git rev-parse @):
6939393cbffd41d9396e2929f56ef86fe61cf439
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/marcuspainter/VecLab.git at 2.0.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.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",
        "ComplexDoubleTests.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",
        "OTFFTTests.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",
        "SomeTests.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",
        "V2/ComplexDoubleTestsV2.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/cumprod.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/Double/Double+Math+Power.swift",
        "Swift/DoubleArray/DoubleArray+Init+Count.swift",
        "Swift/DoubleArray/DoubleArray+Init+Float.swift",
        "Swift/DoubleArray/DoubleArray+Init+Range+Step.swift",
        "Swift/DoubleArray/DoubleArray+Math+Int.swift",
        "Swift/DoubleArray/DoubleArray+Math+Power.swift",
        "Swift/DoubleArray/DoubleArray+Math+Self.swift",
        "Swift/DoubleArray/DoubleArray+Operators.swift",
        "Swift/DoubleArray/DoubleArray+Subscript+Array.swift",
        "Swift/DoubleArray/DoubleArray+Subscript+Range+Step.swift",
        "Swift/DoubleArray/DoubleArray+Subscript+Range.swift",
        "Swift/Int/Int+Math+Power.swift",
        "Swift/Numeric/Numeric+ComplexUnit.swift",
        "Swift/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+Operators.swift",
        "Types/Complex/ComplexDouble+Properties.swift",
        "Types/Complex/ComplexDouble.swift",
        "Types/Complex/Protocols/ComplexDouble+AdditiveArithmetic.swift",
        "Types/Complex/Protocols/ComplexDouble+CustomDebugStringConvertible.swift",
        "Types/Complex/Protocols/ComplexDouble+CustomStringConvertible.swift",
        "Types/Complex/Protocols/ComplexDouble+ElementaryArithmetic.swift",
        "Types/Complex/Protocols/ComplexDouble+Equatable.swift",
        "Types/Complex/Protocols/ComplexDouble+ExpressibleByIntegerLiteral.swift",
        "Types/Complex/Protocols/ComplexDouble+Hashable.swift",
        "Types/Complex/Protocols/ComplexDouble+Numeric.swift",
        "Types/Complex/Protocols/ComplexDouble+SignedNumeric.swift",
        "Types/Complex/Protocols/ElementaryArithmetic.swift",
        "Types/ComplexArray/ComplexDoubleArray+Enumerated.swift",
        "Types/ComplexArray/ComplexDoubleArray+Map.swift",
        "Types/ComplexArray/ComplexDoubleArray+Math+Complex.swift",
        "Types/ComplexArray/ComplexDoubleArray+Math+Double.swift",
        "Types/ComplexArray/ComplexDoubleArray+Math+DoubleArray.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/ComplexArray/Protocols/ComplexDoubleArray+Collection.swift",
        "Types/ComplexArray/Protocols/ComplexDoubleArray+CustomDebugStringConvertable.swift",
        "Types/ComplexArray/Protocols/ComplexDoubleArray+CustomStringConvertible.swift",
        "Types/ComplexArray/Protocols/ComplexDoubleArray+Equatable.swift",
        "Types/ComplexArray/Protocols/ComplexDoubleArray+ExpressibleByArrayLiteral.swift",
        "Types/ComplexArray/Protocols/ComplexDoubleArray+Hashable.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-3":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
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/176] Emitting module VecLab
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[5/200] Compiling VecLab 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 {
[6/200] 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 {
[7/200] 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 {
[8/200] 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 {
[9/200] 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 {
[10/200] 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 {
[11/200] 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 {
[12/200] 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 {
[13/200] 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 {
[14/200] 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 {
[15/200] 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 {
[16/200] 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 {
[17/200] 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 {
[18/200] 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 {
[19/200] 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 {
[20/200] 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 {
[21/200] 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 {
[22/200] 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 {
[23/200] 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 {
[24/200] 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 {
[25/200] 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 {
[26/200] Compiling VecLab DoubleArray+Operators.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[27/200] 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 {
[28/200] 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 {
[29/224] 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 {
[30/224] 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 {
[31/224] 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 {
[32/224] 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 {
[33/224] 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 {
[34/224] 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 {
[35/224] 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 {
[36/224] 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 {
[37/224] 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 {
[38/224] Compiling VecLab ComplexDouble+Operators.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[39/224] 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 {
[40/224] 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 {
[41/224] Compiling VecLab ComplexDouble+AdditiveArithmetic.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[42/224] Compiling VecLab ComplexDouble+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[43/224] Compiling VecLab ComplexDouble+CustomStringConvertible.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[44/224] Compiling VecLab ComplexDouble+ElementaryArithmetic.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[45/224] Compiling VecLab ComplexDouble+Equatable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[46/224] Compiling VecLab ComplexDouble+ExpressibleByIntegerLiteral.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[47/224] Compiling VecLab ComplexDouble+Hashable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[48/224] Compiling VecLab ComplexDouble+Numeric.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[49/224] Compiling VecLab ComplexDouble+SignedNumeric.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[50/224] Compiling VecLab ElementaryArithmetic.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[51/224] 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 {
[52/224] 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 {
[53/224] Compiling VecLab variance.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[54/224] Compiling VecLab tictoc.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[55/224] Compiling VecLab timeit.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[56/224] Compiling VecLab acos.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[57/224] Compiling VecLab asin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[58/224] Compiling VecLab atan.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[59/224] Compiling VecLab atan2.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[60/224] Compiling VecLab cos.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[61/224] Compiling VecLab sin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[62/224] Compiling VecLab sincos.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[63/224] Compiling VecLab tan.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[64/224] Compiling VecLab blackman.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[65/224] Compiling VecLab blackmanharris.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[66/224] Compiling VecLab flattopwin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[67/224] Compiling VecLab gausswin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[68/224] Compiling VecLab hamming.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[69/224] Compiling VecLab hann.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[70/224] Compiling VecLab kaiser.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[71/224] Compiling VecLab rectwin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[72/224] Compiling VecLab tukeywin.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[73/224] Compiling VecLab erf.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[74/224] Compiling VecLab erfinv.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[75/224] Compiling VecLab gamma.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[76/224] Compiling VecLab biquadfreqz.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[77/224] 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 {
[78/224] 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 {
[79/224] 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 {
[80/224] 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 {
[81/224] 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 {
[82/224] 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 {
[83/224] 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 {
[84/224] 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 {
[85/224] 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 {
[86/224] 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 {
[87/224] 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 {
[88/224] 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 {
[89/224] 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 {
[90/224] 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 {
[91/224] 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 {
[92/224] 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 {
[93/224] 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 {
[94/224] 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 {
[95/224] 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 {
[96/224] 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 {
[97/224] Compiling VecLab cumprod.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[98/224] 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 {
[99/224] 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 {
[100/224] 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 {
[101/224] 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 {
[102/224] Compiling VecLab fminsearch.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[103/224] Compiling VecLab polyval.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[104/224] Compiling VecLab roots.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[105/224] Compiling VecLab pow.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[106/224] Compiling VecLab awgn.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[107/224] Compiling VecLab random.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[108/224] Compiling VecLab hampel.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[109/224] Compiling VecLab medfilt1.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[110/224] Compiling VecLab SpectrumWidth.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[111/224] Compiling VecLab freqspace.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[112/224] Compiling VecLab linspace.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[113/224] Compiling VecLab logspace.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[114/224] Compiling VecLab besseli0.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[115/224] Compiling VecLab sinc.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[116/224] Compiling VecLab histcounts.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[117/224] Compiling VecLab max.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[118/224] Compiling VecLab maxindex.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[119/224] Compiling VecLab mean.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[120/224] Compiling VecLab median.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[121/224] Compiling VecLab min.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[122/224] Compiling VecLab minindex.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[123/224] Compiling VecLab mode.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[124/224] Compiling VecLab rms.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[125/224] Compiling VecLab stddev.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[126/224] Compiling VecLab idftr.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[127/224] Compiling VecLab ifft.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[128/224] Compiling VecLab ifftr.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[129/224] Compiling VecLab ifftshfit.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[130/224] Compiling VecLab nextpow2.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[131/224] Compiling VecLab biquad.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[132/224] Compiling VecLab filter.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[133/224] Compiling VecLab freqz.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[134/224] Compiling VecLab diff.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[135/224] Compiling VecLab gradient.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[136/224] Compiling VecLab trapz.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[137/224] Compiling VecLab downsample.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[138/224] Compiling VecLab interp1.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[139/224] Compiling VecLab interpft.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[140/224] Compiling VecLab sincresample.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[141/224] Compiling VecLab upsample.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[142/224] Compiling VecLab ceil.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[143/224] Compiling VecLab fix.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[144/224] Compiling VecLab floor.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[145/224] Compiling VecLab frac.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[146/224] Compiling VecLab mod.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[147/224] Compiling VecLab rem.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[148/224] Compiling VecLab round.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[149/224] Compiling VecLab trunc.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[150/224] Compiling VecLab fminbnd.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[151/224] 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 {
[152/224] 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 {
[153/224] 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 {
[154/224] 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 {
[155/224] 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 {
[156/224] 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 {
[157/224] 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 {
[158/224] 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 {
[159/224] 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 {
[160/224] 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 {
[161/224] 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 {
[162/224] 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 {
[163/224] 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 {
[164/224] 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 {
[165/224] 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 {
[166/224] 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 {
[167/224] 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 {
[168/224] 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 {
[169/224] 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 {
[170/224] 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 {
[171/224] 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 {
[172/224] 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 {
[173/224] 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 {
[174/224] 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 {
[175/224] 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 {
[176/224] Compiling VecLab sph2cart.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[177/224] Compiling VecLab factor.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[178/224] Compiling VecLab factorial.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[179/224] Compiling VecLab gcd.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[180/224] Compiling VecLab isprime.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[181/224] Compiling VecLab lcm.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[182/224] Compiling VecLab nchoosek.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[183/224] Compiling VecLab nextprime.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[184/224] Compiling VecLab perms.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[185/224] Compiling VecLab prevprime.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[186/224] Compiling VecLab primes.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[187/224] Compiling VecLab exp.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[188/224] Compiling VecLab expi.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[189/224] Compiling VecLab hypot.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[190/224] Compiling VecLab log.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[191/224] Compiling VecLab log10.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[192/224] Compiling VecLab log2.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[193/224] Compiling VecLab sqrt.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[194/224] Compiling VecLab dft.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[195/224] Compiling VecLab dftr.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[196/224] Compiling VecLab fft.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[197/224] Compiling VecLab fftr.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[198/224] Compiling VecLab fftshift.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[199/224] Compiling VecLab fftsymmetric.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[200/224] Compiling VecLab idft.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[201/224] Compiling VecLab ComplexDoubleArray+Math+Complex.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[202/224] Compiling VecLab ComplexDoubleArray+Math+Double.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[203/224] Compiling VecLab ComplexDoubleArray+Math+DoubleArray.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[204/224] Compiling VecLab ComplexDoubleArray+Math+LRConj.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[205/224] Compiling VecLab ComplexDoubleArray+Math+Power.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[206/224] Compiling VecLab ComplexDoubleArray+Math+Self.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[207/224] Compiling VecLab ComplexDoubleArray+Math+Unary.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[208/224] Compiling VecLab ComplexDoubleArray+More.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[209/224] Compiling VecLab ComplexDoubleArray+Operators.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[210/224] Compiling VecLab ComplexDoubleArray+Subscript+Array.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[211/224] Compiling VecLab ComplexDoubleArray+Subscript+Range+Step.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[212/224] Compiling VecLab ComplexDoubleArray+Subscript+Range.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[213/224] Compiling VecLab ComplexDoubleArray+Unsafe.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[214/224] Compiling VecLab ComplexDoubleArray+Zip.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[215/224] Compiling VecLab ComplexDoubleArray.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[216/224] Compiling VecLab ComplexDoubleArray+Collection.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[217/224] Compiling VecLab ComplexDoubleArray+CustomDebugStringConvertable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[218/224] Compiling VecLab ComplexDoubleArray+CustomStringConvertible.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[219/224] Compiling VecLab ComplexDoubleArray+Equatable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[220/224] Compiling VecLab ComplexDoubleArray+ExpressibleByArrayLiteral.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[221/224] Compiling VecLab ComplexDoubleArray+Hashable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[222/224] Compiling VecLab OperatorPrecedence.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[223/224] Compiling VecLab RealTypealias.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[224/224] Compiling VecLab resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
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/174] 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 {
[3/174] 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 {
[4/174] 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 {
[5/174] 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 {
[6/174] 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 {
[7/174] 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 {
[8/174] 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 {
[9/174] 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 {
[10/174] 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 {
[11/174] 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 {
[12/174] 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 {
[13/174] 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 {
[14/174] 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 {
[15/174] 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 {
[16/174] 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 {
[17/174] 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 {
[18/174] 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 {
[19/174] 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 {
[20/174] 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 {
[21/174] 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 {
[22/174] 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 {
[23/174] 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 {
[24/174] 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 {
[25/174] 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 {
[26/174] 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 {
[27/174] 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 {
[28/174] 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 {
[29/174] 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 {
[30/174] 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 {
[31/174] 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 {
[32/174] 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 {
[33/174] 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 {
[34/174] 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 {
[35/174] 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 {
[36/174] 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 {
[37/174] 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 {
[38/174] 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 {
[39/174] 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 {
[40/174] 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 {
[41/174] 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 {
[42/174] 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 {
[43/174] 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 {
[44/174] 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 {
[45/174] 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 {
[46/174] 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 {
[47/174] Compiling VecLab cumprod.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[48/174] 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 {
[49/174] 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 {
[50/174] 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 {
[51/174] 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 {
[52/222] 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 {
[53/222] 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 {
[54/222] 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 {
[55/222] 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 {
[56/222] 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 {
[57/222] 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 {
[58/222] 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 {
[59/222] 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 {
[60/222] 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 {
[61/222] 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 {
[62/222] 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 {
[63/222] 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 {
[64/222] 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 {
[65/222] 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 {
[66/222] 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 {
[67/222] 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 {
[68/222] 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 {
[69/222] 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 {
[70/222] 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 {
[71/222] 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 {
[72/222] 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 {
[73/222] 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 {
[74/222] 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 {
[75/222] 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 {
[76/222] 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 {
[77/222] 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 {
[78/222] 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 {
[79/222] Compiling VecLab ComplexDoubleArray+Math+DoubleArray.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[80/222] 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 {
[81/222] 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 {
[82/222] 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 {
[83/222] 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 {
[84/222] 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 {
[85/222] 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 {
[86/222] 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 {
[87/222] 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 {
[88/222] 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 {
[89/222] 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 {
[90/222] 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 {
[91/222] 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 {
[92/222] Compiling VecLab ComplexDoubleArray+Collection.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[93/222] Compiling VecLab ComplexDoubleArray+CustomDebugStringConvertable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[94/222] Compiling VecLab ComplexDoubleArray+CustomStringConvertible.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[95/222] Compiling VecLab ComplexDoubleArray+Equatable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[96/222] Compiling VecLab ComplexDoubleArray+ExpressibleByArrayLiteral.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[97/222] Compiling VecLab ComplexDoubleArray+Hashable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[98/222] 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 {
[99/222] 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 {
[100/222] 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 {
[101/222] 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 {
[102/222] 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 {
[103/222] 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 {
[104/222] 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 {
[105/222] 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 {
[106/222] 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 {
[107/222] 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 {
[108/222] 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 {
[109/222] 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 {
[110/222] Compiling VecLab ComplexDouble+Operators.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[111/222] 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 {
[112/222] 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 {
[113/222] Compiling VecLab ComplexDouble+AdditiveArithmetic.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[114/222] Compiling VecLab ComplexDouble+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[115/222] Compiling VecLab ComplexDouble+CustomStringConvertible.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[116/222] Compiling VecLab ComplexDouble+ElementaryArithmetic.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[117/222] Compiling VecLab ComplexDouble+Equatable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[118/222] Compiling VecLab ComplexDouble+ExpressibleByIntegerLiteral.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[119/222] Compiling VecLab ComplexDouble+Hashable.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[120/222] Compiling VecLab ComplexDouble+Numeric.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[121/222] Compiling VecLab ComplexDouble+SignedNumeric.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[122/222] Compiling VecLab ElementaryArithmetic.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[123/222] 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 {
[124/222] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[125/222] 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 {
[126/222] 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 {
[127/222] 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 {
[128/222] 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 {
[129/222] 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 {
[130/222] 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 {
[131/222] 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 {
[132/222] 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 {
[133/222] 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 {
[134/222] 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 {
[135/222] 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 {
[136/222] 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 {
[137/222] 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 {
[138/222] 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 {
[139/222] 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 {
[140/222] 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 {
[141/222] 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 {
[142/222] 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 {
[143/222] 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 {
[144/222] 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 {
[145/222] 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 {
[146/222] 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 {
[147/222] Compiling VecLab DoubleArray+Operators.swift
/host/spi-builder-workspace/Sources/VecLab/Enums/VecLab.swift:8:8: error: no such module 'os.log'
 6 | //
 7 |
 8 | import os.log
   |        `- error: no such module 'os.log'
 9 |
10 | public final class VecLab: @unchecked Sendable {
[148/222] 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 {
[149/222] 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 {
[150/222] 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 {
[151/222] 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 {
[152/222] 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 {
[153/222] 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 {
[154/222] 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 {
[155/222] 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 {
[156/222] 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 {
[157/222] 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 {
[158/222] 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 {
[159/222] 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 {
[160/222] 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 {
[161/222] 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 {
[162/222] 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 {
[163/222] 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 {
[164/222] 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 {
[165/222] 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 {
[166/222] 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 {
[167/222] 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 {
[168/222] 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 {
[169/222] 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 {
[170/222] 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 {
[171/222] 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 {
[172/222] 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 {
[173/222] 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 {
[174/222] 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 {
[175/222] 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 {
[176/222] 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 {
[177/222] 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 {
[178/222] 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 {
[179/222] 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 {
[180/222] 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 {
[181/222] 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 {
[182/222] 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 {
[183/222] 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 {
[184/222] 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 {
[185/222] 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 {
[186/222] 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 {
[187/222] 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 {
[188/222] 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 {
[189/222] 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 {
[190/222] 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 {
[191/222] 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 {
[192/222] 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 {
[193/222] 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 {
[194/222] 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 {
[195/222] 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 {
[196/222] 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 {
[197/222] 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 {
[198/222] 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 {
[199/222] 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 {
[200/222] 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 {
[201/222] 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 {
[202/222] 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 {
[203/222] 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 {
[204/222] 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 {
[205/222] 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 {
[206/222] 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 {
[207/222] 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 {
[208/222] 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 {
[209/222] 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 {
[210/222] 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 {
[211/222] 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 {
[212/222] 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 {
[213/222] 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 {
[214/222] 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 {
[215/222] 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 {
[216/222] 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 {
[217/222] 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 {
[218/222] 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 {
[219/222] 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 {
[220/222] 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 {
[221/222] 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 {
[222/222] 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 {
BUILD FAILURE 6.1 linux