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

Successful build of FluidAudio, reference main (ddee66), with Swift 6.0 for macOS (SPM) on 15 Dec 2025 19:23:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidInference/FluidAudio.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidInference/FluidAudio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ddee663 feat: integrate official swift-huggingface SDK for model downloads (#215)
Cloned https://github.com/FluidInference/FluidAudio.git
Revision (git rev-parse @):
ddee663c4a9806d4f139943b0978b0f0a961587b
SUCCESS checkout https://github.com/FluidInference/FluidAudio.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FluidInference/FluidAudio.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[1/11] Copying english.json
[1/11] Write fluidaudio-entitlement.plist
[1/11] Write sources
[5/11] Copying ESpeakNG.framework
[6/11] Write swift-version-5BDAB9E9C0126B9D.txt
/Users/admin/builder/spi-builder-workspace/Sources/FastClusterWrapper/FastClusterWrapper.cpp:15:34: warning: unknown warning group '-Wpragma-messages', ignored [-Wunknown-warning-option]
   15 | #pragma clang diagnostic ignored "-Wpragma-messages"
      |                                  ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/FastClusterWrapper/FastClusterWrapper.cpp:18:
/Users/admin/builder/spi-builder-workspace/Sources/FastClusterWrapper/fastcluster_internal.hpp:53:9: warning: Use fenv header. [-W#pragma-messages]
   53 | #pragma message("Use fenv header.")
      |         ^
2 warnings generated.
[7/11] Compiling FastClusterWrapper FastClusterWrapper.cpp
[9/66] Emitting module FluidAudio
[10/71] Compiling FluidAudio EncoderFrameView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/EncoderFrameView.swift:87:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
85 |             destination.update(from: sourcePointer, count: hiddenSize)
86 |         } else {
87 |             cblas_scopy(count, sourcePointer, incX, destination, destStrideCblas)
   |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
88 |         }
89 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:709:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
707 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
708 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
709 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
710 |         }
711 |
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:784:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
782 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
783 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
784 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
785 |         }
786 |     }
[11/71] Compiling FluidAudio TdtConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/EncoderFrameView.swift:87:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
85 |             destination.update(from: sourcePointer, count: hiddenSize)
86 |         } else {
87 |             cblas_scopy(count, sourcePointer, incX, destination, destStrideCblas)
   |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
88 |         }
89 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:709:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
707 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
708 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
709 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
710 |         }
711 |
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:784:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
782 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
783 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
784 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
785 |         }
786 |     }
[12/71] Compiling FluidAudio TdtDecoderState.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/EncoderFrameView.swift:87:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
85 |             destination.update(from: sourcePointer, count: hiddenSize)
86 |         } else {
87 |             cblas_scopy(count, sourcePointer, incX, destination, destStrideCblas)
   |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
88 |         }
89 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:709:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
707 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
708 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
709 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
710 |         }
711 |
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:784:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
782 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
783 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
784 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
785 |         }
786 |     }
[13/71] Compiling FluidAudio TdtDecoderV2.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/EncoderFrameView.swift:87:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
85 |             destination.update(from: sourcePointer, count: hiddenSize)
86 |         } else {
87 |             cblas_scopy(count, sourcePointer, incX, destination, destStrideCblas)
   |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
88 |         }
89 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:709:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
707 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
708 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
709 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
710 |         }
711 |
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:784:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
782 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
783 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
784 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
785 |         }
786 |     }
[14/71] Compiling FluidAudio TdtDecoderV3.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/EncoderFrameView.swift:87:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
85 |             destination.update(from: sourcePointer, count: hiddenSize)
86 |         } else {
87 |             cblas_scopy(count, sourcePointer, incX, destination, destStrideCblas)
   |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
88 |         }
89 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:709:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
707 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
708 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
709 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
710 |         }
711 |
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:784:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
782 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
783 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
784 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
785 |         }
786 |     }
[15/71] Compiling FluidAudio TdtHypothesis.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/EncoderFrameView.swift:87:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
85 |             destination.update(from: sourcePointer, count: hiddenSize)
86 |         } else {
87 |             cblas_scopy(count, sourcePointer, incX, destination, destStrideCblas)
   |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
88 |         }
89 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:709:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
707 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
708 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
709 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
710 |         }
711 |
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/TDT/TdtDecoderV3.swift:784:13: warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
782 |             let count = try makeBlasIndex(hiddenSize, label: "Decoder projection length")
783 |             let stride = try makeBlasIndex(hiddenStride, label: "Decoder projection stride")
784 |             cblas_scopy(count, startPtr, stride, destPtr, destStrideCblas)
    |             `- warning: 'cblas_scopy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
785 |         }
786 |     }
[16/71] Compiling FluidAudio OfflineEmbeddingExtractor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:645:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
643 |
644 |         let options = MLPredictionOptions()
645 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
646 |             for array in audioArrays {
647 |                 array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:742:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
740 |         )
741 |         let options = MLPredictionOptions()
742 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
743 |             fbankFeatures.prefetchToNeuralEngine()
744 |             weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 |                             let destinationBase = destinationPointer.baseAddress
240 |                         else { return }
241 |                         cblas_saxpy(
    |                         `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 |                             Int32(embedding.count),
