The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build whisperkit, reference main (cd1684), with Swift 6.0 for Linux on 22 Apr 2025 23:43:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/argmaxinc/whisperkit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/argmaxinc/whisperkit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cd16844 Fix modelSupport where prefix overlaps with different hardware chips (#326)
Cloned https://github.com/argmaxinc/whisperkit.git
Revision (git rev-parse @):
cd16844c270b7e78bf21d24b1d9ff7bc88e904e4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/argmaxinc/whisperkit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/argmaxinc/whisperkit.git
https://github.com/argmaxinc/whisperkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-transformers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.8",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/huggingface/swift-transformers.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "whisperkit",
  "name" : "whisperkit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WhisperKit",
      "targets" : [
        "WhisperKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "whisperkit-cli",
      "targets" : [
        "WhisperKitCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WhisperKitTests",
      "module_type" : "SwiftTarget",
      "name" : "WhisperKitTests",
      "path" : ".",
      "product_dependencies" : [
        "Transformers"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/WhisperKitTests/Resources/8_Channel_ID.m4a",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/WhisperKitTests/Resources/config-v02.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/WhisperKitTests/Resources/config-v03.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/WhisperKitTests/Resources/es_test_clip.wav",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/WhisperKitTests/Resources/ja_test_clip.wav",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/WhisperKitTests/Resources/jfk.wav",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/WhisperKitTests/Resources/jfk_441khz.m4a",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/WhisperKitTests/Resources/ted_60.m4a",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Tests/WhisperKitTests/Evaluate/DistanceCalculation.swift",
        "Tests/WhisperKitTests/Evaluate/NormalizeEn.swift",
        "Tests/WhisperKitTests/Evaluate/SpellingMapping.swift",
        "Tests/WhisperKitTests/Evaluate/WERUtils.swift",
        "Tests/WhisperKitTests/FunctionalTests.swift",
        "Tests/WhisperKitTests/RegressionTestUtils.swift",
        "Tests/WhisperKitTests/RegressionTests.swift",
        "Tests/WhisperKitTests/TestUtils.swift",
        "Tests/WhisperKitTests/UnitTests.swift"
      ],
      "target_dependencies" : [
        "WhisperKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WhisperKitCLI",
      "module_type" : "SwiftTarget",
      "name" : "WhisperKitCLI",
      "path" : "Sources/WhisperKitCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "whisperkit-cli"
      ],
      "sources" : [
        "CLIArguments.swift",
        "CLIUtils.swift",
        "TranscribeCLI.swift",
        "WhisperKitCLI.swift"
      ],
      "target_dependencies" : [
        "WhisperKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WhisperKit",
      "module_type" : "SwiftTarget",
      "name" : "WhisperKit",
      "path" : "Sources/WhisperKit",
      "product_dependencies" : [
        "Transformers"
      ],
      "product_memberships" : [
        "WhisperKit",
        "whisperkit-cli"
      ],
      "sources" : [
        "Core/Audio/AudioChunker.swift",
        "Core/Audio/AudioProcessor.swift",
        "Core/Audio/AudioStreamTranscriber.swift",
        "Core/Audio/EnergyVAD.swift",
        "Core/Audio/VoiceActivityDetector.swift",
        "Core/AudioEncoder.swift",
        "Core/Configurations.swift",
        "Core/FeatureExtractor.swift",
        "Core/Models.swift",
        "Core/ResultWriter.swift",
        "Core/Text/LogitsFilter.swift",
        "Core/Text/SegmentSeeker.swift",
        "Core/Text/TokenSampler.swift",
        "Core/TextDecoder.swift",
        "Core/TranscribeTask.swift",
        "Core/Utils/Concurrency.swift",
        "Core/Utils/Utils.swift",
        "Core/WhisperKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': Invalid Resource 'Models/whisperkit-coreml': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/huggingface/swift-transformers.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/3042] Fetching swift-transformers
[3043/17965] Fetching swift-transformers, swift-argument-parser
Fetched https://github.com/huggingface/swift-transformers.git from cache (0.74s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.74s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.50s)
Computing version for https://github.com/huggingface/swift-transformers.git
Computed https://github.com/huggingface/swift-transformers.git at 0.1.15 (0.52s)
Fetching https://github.com/johnmai-dev/Jinja
[1/356] Fetching jinja
Fetched https://github.com/johnmai-dev/Jinja from cache (0.26s)
Computing version for https://github.com/johnmai-dev/Jinja
Computed https://github.com/johnmai-dev/Jinja at 1.1.1 (0.47s)
Fetching https://github.com/apple/swift-collections.git
[1/16175] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.08s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/johnmai-dev/Jinja
Working copy of https://github.com/johnmai-dev/Jinja resolved at 1.1.1
Creating working copy for https://github.com/huggingface/swift-transformers.git
Working copy of https://github.com/huggingface/swift-transformers.git resolved at 0.1.15
warning: 'spi-builder-workspace': Invalid Resource 'Models/whisperkit-coreml': File not found.
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/30] Write sources
[1/30] Copying gpt2_tokenizer_config.json
[1/30] Copying t5_tokenizer_config.json
[1/30] Write sources
[15/30] Write swift-version-24593BA9C3E375BF.txt
[17/64] Emitting module InternalCollectionsUtilities
[18/66] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/66] Compiling InternalCollectionsUtilities Debugging.swift
[21/66] Compiling InternalCollectionsUtilities Descriptions.swift
[22/66] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/66] Compiling InternalCollectionsUtilities Specialize.swift
[24/66] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/66] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[27/66] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[28/66] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[29/66] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[30/66] Compiling InternalCollectionsUtilities Integer rank.swift
[31/66] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[32/66] Emitting module ArgumentParserToolInfo
[33/66] Compiling ArgumentParserToolInfo ToolInfo.swift
[34/67] Compiling InternalCollectionsUtilities UInt+reversed.swift
[35/67] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[36/67] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[37/67] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/68] Wrapping AST for ArgumentParserToolInfo for debugging
[40/68] Wrapping AST for InternalCollectionsUtilities for debugging
[42/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[43/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[44/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[45/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[46/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[47/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[48/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[49/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[50/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[51/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[52/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[53/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[54/161] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[55/161] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[56/168] Compiling OrderedCollections OrderedDictionary.swift
[57/168] Compiling OrderedCollections OrderedSet+Codable.swift
[58/168] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[59/168] Compiling OrderedCollections OrderedSet+Descriptions.swift
[60/168] Compiling OrderedCollections OrderedSet+Diffing.swift
[61/168] Compiling OrderedCollections OrderedSet+Equatable.swift
[62/168] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[63/168] Compiling OrderedCollections OrderedSet+Hashable.swift
[64/168] Compiling OrderedCollections OrderedSet+Initializers.swift
[65/168] Compiling OrderedCollections OrderedSet+Insertions.swift
[66/168] Compiling OrderedCollections OrderedSet+Invariants.swift
[67/168] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[68/168] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[69/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[70/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[71/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[72/168] Compiling OrderedCollections OrderedDictionary+Codable.swift
[73/168] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[74/168] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[75/168] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[76/168] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[77/168] Compiling OrderedCollections OrderedDictionary+Elements.swift
[78/168] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[79/168] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[80/168] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[81/168] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[82/168] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[83/168] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[84/168] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[85/168] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[86/168] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[87/168] Compiling OrderedCollections OrderedDictionary+Values.swift
[88/168] Emitting module ArgumentParser
[89/173] Compiling OrderedCollections _HashTable+Bucket.swift
[90/173] Compiling OrderedCollections _HashTable+BucketIterator.swift
[91/173] Compiling OrderedCollections _HashTable+Constants.swift
[92/173] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[93/173] Compiling OrderedCollections _HashTable+Testing.swift
[94/173] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[101/173] Compiling OrderedCollections _HashTable.swift
[102/173] Compiling OrderedCollections _Hashtable+Header.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[103/173] Emitting module TensorUtils
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[106/174] Compiling ArgumentParser CollectionExtensions.swift
[107/174] Compiling ArgumentParser Platform.swift
[108/174] Compiling ArgumentParser SequenceExtensions.swift
[109/174] Compiling ArgumentParser StringExtensions.swift
[110/174] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[113/174] Compiling TensorUtils Weights.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[114/174] Compiling Hub Downloader.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
  8 |
  9 | import Foundation
 10 | import Combine
    |        `- error: no such module 'Combine'
 11 |
 12 | class Downloader: NSObject, ObservableObject {
[115/174] Compiling Hub HubApi.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
  8 |
  9 | import Foundation
 10 | import Combine
    |        `- error: no such module 'Combine'
 11 |
 12 | class Downloader: NSObject, ObservableObject {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[116/174] Emitting module Hub
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
  8 |
  9 | import Foundation
 10 | import Combine
    |        `- error: no such module 'Combine'
 11 |
 12 | class Downloader: NSObject, ObservableObject {
[117/174] Compiling Hub Hub.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
  8 |
  9 | import Foundation
 10 | import Combine
    |        `- error: no such module 'Combine'
 11 |
 12 | class Downloader: NSObject, ObservableObject {
[118/174] Compiling Hub resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
  8 |
  9 | import Foundation
 10 | import Combine
    |        `- error: no such module 'Combine'
 11 |
 12 | class Downloader: NSObject, ObservableObject {
[119/174] Compiling TensorUtils TopKLogitsWarper.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[120/174] Compiling TensorUtils TopPLogitsWarper.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[121/174] Compiling TensorUtils MLShapedArray+Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[122/174] Compiling TensorUtils MLMultiArray+Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[123/174] Compiling TensorUtils Math.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[124/174] Compiling OrderedCollections OrderedSet+Sendable.swift
[125/174] Compiling OrderedCollections OrderedSet+SubSequence.swift
[126/174] Compiling OrderedCollections OrderedSet+Testing.swift
[127/174] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[128/174] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[129/174] Compiling OrderedCollections OrderedSet.swift
[130/174] Compiling OrderedCollections _UnsafeBitset.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': Invalid Resource 'Models/whisperkit-coreml': File not found.
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/BENCHMARKS.md
    /host/spi-builder-workspace/fastlane/Fastfile
    /host/spi-builder-workspace/fastlane/README.md
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Write swift-version-24593BA9C3E375BF.txt
[3/50] Compiling TensorUtils MLShapedArray+Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[4/51] Compiling TensorUtils MLMultiArray+Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[5/51] Compiling Hub resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
  8 |
  9 | import Foundation
 10 | import Combine
    |        `- error: no such module 'Combine'
 11 |
 12 | class Downloader: NSObject, ObservableObject {
[6/51] Compiling InternalCollectionsUtilities Debugging.swift
[7/51] Compiling InternalCollectionsUtilities Descriptions.swift
[8/51] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/51] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/51] Compiling TensorUtils RepetitionPenaltyWarper.swift
[11/51] Compiling TensorUtils TemperatureLogitsWarper.swift
[12/51] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/51] Emitting module TensorUtils
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[14/53] Compiling TensorUtils TopPLogitsWarper.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[15/53] Compiling TensorUtils TopKLogitsWarper.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[16/53] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/53] Compiling InternalCollectionsUtilities Specialize.swift
[18/53] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/53] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[22/53] Compiling TensorUtils LogitsProcessor.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[23/53] Compiling TensorUtils LogitsWarper.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[24/53] Emitting module InternalCollectionsUtilities
[25/53] Compiling Hub Hub.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
  8 |
  9 | import Foundation
 10 | import Combine
    |        `- error: no such module 'Combine'
 11 |
 12 | class Downloader: NSObject, ObservableObject {
[26/53] Compiling Hub HubApi.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
  8 |
  9 | import Foundation
 10 | import Combine
    |        `- error: no such module 'Combine'
 11 |
 12 | class Downloader: NSObject, ObservableObject {
[27/53] Compiling TensorUtils Weights.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[28/53] Compiling TensorUtils Math.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
 1 | import Foundation
 2 | import Accelerate
   |        `- error: no such module 'Accelerate'
 3 |
 4 | /// Top-K.
[29/53] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/53] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/53] Emitting module ArgumentParserToolInfo
[32/53] Emitting module Hub
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
  8 |
  9 | import Foundation
 10 | import Combine
    |        `- error: no such module 'Combine'
 11 |
 12 | class Downloader: NSObject, ObservableObject {
[33/53] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[34/53] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[35/53] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
BUILD FAILURE 6.0 linux