Build Information
Successful build of FluidAudio, reference v0.14.3 (00ea90), with Swift 6.1 for macOS (SPM) on 29 Apr 2026 20:35:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[227/242] Compiling FluidAudio OfflineDiarizerModels.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[228/242] Compiling FluidAudio OfflineDiarizerTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[229/242] Compiling FluidAudio OfflineEmbeddingExtractor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[230/242] Compiling FluidAudio PLDATransform.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[231/242] Compiling FluidAudio WeightInterpolation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[232/242] Compiling FluidAudio OfflineSegmentationProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[233/242] Compiling FluidAudio OfflineReconstruction.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[234/242] Compiling FluidAudio VDSPOperations.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[235/242] Compiling FluidAudio AudioValidation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[236/242] Compiling FluidAudio SegmentationProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[237/242] Compiling FluidAudio SlidingWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[238/242] Compiling FluidAudio SortformerDiarizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[239/242] Compiling FluidAudio SortformerModelInference.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:312:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
310 | let sumBase = sumPtr.baseAddress
311 | else { return }
312 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
313 | CblasRowMajor,
314 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:342:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
340 | rho.withUnsafeBufferPointer { rhoPtr in
341 | temp.withUnsafeMutableBufferPointer { tempPtr in
342 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
343 | CblasRowMajor,
344 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:441:25: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
439 | alpha.withUnsafeBufferPointer { alphaPtr in
440 | logP.withUnsafeMutableBufferPointer { logPtr in
441 | cblas_dgemm(
| `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
442 | CblasRowMajor,
443 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:586:25: warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
584 | let piBase = piPtr.baseAddress
585 | else { return }
586 | cblas_dgemv(
| `- warning: 'cblas_dgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
587 | CblasRowMajor,
588 | CblasTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Clustering/VBxClustering.swift:691:13: warning: variable 'output' was never mutated; consider changing to 'let' constant
689 | constraints: SpeakerCountConstraints?
690 | ) -> VBxOutput {
691 | var output = refine(rhoFeatures: rhoFeatures, initialClusters: initialClusters)
| `- warning: variable 'output' was never mutated; consider changing to 'let' constant
692 |
693 | guard let constraints = constraints else {
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:493: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.
491 | let destinationBase = destinationPointer.baseAddress
492 | else { return }
493 | 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.
494 | Int32(dimension),
495 | weight,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:546: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.
544 | let destinationBase = destinationPointer.baseAddress
545 | else { return }
546 | 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.
547 | Int32(embedding.count),
548 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Core/OfflineDiarizerManager.swift:591: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.
589 | let destinationBase = destinationPointer.baseAddress
590 | else { return }
591 | 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.
592 | Int32(first.count),
593 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:706:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
704 |
705 | let options = MLPredictionOptions()
706 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
707 | for array in audioArrays {
708 | array.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Extraction/OfflineEmbeddingExtractor.swift:813:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
61 |
62 | @available(macOS 14.0, iOS 17.0, *)
63 | struct OfflineEmbeddingExtractor {
| `- note: enclosing scope here
64 | private let fbankModel: MLModel
65 | private let embeddingModel: MLModel
:
811 | )
812 | let options = MLPredictionOptions()
813 | if #available(macOS 14.0, iOS 17.0, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
814 | fbankFeatures.prefetchToNeuralEngine()
815 | weightsArray.prefetchToNeuralEngine()
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/OfflineReconstruction.swift:241:25: warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
239 | let destinationBase = destinationPointer.baseAddress
240 | else { return }
241 | cblas_saxpy(
| `- warning: 'cblas_saxpy' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
242 | Int32(embedding.count),
243 | 1.0,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:48:21: warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
46 | vector.withUnsafeBufferPointer { vectorPointer in
47 | result.withUnsafeMutableBufferPointer { resultPointer in
48 | cblas_sgemv(
| `- warning: 'cblas_sgemv' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
49 | CblasRowMajor,
50 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:107:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
105 | flatB.withUnsafeBufferPointer { bPointer in
106 | flatResult.withUnsafeMutableBufferPointer { resultPointer in
107 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
108 | CblasRowMajor,
109 | CblasNoTrans,
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Diarizer/Offline/Utils/VDSPOperations.swift:249:21: warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
247 | flatB.withUnsafeBufferPointer { bPointer in
248 | dotProducts.withUnsafeMutableBufferPointer { resultPointer in
249 | cblas_sgemm(
| `- warning: 'cblas_sgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
250 | CblasRowMajor,
251 | CblasNoTrans,
[240/290] Emitting module FluidAudioCLI
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/ASR/Cohere/CohereBenchmark.swift:15:20: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
13 | private static let logger = AppLogger(category: "CohereBenchmark")
14 |
15 | private static nonisolated(unsafe) let fleursToCohereLanguage: [String: CohereAsrConfig.Language] = [
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
16 | "en_us": .english,
17 | "fr_fr": .french,
[241/295] Compiling FluidAudioCLI AMIParser.swift
[242/295] Compiling FluidAudioCLI ChineseDatasetDownloader.swift
[243/295] Compiling FluidAudioCLI DatasetDownloader.swift
[244/295] Compiling FluidAudioCLI JapaneseDatasetDownloader.swift
[245/295] Compiling FluidAudioCLI FluidAudioCLI.swift
[246/295] Compiling FluidAudioCLI CLIModels.swift
[247/295] Compiling FluidAudioCLI DiarizationMetrics.swift
[248/295] Compiling FluidAudioCLI InlineDiff.swift
[249/295] Compiling FluidAudioCLI LevenshteinDistance.swift
[250/295] Compiling FluidAudioCLI RTTMParser.swift
[251/295] Compiling FluidAudioCLI NemotronBenchmark.swift
[252/295] Compiling FluidAudioCLI NemotronTranscribe.swift
[253/295] Compiling FluidAudioCLI ParakeetEouCommand.swift
[254/295] Compiling FluidAudioCLI Qwen3AsrBenchmark.swift
[255/295] Compiling FluidAudioCLI Qwen3TranscribeCommand.swift
[256/295] Compiling FluidAudioCLI FrontendParityCommand.swift
[257/295] Compiling FluidAudioCLI ParityCommand.swift
[258/295] Compiling FluidAudioCLI TextCommand.swift
[259/295] Compiling FluidAudioCLI TokenizerParityCommand.swift
[260/295] Compiling FluidAudioCLI DiarizationBenchmark.swift
[261/295] Compiling FluidAudioCLI LSEENDEvaluation.swift
[262/295] Compiling FluidAudioCLI MagpieCommand.swift
[263/295] Compiling FluidAudioCLI ProcessCommand.swift
[264/295] Compiling FluidAudioCLI SortformerBenchmark.swift
[265/295] Compiling FluidAudioCLI SortformerCommand.swift
[266/295] Compiling FluidAudioCLI ResultsFormatter.swift
[267/295] Compiling FluidAudioCLI TerminalUI.swift
[268/295] Compiling FluidAudioCLI TextNormalizer.swift
[269/295] Compiling FluidAudioCLI WERCalculator.swift
[270/295] Compiling FluidAudioCLI resource_bundle_accessor.swift
[271/295] Compiling FluidAudioCLI StyleTTS2Command.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/TTSCommand.swift:337:18: warning: literal value is already handled by previous pattern; consider removing it
252 | i += 1
253 | }
254 | case "--seed":
| `- note: first occurrence of identical literal pattern is here
255 | if i + 1 < arguments.count {
256 | cv3Seed = UInt64(arguments[i + 1]) ?? 42
:
335 | i += 1
336 | }
337 | case "--seed":
| `- warning: literal value is already handled by previous pattern; consider removing it
338 | if i + 1 < arguments.count {
339 | pocketSeed = UInt64(arguments[i + 1]) ?? 42
[272/295] Compiling FluidAudioCLI TTSAsrVerifyCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/TTSCommand.swift:337:18: warning: literal value is already handled by previous pattern; consider removing it
252 | i += 1
253 | }
254 | case "--seed":
| `- note: first occurrence of identical literal pattern is here
255 | if i + 1 < arguments.count {
256 | cv3Seed = UInt64(arguments[i + 1]) ?? 42
:
335 | i += 1
336 | }
337 | case "--seed":
| `- warning: literal value is already handled by previous pattern; consider removing it
338 | if i + 1 < arguments.count {
339 | pocketSeed = UInt64(arguments[i + 1]) ?? 42
[273/295] Compiling FluidAudioCLI TTSCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/TTSCommand.swift:337:18: warning: literal value is already handled by previous pattern; consider removing it
252 | i += 1
253 | }
254 | case "--seed":
| `- note: first occurrence of identical literal pattern is here
255 | if i + 1 < arguments.count {
256 | cv3Seed = UInt64(arguments[i + 1]) ?? 42
:
335 | i += 1
336 | }
337 | case "--seed":
| `- warning: literal value is already handled by previous pattern; consider removing it
338 | if i + 1 < arguments.count {
339 | pocketSeed = UInt64(arguments[i + 1]) ?? 42
[274/295] Compiling FluidAudioCLI VadAnalyzeCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/TTSCommand.swift:337:18: warning: literal value is already handled by previous pattern; consider removing it
252 | i += 1
253 | }
254 | case "--seed":
| `- note: first occurrence of identical literal pattern is here
255 | if i + 1 < arguments.count {
256 | cv3Seed = UInt64(arguments[i + 1]) ?? 42
:
335 | i += 1
336 | }
337 | case "--seed":
| `- warning: literal value is already handled by previous pattern; consider removing it
338 | if i + 1 < arguments.count {
339 | pocketSeed = UInt64(arguments[i + 1]) ?? 42
[275/295] Compiling FluidAudioCLI VadBenchmark.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/TTSCommand.swift:337:18: warning: literal value is already handled by previous pattern; consider removing it
252 | i += 1
253 | }
254 | case "--seed":
| `- note: first occurrence of identical literal pattern is here
255 | if i + 1 < arguments.count {
256 | cv3Seed = UInt64(arguments[i + 1]) ?? 42
:
335 | i += 1
336 | }
337 | case "--seed":
| `- warning: literal value is already handled by previous pattern; consider removing it
338 | if i + 1 < arguments.count {
339 | pocketSeed = UInt64(arguments[i + 1]) ?? 42
[276/295] Compiling FluidAudioCLI DiarizationBenchmarkUtils.swift
[277/295] Compiling FluidAudioCLI DownloadCommand.swift
[278/295] Compiling FluidAudioCLI G2PBenchmark.swift
[279/295] Compiling FluidAudioCLI LSEENDBenchmark.swift
[280/295] Compiling FluidAudioCLI LSEENDCommand.swift
[281/295] Compiling FluidAudioCLI CohereBenchmark.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/ASR/Cohere/CohereBenchmark.swift:15:20: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
13 | private static let logger = AppLogger(category: "CohereBenchmark")
14 |
15 | private static nonisolated(unsafe) let fleursToCohereLanguage: [String: CohereAsrConfig.Language] = [
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
16 | "en_us": .english,
17 | "fr_fr": .french,
[282/295] Compiling FluidAudioCLI CohereTranscribeCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/ASR/Cohere/CohereBenchmark.swift:15:20: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
13 | private static let logger = AppLogger(category: "CohereBenchmark")
14 |
15 | private static nonisolated(unsafe) let fleursToCohereLanguage: [String: CohereAsrConfig.Language] = [
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
16 | "en_us": .english,
17 | "fr_fr": .french,
[283/295] Compiling FluidAudioCLI CtcZhCnBenchmark.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/ASR/Cohere/CohereBenchmark.swift:15:20: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
13 | private static let logger = AppLogger(category: "CohereBenchmark")
14 |
15 | private static nonisolated(unsafe) let fleursToCohereLanguage: [String: CohereAsrConfig.Language] = [
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
16 | "en_us": .english,
17 | "fr_fr": .french,
[284/295] Compiling FluidAudioCLI CtcZhCnTranscribeCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/ASR/Cohere/CohereBenchmark.swift:15:20: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
13 | private static let logger = AppLogger(category: "CohereBenchmark")
14 |
15 | private static nonisolated(unsafe) let fleursToCohereLanguage: [String: CohereAsrConfig.Language] = [
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
16 | "en_us": .english,
17 | "fr_fr": .french,
[285/295] Compiling FluidAudioCLI JapaneseAsrBenchmark.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/ASR/Cohere/CohereBenchmark.swift:15:20: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
13 | private static let logger = AppLogger(category: "CohereBenchmark")
14 |
15 | private static nonisolated(unsafe) let fleursToCohereLanguage: [String: CohereAsrConfig.Language] = [
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
16 | "en_us": .english,
17 | "fr_fr": .french,
[286/295] Compiling FluidAudioCLI AsrBenchmark.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Commands/ASR/Cohere/CohereBenchmark.swift:15:20: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
13 | private static let logger = AppLogger(category: "CohereBenchmark")
14 |
15 | private static nonisolated(unsafe) let fleursToCohereLanguage: [String: CohereAsrConfig.Language] = [
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type '[String : CohereAsrConfig.Language]', consider removing it
16 | "en_us": .english,
17 | "fr_fr": .french,
[287/295] Compiling FluidAudioCLI AsrBenchmarkTypes.swift
[288/295] Compiling FluidAudioCLI CtcDecodeBenchmark.swift
[289/295] Compiling FluidAudioCLI CtcEarningsBenchmark.swift
[290/295] Compiling FluidAudioCLI FleursBenchmark.swift
[291/295] Compiling FluidAudioCLI MultiStreamCommand.swift
[292/295] Compiling FluidAudioCLI TranscribeCommand.swift
[292/295] Write Objects.LinkFileList
[293/295] Linking fluidaudiocli
[294/295] Applying fluidaudiocli
Build complete! (17.76s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Frameworks': 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" : "fluidaudiocli",
"targets" : [
"FluidAudioCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MachTaskSelfWrapper",
"module_type" : "ClangTarget",
"name" : "MachTaskSelfWrapper",
"path" : "Sources/MachTaskSelfWrapper",
"product_memberships" : [
"FluidAudio",
"fluidaudiocli"
],
"sources" : [
"MachTaskSelf.c"
],
"type" : "library"
},
{
"c99name" : "FluidAudioTests",
"module_type" : "SwiftTarget",
"name" : "FluidAudioTests",
"path" : "Tests/FluidAudioTests",
"sources" : [
"ASR/Cohere/CohereAsrConfigTests.swift",
"ASR/Cohere/CoherePipelineMaskTests.swift",
"ASR/Parakeet/ASRConfigTests.swift",
"ASR/Parakeet/ASRConstantsTests.swift",
"ASR/Parakeet/ModelNamesTests.swift",
"ASR/Parakeet/NemotronBenchmarkTests.swift",
"ASR/Parakeet/PerformanceMetricsTests.swift",
"ASR/Parakeet/ProgressEmitterTests.swift",
"ASR/Parakeet/SlidingWindow/CTC/ARPALanguageModelTests.swift",
"ASR/Parakeet/SlidingWindow/CTC/CtcDecoderDemoTests.swift",
"ASR/Parakeet/SlidingWindow/CTC/CtcDecoderTests.swift",
"ASR/Parakeet/SlidingWindow/CTC/CtcZhCnTests.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/BKTreeTests.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/ContextBiasingConstantsTests.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/ContextBiasingSendableTests.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/CtcDPAlgorithmTests.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/CustomVocabularyTests.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/VocabularyRescorerUtilsTests.swift",
"ASR/Parakeet/SlidingWindow/SlidingWindowAsrManagerTests.swift",
"ASR/Parakeet/SlidingWindow/SlidingWindowAsrSessionTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/AsrManagerExtensionTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/AsrManagerTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/AsrModelsTdtJaTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/AsrModelsTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/AsrTranscriptionTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/ChunkMergeTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/ChunkProcessorEdgeCaseTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/ChunkProcessorTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/BlasIndexAndHypothesisTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/DecoderStateTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtConfigTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtDecoderChunkTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtDecoderStateV3Tests.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtDecoderTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtDecoderV2Tests.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtRefactoredComponentsTests.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TokenUtilsTests.swift",
"ASR/Parakeet/Streaming/AudioMelSpectrogramTests.swift",
"ASR/Parakeet/Streaming/EouChunkSizeFrameCountTests.swift",
"ASR/Parakeet/Streaming/NemotronChunkSizeTests.swift",
"ASR/Parakeet/Streaming/NemotronStreamingConfigTests.swift",
"ASR/Parakeet/Streaming/StreamingAsrManagerTests.swift",
"ASR/Parakeet/Streaming/StreamingNemotronAsrManagerTests.swift",
"ASR/Parakeet/Streaming/TokenizerTests.swift",
"ASR/PunctuationCommitLayerTests.swift",
"ASR/Qwen3/Qwen3AsrConfigTests.swift",
"ASR/Qwen3/Qwen3RoPETests.swift",
"ASR/TokenDeduplicationRegressionTests.swift",
"CI/BasicInitializationTests.swift",
"CI/CITests.swift",
"CI/SendableTests.swift",
"Diarizer/Clustering/KMeansClusteringTests.swift",
"Diarizer/DiarizationTestFixtures.swift",
"Diarizer/Extraction/EmbeddingExtractorOverflowTests.swift",
"Diarizer/LS-EEND/LSEENDIntegrationTests.swift",
"Diarizer/LS-EEND/LSEENDMatrixTests.swift",
"Diarizer/Offline/AHCClusteringTests.swift",
"Diarizer/Offline/DiarizerMemoryTests.swift",
"Diarizer/Offline/EmbeddingExtractorMemoryTests.swift",
"Diarizer/Offline/OfflineConfigTests.swift",
"Diarizer/Offline/OfflineModuleTests.swift",
"Diarizer/Offline/SegmentationProcessorEdgeCaseTests.swift",
"Diarizer/Offline/SegmentationProcessorTests.swift",
"Diarizer/Offline/SpeakerCountConstraintsTests.swift",
"Diarizer/Offline/VBxConstraintTests.swift",
"Diarizer/Offline/VDSPOperationsTests.swift",
"Diarizer/Offline/WeightInterpolationTests.swift",
"Diarizer/Sortformer/SortformerStateUpdaterTests.swift",
"Diarizer/Sortformer/SortformerStreamingIntegrationTests.swift",
"Diarizer/Sortformer/SortformerTests.swift",
"Diarizer/Sortformer/SortformerTimelineTests.swift",
"Diarizer/Sortformer/SortformerTypesTests.swift",
"Diarizer/SpeakerEnrollmentTests.swift",
"Diarizer/SpeakerManagerTests.swift",
"Diarizer/SpeakerOperationsTests.swift",
"Diarizer/SpeakerTests.swift",
"Shared/ANEMemoryOptimizerTests.swift",
"Shared/ANEMemoryUtilsEdgeCaseTests.swift",
"Shared/ANEOptimizerTests.swift",
"Shared/ArraySliceTests.swift",
"Shared/AudioConverterTests.swift",
"Shared/AudioStreamTests.swift",
"Shared/MLArrayCacheTests.swift",
"Shared/ModelRegistryTests.swift",
"Shared/RandomAccessCollectionTests.swift",
"Shared/StringUtilsTests.swift",
"Shared/TokenLanguageFilterTests.swift",
"TTS/AudioPostProcessorTests.swift",
"TTS/CosyVoice3ChineseNormalizerTests.swift",
"TTS/CosyVoice3PromptMelTests.swift",
"TTS/KokoroAne/KokoroAneAsrRoundtripTests.swift",
"TTS/KokoroAne/KokoroAneSynthesizerTests.swift",
"TTS/KokoroAne/KokoroAneVocabTests.swift",
"TTS/KokoroAne/KokoroAneVoicePackTests.swift",
"TTS/KokoroChunkerStemTests.swift",
"TTS/KokoroChunkerTests.swift",
"TTS/Magpie/MagpieConstantsTests.swift",
"TTS/Magpie/MagpieIpaOverrideTests.swift",
"TTS/Magpie/MagpieKvCacheTests.swift",
"TTS/Magpie/MagpieMT19937Tests.swift",
"TTS/Magpie/MagpieNpyReaderTests.swift",
"TTS/MultilingualG2PTests.swift",
"TTS/PocketTTS/PocketTtsLanguageTests.swift",
"TTS/PocketTTS/PocketTtsSessionTests.swift",
"TTS/PocketTTS/PocketTtsStreamingTests.swift",
"TTS/PocketTTS/SentencePieceProtoTests.swift",
"TTS/SSMLTests.swift",
"TTS/StyleTTS2/StyleTTS2BundleConfigTests.swift",
"TTS/StyleTTS2/StyleTTS2SamplerTests.swift",
"TTS/StyleTTS2/StyleTTS2VocabTests.swift",
"TTS/StyleTTS2/StyleTTS2VoiceStyleTests.swift",
"TTS/TTSManagerTests.swift",
"TTS/TextNormalizerTests.swift",
"TTS/TtsCustomLexiconTests.swift",
"TTS/TtsTextPreprocessorAbbreviationTests.swift",
"TestHelpers/VadTestHelpers.swift",
"VAD/VadSegmentationTests.swift",
"VAD/VadStreamingTests.swift",
"VAD/VadTests.swift"
],
"target_dependencies" : [
"FluidAudio"
],
"type" : "test"
},
{
"c99name" : "FluidAudioCLI",
"module_type" : "SwiftTarget",
"name" : "FluidAudioCLI",
"path" : "Sources/FluidAudioCLI",
"product_memberships" : [
"fluidaudiocli"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FluidAudioCLI/Utils/english.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Commands/ASR/Cohere/CohereBenchmark.swift",
"Commands/ASR/Cohere/CohereTranscribeCommand.swift",
"Commands/ASR/CtcZhCnBenchmark.swift",
"Commands/ASR/CtcZhCnTranscribeCommand.swift",
"Commands/ASR/JapaneseAsrBenchmark.swift",
"Commands/ASR/Parakeet/SlidingWindow/AsrBenchmark.swift",
"Commands/ASR/Parakeet/SlidingWindow/AsrBenchmarkTypes.swift",
"Commands/ASR/Parakeet/SlidingWindow/CtcDecodeBenchmark.swift",
"Commands/ASR/Parakeet/SlidingWindow/CtcEarningsBenchmark.swift",
"Commands/ASR/Parakeet/SlidingWindow/FleursBenchmark.swift",
"Commands/ASR/Parakeet/SlidingWindow/MultiStreamCommand.swift",
"Commands/ASR/Parakeet/SlidingWindow/TranscribeCommand.swift",
"Commands/ASR/Parakeet/Streaming/NemotronBenchmark.swift",
"Commands/ASR/Parakeet/Streaming/NemotronTranscribe.swift",
"Commands/ASR/Parakeet/Streaming/ParakeetEouCommand.swift",
"Commands/ASR/Qwen3/Qwen3AsrBenchmark.swift",
"Commands/ASR/Qwen3/Qwen3TranscribeCommand.swift",
"Commands/CosyVoice3/FrontendParityCommand.swift",
"Commands/CosyVoice3/ParityCommand.swift",
"Commands/CosyVoice3/TextCommand.swift",
"Commands/CosyVoice3/TokenizerParityCommand.swift",
"Commands/DiarizationBenchmark.swift",
"Commands/DiarizationBenchmarkUtils.swift",
"Commands/DownloadCommand.swift",
"Commands/G2PBenchmark.swift",
"Commands/LSEENDBenchmark.swift",
"Commands/LSEENDCommand.swift",
"Commands/LSEENDEvaluation.swift",
"Commands/MagpieCommand.swift",
"Commands/ProcessCommand.swift",
"Commands/SortformerBenchmark.swift",
"Commands/SortformerCommand.swift",
"Commands/StyleTTS2Command.swift",
"Commands/TTSAsrVerifyCommand.swift",
"Commands/TTSCommand.swift",
"Commands/VadAnalyzeCommand.swift",
"Commands/VadBenchmark.swift",
"DatasetParsers/AMIParser.swift",
"DatasetParsers/ChineseDatasetDownloader.swift",
"DatasetParsers/DatasetDownloader.swift",
"DatasetParsers/JapaneseDatasetDownloader.swift",
"FluidAudioCLI.swift",
"Models/CLIModels.swift",
"Utils/DiarizationMetrics.swift",
"Utils/InlineDiff.swift",
"Utils/LevenshteinDistance.swift",
"Utils/RTTMParser.swift",
"Utils/ResultsFormatter.swift",
"Utils/TerminalUI.swift",
"Utils/TextNormalizer.swift",
"Utils/WERCalculator.swift"
],
"target_dependencies" : [
"FluidAudio"
],
"type" : "executable"
},
{
"c99name" : "FluidAudio",
"module_type" : "SwiftTarget",
"name" : "FluidAudio",
"path" : "Sources/FluidAudio",
"product_memberships" : [
"FluidAudio",
"fluidaudiocli"
],
"sources" : [
"ASR/Cohere/CohereAsrConfig.swift",
"ASR/Cohere/CoherePipeline.swift",
"ASR/Parakeet/AsrTypes.swift",
"ASR/Parakeet/AudioBuffer.swift",
"ASR/Parakeet/ParakeetLanguageModels.swift",
"ASR/Parakeet/SlidingWindow/CTC/ARPALanguageModel.swift",
"ASR/Parakeet/SlidingWindow/CTC/CtcDecoder.swift",
"ASR/Parakeet/SlidingWindow/CTC/CtcZhCnManager.swift",
"ASR/Parakeet/SlidingWindow/CTC/CtcZhCnModels.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/BKTree/BKTree.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/BKTree/VocabularyRescorer+CandidateMatching.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/ContextBiasingConstants.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/CustomVocabularyContext.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/Rescorer/VocabularyRescorer+TokenEvaluation.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/Rescorer/VocabularyRescorer+TokenRescoring.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/Rescorer/VocabularyRescorer+Utilities.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/Rescorer/VocabularyRescorer.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/WordSpotting/BpeTokenizer.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/WordSpotting/CtcDPAlgorithm.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/WordSpotting/CtcKeywordSpotter+Inference.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/WordSpotting/CtcKeywordSpotter.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/WordSpotting/CtcModels.swift",
"ASR/Parakeet/SlidingWindow/CustomVocabulary/WordSpotting/CtcTokenizer.swift",
"ASR/Parakeet/SlidingWindow/SlidingWindowAsrManager.swift",
"ASR/Parakeet/SlidingWindow/SlidingWindowAsrSession.swift",
"ASR/Parakeet/SlidingWindow/TDT/AsrManager+Pipeline.swift",
"ASR/Parakeet/SlidingWindow/TDT/AsrManager+TokenProcessing.swift",
"ASR/Parakeet/SlidingWindow/TDT/AsrManager+Transcription.swift",
"ASR/Parakeet/SlidingWindow/TDT/AsrManager.swift",
"ASR/Parakeet/SlidingWindow/TDT/AsrModels.swift",
"ASR/Parakeet/SlidingWindow/TDT/ChunkProcessor.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/BlasIndex.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/EncoderFrameView.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtConfig.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtDecoderState.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtDecoderV2.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtDecoderV3.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtDurationMapping.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtFrameNavigation.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtHypothesis.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtJointDecision.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtJointInputProvider.swift",
"ASR/Parakeet/SlidingWindow/TDT/Decoder/TdtModelInference.swift",
"ASR/Parakeet/Streaming/EOU/StreamingEouAsrManager.swift",
"ASR/Parakeet/Streaming/EncoderCacheManager.swift",
"ASR/Parakeet/Streaming/Nemotron/NemotronChunkSize.swift",
"ASR/Parakeet/Streaming/Nemotron/NemotronStreamingConfig.swift",
"ASR/Parakeet/Streaming/Nemotron/StreamingNemotronAsrManager+Pipeline.swift",
"ASR/Parakeet/Streaming/Nemotron/StreamingNemotronAsrManager.swift",
"ASR/Parakeet/Streaming/ParakeetModelVariant.swift",
"ASR/Parakeet/Streaming/RnntDecoder.swift",
"ASR/Parakeet/Streaming/StreamingAsrManager.swift",
"ASR/Parakeet/Streaming/StreamingAsrUtils.swift",
"ASR/Parakeet/Streaming/Tokenizer.swift",
"ASR/Parakeet/TokenDeduplication/SequenceMatch.swift",
"ASR/Parakeet/TokenDeduplication/SequenceMatcher.swift",
"ASR/Qwen3/Qwen3AsrConfig.swift",
"ASR/Qwen3/Qwen3AsrManager.swift",
"ASR/Qwen3/Qwen3AsrModels.swift",
"ASR/Qwen3/Qwen3RoPE.swift",
"ASR/Qwen3/Qwen3StreamingManager.swift",
"ASR/Qwen3/WhisperMelSpectrogram.swift",
"ASR/Shared/PunctuationCommitLayer.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/DiarizerTimeline.swift",
"Diarizer/Extraction/EmbeddingExtractor.swift",
"Diarizer/LS-EEND/LSEENDDatatypes.swift",
"Diarizer/LS-EEND/LSEENDDiarizer.swift",
"Diarizer/LS-EEND/LSEENDModelInference.swift",
"Diarizer/LS-EEND/LSEENDPreprocessor.swift",
"Diarizer/Offline/Clustering/AHCClustering.swift",
"Diarizer/Offline/Clustering/KMeansClustering.swift",
"Diarizer/Offline/Clustering/SpeakerCountConstraints.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",
"Diarizer/Sortformer/SortformerDiarizer.swift",
"Diarizer/Sortformer/SortformerModelInference.swift",
"Diarizer/Sortformer/SortformerStateUpdater.swift",
"Diarizer/Sortformer/SortformerTypes.swift",
"DownloadUtils.swift",
"FluidAudioSwift.swift",
"ITN/TextNormalizer.swift",
"ModelNames.swift",
"ModelRegistry.swift",
"Shared/ANEMemoryOptimizer.swift",
"Shared/ANEMemoryUtils.swift",
"Shared/ASRConstants.swift",
"Shared/AppLogger.swift",
"Shared/AssetDownloader.swift",
"Shared/AudioConverter.swift",
"Shared/AudioMelSpectrogram.swift",
"Shared/AudioSampleSource.swift",
"Shared/AudioSource.swift",
"Shared/AudioSourceFactory.swift",
"Shared/AudioStream.swift",
"Shared/MLArrayCache.swift",
"Shared/MLModel+Prediction.swift",
"Shared/MLModelConfigurationUtils.swift",
"Shared/MLMultiArray+Extensions.swift",
"Shared/ModelWarmup.swift",
"Shared/PerformanceMetrics.swift",
"Shared/ProgressEmitter.swift",
"Shared/StringUtils.swift",
"Shared/SystemInfo.swift",
"Shared/TokenLanguageFilter.swift",
"Shared/ZeroCopyFeatureProvider.swift",
"TTS/CosyVoice3/Assets/CosyVoice3ModelStore.swift",
"TTS/CosyVoice3/Assets/CosyVoice3ResourceDownloader.swift",
"TTS/CosyVoice3/CosyVoice3Constants.swift",
"TTS/CosyVoice3/CosyVoice3Error.swift",
"TTS/CosyVoice3/CosyVoice3Models.swift",
"TTS/CosyVoice3/CosyVoice3TtsManager.swift",
"TTS/CosyVoice3/Pipeline/Preprocess/CosyVoice3ChineseNormalizer.swift",
"TTS/CosyVoice3/Pipeline/Preprocess/CosyVoice3FrontendFixture.swift",
"TTS/CosyVoice3/Pipeline/Preprocess/CosyVoice3PromptAssets.swift",
"TTS/CosyVoice3/Pipeline/Preprocess/CosyVoice3PromptMel.swift",
"TTS/CosyVoice3/Pipeline/Preprocess/CosyVoice3TextEmbeddings.swift",
"TTS/CosyVoice3/Pipeline/Preprocess/CosyVoice3TextFrontend.swift",
"TTS/CosyVoice3/Pipeline/Preprocess/Qwen2BpeTokenizer.swift",
"TTS/CosyVoice3/Pipeline/Synthesize/CosyVoice3RasSampler.swift",
"TTS/CosyVoice3/Pipeline/Synthesize/CosyVoice3SpeechEmbeddings.swift",
"TTS/CosyVoice3/Pipeline/Synthesize/CosyVoice3Synthesizer.swift",
"TTS/CosyVoice3/Pipeline/Synthesize/CosyVoice3Types.swift",
"TTS/CosyVoice3/Shared/SafetensorsReader.swift",
"TTS/G2P/MultilingualG2PError.swift",
"TTS/G2P/MultilingualG2PLanguage.swift",
"TTS/G2P/MultilingualG2PModel.swift",
"TTS/Kokoro/Assets/Lexicon/G2PModel.swift",
"TTS/Kokoro/Assets/Lexicon/KokoroVocabulary.swift",
"TTS/Kokoro/Assets/Lexicon/LexiconAssetManager.swift",
"TTS/Kokoro/Assets/TtsResourceDownloader.swift",
"TTS/Kokoro/KokoroTtsManager.swift",
"TTS/Kokoro/Pipeline/Postprocess/KokoroSynthesizer+Types.swift",
"TTS/Kokoro/Pipeline/Preprocess/KokoroChunker.swift",
"TTS/Kokoro/Pipeline/Preprocess/KokoroModelCache.swift",
"TTS/Kokoro/Pipeline/Preprocess/KokoroSynthesizer+LexiconCache.swift",
"TTS/Kokoro/Pipeline/Preprocess/PhonemeMapper.swift",
"TTS/Kokoro/Pipeline/Preprocess/TtsTextPreprocessor.swift",
"TTS/Kokoro/Pipeline/Synthesize/KokoroSynthesizer+Memory.swift",
"TTS/Kokoro/Pipeline/Synthesize/KokoroSynthesizer+ModelUtils.swift",
"TTS/Kokoro/Pipeline/Synthesize/KokoroSynthesizer+VoiceEmbeddings.swift",
"TTS/Kokoro/Pipeline/Synthesize/KokoroSynthesizer.swift",
"TTS/Kokoro/TtsCustomLexicon.swift",
"TTS/KokoroAne/Assets/KokoroAneResourceDownloader.swift",
"TTS/KokoroAne/Assets/KokoroAneVocab.swift",
"TTS/KokoroAne/KokoroAneConstants.swift",
"TTS/KokoroAne/KokoroAneError.swift",
"TTS/KokoroAne/KokoroAneManager.swift",
"TTS/KokoroAne/Pipeline/KokoroAneModelStore.swift",
"TTS/KokoroAne/Pipeline/KokoroAneSynthesizer+Conversion.swift",
"TTS/KokoroAne/Pipeline/KokoroAneSynthesizer+Types.swift",
"TTS/KokoroAne/Pipeline/KokoroAneSynthesizer.swift",
"TTS/KokoroAne/Pipeline/KokoroAneVoicePack.swift",
"TTS/Magpie/Assets/MagpieConstantsStore.swift",
"TTS/Magpie/Assets/MagpieLocalTransformerWeights.swift",
"TTS/Magpie/Assets/MagpieModelStore.swift",
"TTS/Magpie/Assets/MagpieResourceDownloader.swift",
"TTS/Magpie/LocalTransformer/MagpieLocalTransformer.swift",
"TTS/Magpie/LocalTransformer/MagpieSampler.swift",
"TTS/Magpie/MagpieConstants.swift",
"TTS/Magpie/MagpieError.swift",
"TTS/Magpie/MagpieTtsManager.swift",
"TTS/Magpie/MagpieTypes.swift",
"TTS/Magpie/Pipeline/Preprocess/MagpieChunker.swift",
"TTS/Magpie/Pipeline/Preprocess/MagpieIpaOverride.swift",
"TTS/Magpie/Pipeline/Preprocess/MagpieTokenizer.swift",
"TTS/Magpie/Pipeline/Preprocess/Tokenizers/MagpieCharTokenizer.swift",
"TTS/Magpie/Pipeline/Preprocess/Tokenizers/MagpieMandarinTokenizer.swift",
"TTS/Magpie/Pipeline/Preprocess/Tokenizers/MagpiePhonemeTokenizer.swift",
"TTS/Magpie/Pipeline/Synthesize/MagpieKvCache.swift",
"TTS/Magpie/Pipeline/Synthesize/MagpieNanocodec.swift",
"TTS/Magpie/Pipeline/Synthesize/MagpiePrefill.swift",
"TTS/Magpie/Pipeline/Synthesize/MagpieSynthesizer.swift",
"TTS/Magpie/Shared/MagpieMT19937.swift",
"TTS/Magpie/Shared/NpyReader.swift",
"TTS/PocketTTS/Assets/PocketTtsConstantsLoader.swift",
"TTS/PocketTTS/Assets/PocketTtsResourceDownloader.swift",
"TTS/PocketTTS/Pipeline/PocketTtsLayerKeys.swift",
"TTS/PocketTTS/Pipeline/PocketTtsMimiKeys.swift",
"TTS/PocketTTS/Pipeline/PocketTtsModelStore.swift",
"TTS/PocketTTS/Pipeline/PocketTtsSession.swift",
"TTS/PocketTTS/Pipeline/PocketTtsSynthesizer+Flow.swift",
"TTS/PocketTTS/Pipeline/PocketTtsSynthesizer+KVCache.swift",
"TTS/PocketTTS/Pipeline/PocketTtsSynthesizer+Mimi.swift",
"TTS/PocketTTS/Pipeline/PocketTtsSynthesizer+Types.swift",
"TTS/PocketTTS/Pipeline/PocketTtsSynthesizer.swift",
"TTS/PocketTTS/Pipeline/PocketTtsVoiceCloner.swift",
"TTS/PocketTTS/PocketTTSError.swift",
"TTS/PocketTTS/PocketTtsConstants.swift",
"TTS/PocketTTS/PocketTtsManager.swift",
"TTS/PocketTTS/Tokenizer/SentencePieceProto.swift",
"TTS/PocketTTS/Tokenizer/SentencePieceTokenizer.swift",
"TTS/SSML/SSMLProcessor.swift",
"TTS/SSML/SSMLTagParser.swift",
"TTS/SSML/SSMLTypes.swift",
"TTS/SSML/SayAsInterpreter.swift",
"TTS/Shared/AudioPostProcessor.swift",
"TTS/StyleTTS2/Assets/StyleTTS2BundleConfig.swift",
"TTS/StyleTTS2/Assets/StyleTTS2ResourceDownloader.swift",
"TTS/StyleTTS2/Assets/StyleTTS2Vocab.swift",
"TTS/StyleTTS2/Assets/StyleTTS2VoiceStyle.swift",
"TTS/StyleTTS2/Pipeline/StyleTTS2ModelStore.swift",
"TTS/StyleTTS2/Pipeline/StyleTTS2Phonemizer.swift",
"TTS/StyleTTS2/Pipeline/StyleTTS2Sampler.swift",
"TTS/StyleTTS2/Pipeline/StyleTTS2Synthesizer.swift",
"TTS/StyleTTS2/StyleTTS2Constants.swift",
"TTS/StyleTTS2/StyleTTS2Error.swift",
"TTS/StyleTTS2/StyleTTS2Manager.swift",
"TTS/TtsBackend.swift",
"TTS/TtsConstants.swift",
"TTS/TtsModels.swift",
"VAD/VadManager+SpeechSegmentation.swift",
"VAD/VadManager+Streaming.swift",
"VAD/VadManager.swift",
"VAD/VadTypes.swift"
],
"target_dependencies" : [
"FastClusterWrapper",
"MachTaskSelfWrapper"
],
"type" : "library"
},
{
"c99name" : "FastClusterWrapper",
"module_type" : "ClangTarget",
"name" : "FastClusterWrapper",
"path" : "Sources/FastClusterWrapper",
"product_memberships" : [
"FluidAudio",
"fluidaudiocli"
],
"sources" : [
"FastClusterWrapper.cpp"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/FluidAudio/Frameworks': File not found.
Done.