243 |                             1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 46 |             vector.withUnsafeBufferPointer { vectorPointer in
 47 |                 result.withUnsafeMutableBufferPointer { resultPointer in
 48 |                     cblas_sgemv(
    |                     `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 49 |                         CblasRowMajor,
 50 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 |             flatB.withUnsafeBufferPointer { bPointer in
106 |                 flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 |                         CblasRowMajor,
109 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 |             flatB.withUnsafeBufferPointer { bPointer in
248 |                 dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 |                         CblasRowMajor,
251 |                         CblasNoTrans,
[17/71] Compiling FluidAudio PLDATransform.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:645:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
643 |
644 |         let options = MLPredictionOptions()
645 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
646 |             for array in audioArrays {
647 |                 array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:742:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
740 |         )
741 |         let options = MLPredictionOptions()
742 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
743 |             fbankFeatures.prefetchToNeuralEngine()
744 |             weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 |                             let destinationBase = destinationPointer.baseAddress
240 |                         else { return }
241 |                         cblas_saxpy(
    |                         `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 |                             Int32(embedding.count),
243 |                             1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 46 |             vector.withUnsafeBufferPointer { vectorPointer in
 47 |                 result.withUnsafeMutableBufferPointer { resultPointer in
 48 |                     cblas_sgemv(
    |                     `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 49 |                         CblasRowMajor,
 50 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 |             flatB.withUnsafeBufferPointer { bPointer in
106 |                 flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 |                         CblasRowMajor,
109 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 |             flatB.withUnsafeBufferPointer { bPointer in
248 |                 dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 |                         CblasRowMajor,
251 |                         CblasNoTrans,
[18/71] Compiling FluidAudio WeightInterpolation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:645:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
643 |
644 |         let options = MLPredictionOptions()
645 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
646 |             for array in audioArrays {
647 |                 array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:742:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
740 |         )
741 |         let options = MLPredictionOptions()
742 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
743 |             fbankFeatures.prefetchToNeuralEngine()
744 |             weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 |                             let destinationBase = destinationPointer.baseAddress
240 |                         else { return }
241 |                         cblas_saxpy(
    |                         `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 |                             Int32(embedding.count),
243 |                             1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 46 |             vector.withUnsafeBufferPointer { vectorPointer in
 47 |                 result.withUnsafeMutableBufferPointer { resultPointer in
 48 |                     cblas_sgemv(
    |                     `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 49 |                         CblasRowMajor,
 50 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 |             flatB.withUnsafeBufferPointer { bPointer in
106 |                 flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 |                         CblasRowMajor,
109 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 |             flatB.withUnsafeBufferPointer { bPointer in
248 |                 dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 |                         CblasRowMajor,
251 |                         CblasNoTrans,
[19/71] Compiling FluidAudio OfflineSegmentationProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:645:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
643 |
644 |         let options = MLPredictionOptions()
645 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
646 |             for array in audioArrays {
647 |                 array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:742:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
740 |         )
741 |         let options = MLPredictionOptions()
742 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
743 |             fbankFeatures.prefetchToNeuralEngine()
744 |             weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 |                             let destinationBase = destinationPointer.baseAddress
240 |                         else { return }
241 |                         cblas_saxpy(
    |                         `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 |                             Int32(embedding.count),
243 |                             1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 46 |             vector.withUnsafeBufferPointer { vectorPointer in
 47 |                 result.withUnsafeMutableBufferPointer { resultPointer in
 48 |                     cblas_sgemv(
    |                     `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 49 |                         CblasRowMajor,
 50 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 |             flatB.withUnsafeBufferPointer { bPointer in
106 |                 flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 |                         CblasRowMajor,
109 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 |             flatB.withUnsafeBufferPointer { bPointer in
248 |                 dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 |                         CblasRowMajor,
251 |                         CblasNoTrans,
[20/71] Compiling FluidAudio OfflineReconstruction.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:645:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
643 |
644 |         let options = MLPredictionOptions()
645 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
646 |             for array in audioArrays {
647 |                 array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:742:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
740 |         )
741 |         let options = MLPredictionOptions()
742 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
743 |             fbankFeatures.prefetchToNeuralEngine()
744 |             weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 |                             let destinationBase = destinationPointer.baseAddress
240 |                         else { return }
241 |                         cblas_saxpy(
    |                         `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 |                             Int32(embedding.count),
243 |                             1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 46 |             vector.withUnsafeBufferPointer { vectorPointer in
 47 |                 result.withUnsafeMutableBufferPointer { resultPointer in
 48 |                     cblas_sgemv(
    |                     `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 49 |                         CblasRowMajor,
 50 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 |             flatB.withUnsafeBufferPointer { bPointer in
106 |                 flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 |                         CblasRowMajor,
109 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 |             flatB.withUnsafeBufferPointer { bPointer in
248 |                 dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 |                         CblasRowMajor,
251 |                         CblasNoTrans,
[21/71] Compiling FluidAudio VDSPOperations.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:645:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
643 |
644 |         let options = MLPredictionOptions()
645 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
646 |             for array in audioArrays {
647 |                 array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:742:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 55 |
 56 | @available(macOS 14.0, iOS 17.0, *)
 57 | struct OfflineEmbeddingExtractor {
    |        `- note: enclosing scope here
 58 |     private let fbankModel: MLModel
 59 |     private let embeddingModel: MLModel
    :
740 |         )
741 |         let options = MLPredictionOptions()
742 |         if #available(macOS 14.0, iOS 17.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
743 |             fbankFeatures.prefetchToNeuralEngine()
744 |             weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 |                             let destinationBase = destinationPointer.baseAddress
240 |                         else { return }
241 |                         cblas_saxpy(
    |                         `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 |                             Int32(embedding.count),
243 |                             1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 46 |             vector.withUnsafeBufferPointer { vectorPointer in
 47 |                 result.withUnsafeMutableBufferPointer { resultPointer in
 48 |                     cblas_sgemv(
    |                     `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
 49 |                         CblasRowMajor,
 50 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 |             flatB.withUnsafeBufferPointer { bPointer in
106 |                 flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 |                         CblasRowMajor,
109 |                         CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 |             flatB.withUnsafeBufferPointer { bPointer in
248 |                 dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 |                     cblas_sgemm(
    |                     `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 |                         CblasRowMajor,
251 |                         CblasNoTrans,
[22/71] Compiling FluidAudio SpeakerManager.swift
[23/71] Compiling FluidAudio SpeakerOperations.swift
[24/71] Compiling FluidAudio SpeakerTypes.swift
[25/71] Compiling FluidAudio DiarizerManager.swift
[26/71] Compiling FluidAudio DiarizerModels.swift
[27/71] Compiling FluidAudio DiarizerTypes.swift
[28/71] Compiling FluidAudio EmbeddingExtractor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 |                             let sumBase = sumPtr.baseAddress
311 |                         else { return }
312 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 |                             CblasRowMajor,
314 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 |                 rho.withUnsafeBufferPointer { rhoPtr in
341 |                     temp.withUnsafeMutableBufferPointer { tempPtr in
342 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 |                             CblasRowMajor,
344 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 |                 alpha.withUnsafeBufferPointer { alphaPtr in
440 |                     logP.withUnsafeMutableBufferPointer { logPtr in
441 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 |                             CblasRowMajor,
443 |                             CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 |                             let piBase = piPtr.baseAddress
585 |                         else { return }
586 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 |                             CblasRowMajor,
588 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:449:33: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
447 |                                     let destinationBase = destinationPointer.baseAddress
448 |                                 else { return }
449 |                                 cblas_daxpy(
    |                                 `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
450 |                                     Int32(dimension),
451 |                                     weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:502:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
500 |                         let destinationBase = destinationPointer.baseAddress
501 |                     else { return }
502 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
503 |                         Int32(embedding.count),
504 |                         1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:547:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
545 |                         let destinationBase = destinationPointer.baseAddress
546 |                     else { return }
547 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
548 |                         Int32(first.count),
549 |                         1.0,
[29/71] Compiling FluidAudio AHCClustering.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 |                             let sumBase = sumPtr.baseAddress
311 |                         else { return }
312 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 |                             CblasRowMajor,
314 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 |                 rho.withUnsafeBufferPointer { rhoPtr in
341 |                     temp.withUnsafeMutableBufferPointer { tempPtr in
342 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 |                             CblasRowMajor,
344 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 |                 alpha.withUnsafeBufferPointer { alphaPtr in
440 |                     logP.withUnsafeMutableBufferPointer { logPtr in
441 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 |                             CblasRowMajor,
443 |                             CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 |                             let piBase = piPtr.baseAddress
585 |                         else { return }
586 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 |                             CblasRowMajor,
588 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:449:33: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
447 |                                     let destinationBase = destinationPointer.baseAddress
448 |                                 else { return }
449 |                                 cblas_daxpy(
    |                                 `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
450 |                                     Int32(dimension),
451 |                                     weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:502:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
500 |                         let destinationBase = destinationPointer.baseAddress
501 |                     else { return }
502 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
503 |                         Int32(embedding.count),
504 |                         1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:547:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
545 |                         let destinationBase = destinationPointer.baseAddress
546 |                     else { return }
547 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
548 |                         Int32(first.count),
549 |                         1.0,
[30/71] Compiling FluidAudio VBxClustering.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 |                             let sumBase = sumPtr.baseAddress
311 |                         else { return }
312 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 |                             CblasRowMajor,
314 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 |                 rho.withUnsafeBufferPointer { rhoPtr in
341 |                     temp.withUnsafeMutableBufferPointer { tempPtr in
342 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 |                             CblasRowMajor,
344 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 |                 alpha.withUnsafeBufferPointer { alphaPtr in
440 |                     logP.withUnsafeMutableBufferPointer { logPtr in
441 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 |                             CblasRowMajor,
443 |                             CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 |                             let piBase = piPtr.baseAddress
585 |                         else { return }
586 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 |                             CblasRowMajor,
588 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:449:33: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
447 |                                     let destinationBase = destinationPointer.baseAddress
448 |                                 else { return }
449 |                                 cblas_daxpy(
    |                                 `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
450 |                                     Int32(dimension),
451 |                                     weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:502:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
500 |                         let destinationBase = destinationPointer.baseAddress
501 |                     else { return }
502 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
503 |                         Int32(embedding.count),
504 |                         1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:547:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
545 |                         let destinationBase = destinationPointer.baseAddress
546 |                     else { return }
547 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
548 |                         Int32(first.count),
549 |                         1.0,
[31/71] Compiling FluidAudio OfflineDiarizerManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 |                             let sumBase = sumPtr.baseAddress
311 |                         else { return }
312 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 |                             CblasRowMajor,
314 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 |                 rho.withUnsafeBufferPointer { rhoPtr in
341 |                     temp.withUnsafeMutableBufferPointer { tempPtr in
342 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 |                             CblasRowMajor,
344 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 |                 alpha.withUnsafeBufferPointer { alphaPtr in
440 |                     logP.withUnsafeMutableBufferPointer { logPtr in
441 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 |                             CblasRowMajor,
443 |                             CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 |                             let piBase = piPtr.baseAddress
585 |                         else { return }
586 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 |                             CblasRowMajor,
588 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:449:33: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
447 |                                     let destinationBase = destinationPointer.baseAddress
448 |                                 else { return }
449 |                                 cblas_daxpy(
    |                                 `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
450 |                                     Int32(dimension),
451 |                                     weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:502:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
500 |                         let destinationBase = destinationPointer.baseAddress
501 |                     else { return }
502 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
503 |                         Int32(embedding.count),
504 |                         1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:547:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
545 |                         let destinationBase = destinationPointer.baseAddress
546 |                     else { return }
547 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
548 |                         Int32(first.count),
549 |                         1.0,
[32/71] Compiling FluidAudio OfflineDiarizerModels.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 |                             let sumBase = sumPtr.baseAddress
311 |                         else { return }
312 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 |                             CblasRowMajor,
314 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 |                 rho.withUnsafeBufferPointer { rhoPtr in
341 |                     temp.withUnsafeMutableBufferPointer { tempPtr in
342 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 |                             CblasRowMajor,
344 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 |                 alpha.withUnsafeBufferPointer { alphaPtr in
440 |                     logP.withUnsafeMutableBufferPointer { logPtr in
441 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 |                             CblasRowMajor,
443 |                             CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 |                             let piBase = piPtr.baseAddress
585 |                         else { return }
586 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 |                             CblasRowMajor,
588 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:449:33: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
447 |                                     let destinationBase = destinationPointer.baseAddress
448 |                                 else { return }
449 |                                 cblas_daxpy(
    |                                 `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
450 |                                     Int32(dimension),
451 |                                     weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:502:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
500 |                         let destinationBase = destinationPointer.baseAddress
501 |                     else { return }
502 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
503 |                         Int32(embedding.count),
504 |                         1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:547:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
545 |                         let destinationBase = destinationPointer.baseAddress
546 |                     else { return }
547 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
548 |                         Int32(first.count),
549 |                         1.0,
[33/71] Compiling FluidAudio OfflineDiarizerTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 |                             let sumBase = sumPtr.baseAddress
311 |                         else { return }
312 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 |                             CblasRowMajor,
314 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 |                 rho.withUnsafeBufferPointer { rhoPtr in
341 |                     temp.withUnsafeMutableBufferPointer { tempPtr in
342 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 |                             CblasRowMajor,
344 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 |                 alpha.withUnsafeBufferPointer { alphaPtr in
440 |                     logP.withUnsafeMutableBufferPointer { logPtr in
441 |                         cblas_dgemm(
    |                         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 |                             CblasRowMajor,
443 |                             CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 |                             let piBase = piPtr.baseAddress
585 |                         else { return }
586 |                         cblas_dgemv(
    |                         `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 |                             CblasRowMajor,
588 |                             CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:449:33: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
447 |                                     let destinationBase = destinationPointer.baseAddress
448 |                                 else { return }
449 |                                 cblas_daxpy(
    |                                 `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
450 |                                     Int32(dimension),
451 |                                     weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:502:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
500 |                         let destinationBase = destinationPointer.baseAddress
501 |                     else { return }
502 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
503 |                         Int32(embedding.count),
504 |                         1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:547:21: warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
545 |                         let destinationBase = destinationPointer.baseAddress
546 |                     else { return }
547 |                     cblas_daxpy(
    |                     `- warning: 'cblas_daxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
548 |                         Int32(first.count),
549 |                         1.0,
[34/71] Compiling FluidAudio AudioValidation.swift
[35/71] Compiling FluidAudio SegmentationProcessor.swift
[36/71] Compiling FluidAudio SlidingWindow.swift
[37/71] Compiling FluidAudio DownloadUtils.swift
[38/71] Compiling FluidAudio FluidAudioSwift.swift
[39/71] Compiling FluidAudio ModelNames.swift
[40/71] Compiling FluidAudio ModelRegistry.swift
[41/71] Compiling FluidAudio ANEMemoryOptimizer.swift
[42/71] Compiling FluidAudio ANEMemoryUtils.swift
[43/71] Compiling FluidAudio ASRConstants.swift
[44/71] Compiling FluidAudio AppLogger.swift
[45/71] Compiling FluidAudio AssetDownloader.swift
[46/71] Compiling FluidAudio ChunkProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:232:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
230 |         let right = config.rightContextSamples
231 |         let left = config.leftContextSamples
232 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
233 |
234 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:266:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
264 |         let chunk = config.chunkSamples
265 |         let left = config.leftContextSamples
266 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
267 |
268 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[47/71] Compiling FluidAudio MLArrayCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:232:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
230 |         let right = config.rightContextSamples
231 |         let left = config.leftContextSamples
232 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
233 |
234 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:266:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
264 |         let chunk = config.chunkSamples
265 |         let left = config.leftContextSamples
266 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
267 |
268 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[48/71] Compiling FluidAudio PerformanceMetrics.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:232:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
230 |         let right = config.rightContextSamples
231 |         let left = config.leftContextSamples
232 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
233 |
234 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:266:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
264 |         let chunk = config.chunkSamples
265 |         let left = config.leftContextSamples
266 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
267 |
268 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[49/71] Compiling FluidAudio StreamingAsrManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:232:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
230 |         let right = config.rightContextSamples
231 |         let left = config.leftContextSamples
232 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
233 |
234 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:266:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
264 |         let chunk = config.chunkSamples
265 |         let left = config.leftContextSamples
266 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
267 |
268 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[50/71] Compiling FluidAudio StreamingAsrSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:232:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
230 |         let right = config.rightContextSamples
231 |         let left = config.leftContextSamples
232 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
233 |
234 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:266:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
264 |         let chunk = config.chunkSamples
265 |         let left = config.leftContextSamples
266 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
267 |
268 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[51/71] Compiling FluidAudio BlasIndex.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:232:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
230 |         let right = config.rightContextSamples
231 |         let left = config.leftContextSamples
232 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
233 |
234 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/Streaming/StreamingAsrManager.swift:266:13: warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
264 |         let chunk = config.chunkSamples
265 |         let left = config.leftContextSamples
266 |         let sampleRate = config.asrConfig.sampleRate
    |             `- warning: initialization of immutable value 'sampleRate' was never used; consider replacing with assignment to '_' or removing it
267 |
268 |         var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[52/71] Compiling FluidAudio SystemInfo.swift
[53/71] Compiling FluidAudio VadManager+SpeechSegmentation.swift
[54/71] Compiling FluidAudio VadManager+Streaming.swift
[55/71] Compiling FluidAudio VadManager.swift
[56/71] Compiling FluidAudio VadTypes.swift
[57/71] Compiling FluidAudio ANEOptimizer.swift
[58/71] Compiling FluidAudio AsrManager.swift
[59/71] Compiling FluidAudio AsrModels.swift
[60/71] Compiling FluidAudio AsrTranscription.swift
[61/71] Compiling FluidAudio AsrTypes.swift
[62/71] Compiling FluidAudio AudioBuffer.swift
[63/71] Compiling FluidAudio AudioConverter.swift
[64/71] Compiling FluidAudio AudioStream.swift
[65/71] Compiling FluidAudio MLModel+Prediction.swift
[66/71] Compiling FluidAudio ModelWarmup.swift
[67/71] Compiling FluidAudio StreamingAudioSampleSource.swift
[68/71] Compiling FluidAudio StreamingAudioSourceFactory.swift
[69/89] Compiling FluidAudioTTS TtsCustomLexicon.swift
[70/89] Compiling FluidAudioTTS TtsConstants.swift
[71/90] Compiling FluidAudioTTS TtsModels.swift
[72/90] Compiling FluidAudioTTS KokoroSynthesizer+Memory.swift
[73/90] Compiling FluidAudioTTS KokoroSynthesizer+ModelUtils.swift
[74/90] Compiling FluidAudioTTS TtsManager.swift
[75/90] Compiling FluidAudioTTS PhonemeMapper.swift
[76/90] Compiling FluidAudioTTS TtsTextPreprocessor.swift
[77/90] Compiling FluidAudioTTS KokoroSynthesizer+Types.swift
[78/90] Compiling FluidAudioTTS KokoroChunker.swift
[79/90] Compiling FluidAudioTTS KokoroModelCache.swift
[80/90] Compiling FluidAudioTTS KokoroSynthesizer+LexiconCache.swift
[81/90] Emitting module FluidAudioTTS
[82/90] Compiling FluidAudioTTS LexiconAssetManager.swift
[83/90] Compiling FluidAudioTTS TtsResourceDownloader.swift
[84/90] Compiling FluidAudioTTS KokoroSynthesizer+VoiceEmbeddings.swift
[85/90] Compiling FluidAudioTTS KokoroSynthesizer.swift
[86/90] Compiling FluidAudioTTS EspeakG2P.swift
[87/90] Compiling FluidAudioTTS KokoroVocabulary.swift
[88/111] Emitting module FluidAudioCLI
[89/113] Compiling FluidAudioCLI main.swift
[90/113] Compiling FluidAudioCLI resource_bundle_accessor.swift
[91/113] Compiling FluidAudioCLI ResultsFormatter.swift
[92/113] Compiling FluidAudioCLI TerminalUI.swift
[93/113] Compiling FluidAudioCLI DiarizationMetrics.swift
[94/113] Compiling FluidAudioCLI RTTMParser.swift
[95/113] Compiling FluidAudioCLI VadBenchmark.swift
[96/113] Compiling FluidAudioCLI AMIParser.swift
[97/113] Compiling FluidAudioCLI TTSCommand.swift
[98/113] Compiling FluidAudioCLI VadAnalyzeCommand.swift
[99/113] Compiling FluidAudioCLI TextNormalizer.swift
[100/113] Compiling FluidAudioCLI WERCalculator.swift
[101/113] Compiling FluidAudioCLI AsrBenchmark.swift
[102/113] Compiling FluidAudioCLI AsrBenchmarkTypes.swift
[103/113] Compiling FluidAudioCLI FleursBenchmark.swift
[104/113] Compiling FluidAudioCLI TranscribeCommand.swift
[105/113] Compiling FluidAudioCLI DiarizationBenchmark.swift
[106/113] Compiling FluidAudioCLI DownloadCommand.swift
[107/113] Compiling FluidAudioCLI DatasetDownloader.swift
[108/113] Compiling FluidAudioCLI CLIModels.swift
[109/113] Compiling FluidAudioCLI MultiStreamCommand.swift
[110/113] Compiling FluidAudioCLI ProcessCommand.swift
[110/113] Write Objects.LinkFileList
[111/113] Linking fluidaudio
[112/113] Applying fluidaudio
Build complete! (17.56s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/ContextBiasing': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/CtcModels.swift': File not found.
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "FluidAudio",
  "name" : "FluidAudio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "FluidAudio",
      "targets" : [
        "FluidAudio"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FluidAudioTTS",
      "targets" : [
        "FluidAudioTTS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "fluidaudio",
      "targets" : [
        "FluidAudioCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluidAudioTests",
      "module_type" : "SwiftTarget",
      "name" : "FluidAudioTests",
      "path" : "Tests/FluidAudioTests",
      "sources" : [
        "ANEMemoryOptimizerTests.swift",
        "ANEMemoryUtilsEdgeCaseTests.swift",
        "ANEOptimizerTests.swift",
        "ASRConstantsTests.swift",
        "ArraySliceTests.swift",
        "AsrManagerExtensionTests.swift",
        "AsrManagerTests.swift",
        "AsrModelsTests.swift",
        "AsrTranscriptionTests.swift",
        "AudioConverterTests.swift",
        "AudioSourceTests.swift",
        "AudioStreamTests.swift",
        "BasicInitializationTests.swift",
        "CITests.swift",
        "ChunkMergeTests.swift",
        "ChunkProcessorEdgeCaseTests.swift",
        "ChunkProcessorTests.swift",
        "DecoderStateTests.swift",
        "DiarizerMemoryTests.swift",
        "EmbeddingExtractorMemoryTests.swift",
        "FrameworkLinkTests.swift",
        "KokoroChunkerTests.swift",
        "MLArrayCacheTests.swift",
        "ModelRegistryTests.swift",
        "OfflineModuleTests.swift",
        "RandomAccessCollectionTests.swift",
        "SegmentationProcessorEdgeCaseTests.swift",
        "SegmentationProcessorTests.swift",
        "SendableTests.swift",
        "SpeakerManagerTests.swift",
        "SpeakerOperationsTests.swift",
        "SpeakerTests.swift",
        "StreamingAsrManagerTests.swift",
        "StreamingAsrSessionTests.swift",
        "StressTests.swift",
        "TTSManagerTests.swift",
        "TdtConfigTests.swift",
        "TdtDecoderChunkTests.swift",
        "TdtDecoderStateV3Tests.swift",
        "TdtDecoderTests.swift",
        "TdtDecoderV2Tests.swift",
        "TestHelpers/VadTestHelpers.swift",
        "TtsCustomLexiconTests.swift",
        "VadSegmentationTests.swift",
        "VadStreamingTests.swift",
        "VadTests.swift"
      ],
      "target_dependencies" : [
        "FluidAudio",
        "FluidAudioTTS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluidAudioTTS",
      "module_type" : "SwiftTarget",
      "name" : "FluidAudioTTS",
      "path" : "Sources/FluidAudioTTS",
      "product_memberships" : [
        "FluidAudioTTS",
        "fluidaudio"
      ],
      "sources" : [
        "TextToSpeech/Kokoro/Assets/Lexicon/EspeakG2P.swift",
        "TextToSpeech/Kokoro/Assets/Lexicon/KokoroVocabulary.swift",
        "TextToSpeech/Kokoro/Assets/Lexicon/LexiconAssetManager.swift",
        "TextToSpeech/Kokoro/Assets/TtsResourceDownloader.swift",
        "TextToSpeech/Kokoro/Pipeline/Postprocess/KokoroSynthesizer+Types.swift",
        "TextToSpeech/Kokoro/Pipeline/Preprocess/KokoroChunker.swift",
        "TextToSpeech/Kokoro/Pipeline/Preprocess/KokoroModelCache.swift",
        "TextToSpeech/Kokoro/Pipeline/Preprocess/KokoroSynthesizer+LexiconCache.swift",
        "TextToSpeech/Kokoro/Pipeline/Preprocess/PhonemeMapper.swift",
        "TextToSpeech/Kokoro/Pipeline/Preprocess/TtsTextPreprocessor.swift",
        "TextToSpeech/Kokoro/Pipeline/Synthesize/KokoroSynthesizer+Memory.swift",
        "TextToSpeech/Kokoro/Pipeline/Synthesize/KokoroSynthesizer+ModelUtils.swift",
        "TextToSpeech/Kokoro/Pipeline/Synthesize/KokoroSynthesizer+VoiceEmbeddings.swift",
        "TextToSpeech/Kokoro/Pipeline/Synthesize/KokoroSynthesizer.swift",
        "TextToSpeech/Kokoro/TtsCustomLexicon.swift",
        "TextToSpeech/TtsConstants.swift",
        "TextToSpeech/TtsManager.swift",
        "TextToSpeech/TtsModels.swift"
      ],
      "target_dependencies" : [
        "FluidAudio",
        "ESpeakNG"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FluidAudioCLI",
      "module_type" : "SwiftTarget",
      "name" : "FluidAudioCLI",
      "path" : "Sources/FluidAudioCLI",
      "product_memberships" : [
        "fluidaudio"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Utils/english.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Commands/ASR/AsrBenchmark.swift",
        "Commands/ASR/AsrBenchmarkTypes.swift",
        "Commands/ASR/FleursBenchmark.swift",
        "Commands/ASR/TranscribeCommand.swift",
        "Commands/DiarizationBenchmark.swift",
        "Commands/DownloadCommand.swift",
        "Commands/MultiStreamCommand.swift",
        "Commands/ProcessCommand.swift",
        "Commands/TTSCommand.swift",
        "Commands/VadAnalyzeCommand.swift",
        "Commands/VadBenchmark.swift",
        "DatasetParsers/AMIParser.swift",
        "DatasetParsers/DatasetDownloader.swift",
        "Models/CLIModels.swift",
        "Utils/DiarizationMetrics.swift",
        "Utils/RTTMParser.swift",
        "Utils/ResultsFormatter.swift",
        "Utils/TerminalUI.swift",
        "Utils/TextNormalizer.swift",
        "Utils/WERCalculator.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "FluidAudio",
        "FluidAudioTTS"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FluidAudio",
      "module_type" : "SwiftTarget",
      "name" : "FluidAudio",
      "path" : "Sources/FluidAudio",
      "product_memberships" : [
        "FluidAudio",
        "FluidAudioTTS",
        "fluidaudio"
      ],
      "sources" : [
        "ASR/ANEOptimizer.swift",
        "ASR/AsrManager.swift",
        "ASR/AsrModels.swift",
        "ASR/AsrTranscription.swift",
        "ASR/AsrTypes.swift",
        "ASR/AudioBuffer.swift",
        "ASR/ChunkProcessor.swift",
        "ASR/MLArrayCache.swift",
        "ASR/PerformanceMetrics.swift",
        "ASR/Streaming/StreamingAsrManager.swift",
        "ASR/Streaming/StreamingAsrSession.swift",
        "ASR/TDT/BlasIndex.swift",
        "ASR/TDT/EncoderFrameView.swift",
        "ASR/TDT/TdtConfig.swift",
        "ASR/TDT/TdtDecoderState.swift",
        "ASR/TDT/TdtDecoderV2.swift",
        "ASR/TDT/TdtDecoderV3.swift",
        "ASR/TDT/TdtHypothesis.swift",
        "Diarizer/Clustering/SpeakerManager.swift",
        "Diarizer/Clustering/SpeakerOperations.swift",
        "Diarizer/Clustering/SpeakerTypes.swift",
        "Diarizer/Core/DiarizerManager.swift",
        "Diarizer/Core/DiarizerModels.swift",
        "Diarizer/Core/DiarizerTypes.swift",
        "Diarizer/Extraction/EmbeddingExtractor.swift",
        "Diarizer/Offline/Clustering/AHCClustering.swift",
        "Diarizer/Offline/Clustering/VBxClustering.swift",
        "Diarizer/Offline/Core/OfflineDiarizerManager.swift",
        "Diarizer/Offline/Core/OfflineDiarizerModels.swift",
        "Diarizer/Offline/Core/OfflineDiarizerTypes.swift",
        "Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift",
        "Diarizer/Offline/Extraction/PLDATransform.swift",
        "Diarizer/Offline/Extraction/WeightInterpolation.swift",
        "Diarizer/Offline/Segmentation/OfflineSegmentationProcessor.swift",
        "Diarizer/Offline/Utils/OfflineReconstruction.swift",
        "Diarizer/Offline/Utils/VDSPOperations.swift",
        "Diarizer/Segmentation/AudioValidation.swift",
        "Diarizer/Segmentation/SegmentationProcessor.swift",
        "Diarizer/Segmentation/SlidingWindow.swift",
        "DownloadUtils.swift",
        "FluidAudioSwift.swift",
        "ModelNames.swift",
        "ModelRegistry.swift",
        "Shared/ANEMemoryOptimizer.swift",
        "Shared/ANEMemoryUtils.swift",
        "Shared/ASRConstants.swift",
        "Shared/AppLogger.swift",
        "Shared/AssetDownloader.swift",
        "Shared/AudioConverter.swift",
        "Shared/AudioStream.swift",
        "Shared/MLModel+Prediction.swift",
        "Shared/ModelWarmup.swift",
        "Shared/StreamingAudioSampleSource.swift",
        "Shared/StreamingAudioSourceFactory.swift",
        "Shared/SystemInfo.swift",
        "VAD/VadManager+SpeechSegmentation.swift",
        "VAD/VadManager+Streaming.swift",
        "VAD/VadManager.swift",
        "VAD/VadTypes.swift"
      ],
      "target_dependencies" : [
        "FastClusterWrapper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FastClusterWrapper",
      "module_type" : "ClangTarget",
      "name" : "FastClusterWrapper",
      "path" : "Sources/FastClusterWrapper",
      "product_memberships" : [
        "FluidAudio",
        "FluidAudioTTS",
        "fluidaudio"
      ],
      "sources" : [
        "FastClusterWrapper.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ESpeakNG",
      "module_type" : "BinaryTarget",
      "name" : "ESpeakNG",
      "path" : "Frameworks/ESpeakNG.xcframework",
      "product_memberships" : [
        "FluidAudioTTS",
        "fluidaudio"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/CtcModels.swift': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/ContextBiasing': File not found.
Done.