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 v0.12.0 (6a509d), with Swift 5.10 for Linux on 16 Apr 2025 02:53:38 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/argmaxinc/whisperkit.git
Reference: v0.12.0
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
 * tag               v0.12.0    -> FETCH_HEAD
HEAD is now at 6a509d6 Release v0.12.0
Cloned https://github.com/argmaxinc/whisperkit.git
Revision (git rev-parse @):
6a509d6181da1f71517159425d6ec9d94d424f55
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/argmaxinc/whisperkit.git at v0.12.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/argmaxinc/whisperkit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
2ec76a50fe7c: Pulling fs layer
031194576cad: Pulling fs layer
f49f3db6a794: Pulling fs layer
099074009041: Pulling fs layer
0afc65284a0d: Pulling fs layer
47a8ae04d29e: Pulling fs layer
099074009041: Waiting
0afc65284a0d: Waiting
47a8ae04d29e: Waiting
2ec76a50fe7c: Verifying Checksum
2ec76a50fe7c: Download complete
099074009041: Verifying Checksum
099074009041: Download complete
2ec76a50fe7c: Pull complete
031194576cad: Verifying Checksum
031194576cad: Download complete
0afc65284a0d: Verifying Checksum
0afc65284a0d: Download complete
47a8ae04d29e: Download complete
031194576cad: Pull complete
f49f3db6a794: Verifying Checksum
f49f3db6a794: Download complete
f49f3db6a794: Pull complete
099074009041: Pull complete
0afc65284a0d: Pull complete
47a8ae04d29e: Pull complete
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/huggingface/swift-transformers.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/3048] Fetching swift-transformers
[946/17890] Fetching swift-transformers, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.79s)
Fetched https://github.com/huggingface/swift-transformers.git from cache (0.79s)
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.36s)
Computing version for https://github.com/huggingface/swift-transformers.git
Computed https://github.com/huggingface/swift-transformers.git at 0.1.15 (0.35s)
Fetching https://github.com/johnmai-dev/Jinja
[1/356] Fetching jinja
Fetched https://github.com/johnmai-dev/Jinja from cache (0.20s)
Computing version for https://github.com/johnmai-dev/Jinja
Computed https://github.com/johnmai-dev/Jinja at 1.1.1 (0.32s)
Fetching https://github.com/apple/swift-collections.git
[1/16019] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.15s)
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
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/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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
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/README.md
    /host/spi-builder-workspace/fastlane/Fastfile
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/30] Copying t5_tokenizer_config.json
[1/30] Copying gpt2_tokenizer_config.json
[1/30] Write sources
[15/30] Write swift-version-24593BA9C3E375BF.txt
[17/64] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/64] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/64] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/64] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[22/66] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[23/66] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[24/66] Emitting module InternalCollectionsUtilities
[25/66] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/66] Compiling InternalCollectionsUtilities Integer rank.swift
[27/66] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/66] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[29/66] Compiling InternalCollectionsUtilities Specialize.swift
[30/66] Compiling InternalCollectionsUtilities _SortedCollection.swift
[31/66] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[32/66] Compiling InternalCollectionsUtilities Debugging.swift
[33/66] Compiling InternalCollectionsUtilities Descriptions.swift
[34/66] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/67] Emitting module ArgumentParserToolInfo
[38/67] Compiling ArgumentParserToolInfo ToolInfo.swift
[38/68] Wrapping AST for InternalCollectionsUtilities for debugging
[40/117] Wrapping AST for ArgumentParserToolInfo 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/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[50/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[51/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[52/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[53/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[54/168] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[55/168] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[56/168] Compiling ArgumentParser OptionGroup.swift
[57/168] Compiling ArgumentParser AsyncParsableCommand.swift
[58/168] Compiling ArgumentParser CommandConfiguration.swift
[59/168] Compiling ArgumentParser CommandGroup.swift
[60/168] Compiling ArgumentParser EnumerableFlag.swift
[61/173] Compiling ArgumentParser DumpHelpGenerator.swift
[62/173] Compiling ArgumentParser HelpCommand.swift
[63/173] Compiling ArgumentParser HelpGenerator.swift
[64/173] Compiling ArgumentParser MessageInfo.swift
[65/173] Compiling ArgumentParser UsageGenerator.swift
[66/173] Compiling ArgumentParser CollectionExtensions.swift
[67/173] Compiling ArgumentParser Platform.swift
[68/173] Compiling ArgumentParser SequenceExtensions.swift
[69/173] Compiling ArgumentParser CommandParser.swift
[70/173] Compiling ArgumentParser InputKey.swift
[71/173] Compiling ArgumentParser InputOrigin.swift
[72/173] Compiling ArgumentParser Name.swift
[73/173] Compiling ArgumentParser Parsed.swift
[74/173] Compiling ArgumentParser ParsedValues.swift
[75/173] Compiling ArgumentParser ParserError.swift
[76/173] Compiling ArgumentParser SplitArguments.swift
[77/173] Compiling ArgumentParser Errors.swift
[78/173] Compiling ArgumentParser Flag.swift
[79/173] Compiling ArgumentParser NameSpecification.swift
[80/173] Compiling ArgumentParser Option.swift
[86/173] Compiling ArgumentParser ExpressibleByArgument.swift
[87/173] Compiling ArgumentParser ParsableArguments.swift
[88/173] Compiling ArgumentParser ParsableArgumentsValidation.swift
[89/173] Compiling ArgumentParser ParsableCommand.swift
[90/173] Compiling ArgumentParser ArgumentDecoder.swift
[91/173] Compiling ArgumentParser ArgumentDefinition.swift
[92/173] Compiling ArgumentParser ArgumentSet.swift
[93/173] 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'
import Combine
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[94/173] Emitting module Hub
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
import Combine
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[95/173] Emitting module TensorUtils
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
import Accelerate
       ^
[96/173] 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'
import Accelerate
       ^
[97/173] Compiling TensorUtils Math.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
import Accelerate
       ^
[98/173] Emitting module ArgumentParser
[99/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'
import Accelerate
       ^
[100/174] Compiling Hub HubApi.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
import Combine
       ^
[101/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'
import Accelerate
       ^
[102/174] Compiling Hub Downloader.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
import Combine
       ^
[103/174] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
import Accelerate
       ^
[104/174] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
import Accelerate
       ^
[105/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'
import Accelerate
       ^
[106/174] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
import Accelerate
       ^
[107/174] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:2:8: error: no such module 'Accelerate'
import Accelerate
       ^
[108/174] Compiling Hub Hub.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:10:8: error: no such module 'Combine'
import Combine
       ^
[109/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'
import Accelerate
       ^
error: fatalError
BUILD FAILURE 5.10 linux