Build Information
Successful build of FluidAudio, reference main (ddee66), with Swift 6.2 for macOS (SPM) on 15 Dec 2025 19:24:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "fluidaudio",
"name": "FluidAudio",
"url": "https://github.com/FluidInference/FluidAudio.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FluidAudio",
"dependencies": [
]
}
]
}
Fetching https://github.com/FluidInference/FluidAudio.git
[1/19492] Fetching fluidaudio
Fetched https://github.com/FluidInference/FluidAudio.git from cache (4.12s)
Creating working copy for https://github.com/FluidInference/FluidAudio.git
Working copy of https://github.com/FluidInference/FluidAudio.git resolved at main (ddee663)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/FluidInference/FluidAudio.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[0/11] Write fluidaudio-entitlement.plist
[0/11] Copying english.json
[5/11] Write swift-version-49B95AFC49DCD68C.txt
[6/11] Copying ESpeakNG.framework
/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 SpeakerManager.swift
[11/71] Compiling FluidAudio SpeakerOperations.swift
[12/71] Compiling FluidAudio SpeakerTypes.swift
[13/71] Compiling FluidAudio DiarizerManager.swift
[14/71] Compiling FluidAudio DiarizerModels.swift
[15/71] Compiling FluidAudio DiarizerTypes.swift
[16/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
785 | }
786 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[17/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
785 | }
786 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[18/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
785 | }
786 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[19/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
785 | }
786 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
785 | }
786 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[21/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
785 | }
786 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[22/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
250 | CblasRowMajor,
251 | CblasNoTrans,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[23/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
250 | CblasRowMajor,
251 | CblasNoTrans,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[24/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
250 | CblasRowMajor,
251 | CblasNoTrans,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[25/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
250 | CblasRowMajor,
251 | CblasNoTrans,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
250 | CblasRowMajor,
251 | CblasNoTrans,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[27/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
250 | CblasRowMajor,
251 | CblasNoTrans,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
548 | Int32(first.count),
549 | 1.0,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
548 | Int32(first.count),
549 | 1.0,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
548 | Int32(first.count),
549 | 1.0,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
548 | Int32(first.count),
549 | 1.0,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
548 | Int32(first.count),
549 | 1.0,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
548 | Int32(first.count),
549 | 1.0,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[34/71] Compiling FluidAudio ModelRegistry.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Shared/ANEMemoryUtils.swift:102:9: warning: switch must be exhaustive
100 | /// Get element size in bytes for a given data type
101 | public static func getElementSize(for dataType: MLMultiArrayDataType) -> Int {
102 | switch dataType {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.int8'
103 | case .float16:
104 | return 2
[35/71] Compiling FluidAudio ANEMemoryOptimizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Shared/ANEMemoryUtils.swift:102:9: warning: switch must be exhaustive
100 | /// Get element size in bytes for a given data type
101 | public static func getElementSize(for dataType: MLMultiArrayDataType) -> Int {
102 | switch dataType {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.int8'
103 | case .float16:
104 | return 2
[36/71] Compiling FluidAudio ANEMemoryUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Shared/ANEMemoryUtils.swift:102:9: warning: switch must be exhaustive
100 | /// Get element size in bytes for a given data type
101 | public static func getElementSize(for dataType: MLMultiArrayDataType) -> Int {
102 | switch dataType {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.int8'
103 | case .float16:
104 | return 2
[37/71] Compiling FluidAudio ASRConstants.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Shared/ANEMemoryUtils.swift:102:9: warning: switch must be exhaustive
100 | /// Get element size in bytes for a given data type
101 | public static func getElementSize(for dataType: MLMultiArrayDataType) -> Int {
102 | switch dataType {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.int8'
103 | case .float16:
104 | return 2
[38/71] Compiling FluidAudio AppLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Shared/ANEMemoryUtils.swift:102:9: warning: switch must be exhaustive
100 | /// Get element size in bytes for a given data type
101 | public static func getElementSize(for dataType: MLMultiArrayDataType) -> Int {
102 | switch dataType {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.int8'
103 | case .float16:
104 | return 2
[39/71] Compiling FluidAudio AssetDownloader.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Shared/ANEMemoryUtils.swift:102:9: warning: switch must be exhaustive
100 | /// Get element size in bytes for a given data type
101 | public static func getElementSize(for dataType: MLMultiArrayDataType) -> Int {
102 | switch dataType {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.int8'
103 | case .float16:
104 | return 2
[40/71] Compiling FluidAudio SystemInfo.swift
[41/71] Compiling FluidAudio VadManager+SpeechSegmentation.swift
[42/71] Compiling FluidAudio VadManager+Streaming.swift
[43/71] Compiling FluidAudio VadManager.swift
[44/71] Compiling FluidAudio VadTypes.swift
[45/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
267 |
268 | var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[46/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
267 |
268 | var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[47/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
267 |
268 | var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[48/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
267 |
268 | var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[49/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
267 |
268 | var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[50/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
267 |
268 | var currentAbsEnd = bufferStartIndex + sampleBuffer.count
[51/71] Compiling FluidAudio AudioValidation.swift
[52/71] Compiling FluidAudio SegmentationProcessor.swift
[53/71] Compiling FluidAudio SlidingWindow.swift
[54/71] Compiling FluidAudio DownloadUtils.swift
[55/71] Compiling FluidAudio FluidAudioSwift.swift
[56/71] Compiling FluidAudio ModelNames.swift
[57/71] Compiling FluidAudio AudioConverter.swift
[58/71] Compiling FluidAudio AudioStream.swift
[59/71] Compiling FluidAudio MLModel+Prediction.swift
[60/71] Compiling FluidAudio ModelWarmup.swift
[61/71] Compiling FluidAudio StreamingAudioSampleSource.swift
[62/71] Compiling FluidAudio StreamingAudioSourceFactory.swift
[63/71] Compiling FluidAudio ANEOptimizer.swift
[64/71] Compiling FluidAudio AsrManager.swift
[65/71] Compiling FluidAudio AsrModels.swift
[66/71] Compiling FluidAudio AsrTranscription.swift
[67/71] Compiling FluidAudio AsrTypes.swift
[68/71] Compiling FluidAudio AudioBuffer.swift
[69/89] Compiling FluidAudioTTS TtsManager.swift
[70/89] Compiling FluidAudioTTS TtsCustomLexicon.swift
[71/89] Compiling FluidAudioTTS TtsConstants.swift
[72/90] Compiling FluidAudioTTS TtsModels.swift
[73/90] Compiling FluidAudioTTS KokoroSynthesizer+Memory.swift
[74/90] Compiling FluidAudioTTS KokoroSynthesizer+ModelUtils.swift
[75/90] Compiling FluidAudioTTS KokoroModelCache.swift
[76/90] Compiling FluidAudioTTS KokoroSynthesizer+LexiconCache.swift
[77/90] Compiling FluidAudioTTS PhonemeMapper.swift
[78/90] Compiling FluidAudioTTS TtsTextPreprocessor.swift
[79/90] Compiling FluidAudioTTS LexiconAssetManager.swift
[80/90] Compiling FluidAudioTTS TtsResourceDownloader.swift
[81/90] Compiling FluidAudioTTS KokoroSynthesizer+Types.swift
[82/90] Compiling FluidAudioTTS KokoroChunker.swift
[83/90] Compiling FluidAudioTTS EspeakG2P.swift
[84/90] Compiling FluidAudioTTS KokoroVocabulary.swift
[85/90] Emitting module FluidAudioTTS
[86/90] Compiling FluidAudioTTS KokoroSynthesizer+VoiceEmbeddings.swift
[87/90] Compiling FluidAudioTTS KokoroSynthesizer.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 MultiStreamCommand.swift
[94/113] Compiling FluidAudioCLI ProcessCommand.swift
[95/113] Compiling FluidAudioCLI DiarizationMetrics.swift
[96/113] Compiling FluidAudioCLI RTTMParser.swift
[97/113] Compiling FluidAudioCLI DatasetDownloader.swift
[98/113] Compiling FluidAudioCLI CLIModels.swift
[99/113] Compiling FluidAudioCLI TextNormalizer.swift
[100/113] Compiling FluidAudioCLI WERCalculator.swift
[101/113] Compiling FluidAudioCLI TTSCommand.swift
[102/113] Compiling FluidAudioCLI VadAnalyzeCommand.swift
[103/113] Compiling FluidAudioCLI VadBenchmark.swift
[104/113] Compiling FluidAudioCLI AMIParser.swift
[105/113] Compiling FluidAudioCLI TranscribeCommand.swift
[106/113] Compiling FluidAudioCLI DiarizationBenchmark.swift
[107/113] Compiling FluidAudioCLI DownloadCommand.swift
[108/113] Compiling FluidAudioCLI AsrBenchmark.swift
[109/113] Compiling FluidAudioCLI AsrBenchmarkTypes.swift
[110/113] Compiling FluidAudioCLI FleursBenchmark.swift
[110/113] Write Objects.LinkFileList
[111/113] Linking fluidaudio
[112/113] Applying fluidaudio
Build complete! (13.53s)
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/ContextBiasing': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/ASR/CtcModels.swift': File not found.
Done.