Build Information
Failed to build swift-transformers, reference 0.1.21 (c2f302
), with Swift 6.1 for Linux on 2 Jun 2025 20:33:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/huggingface/swift-transformers.git
Reference: 0.1.21
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/huggingface/swift-transformers
* tag 0.1.21 -> FETCH_HEAD
HEAD is now at c2f302a Prefer `chat_template.jinja` (#205)
Cloned https://github.com/huggingface/swift-transformers.git
Revision (git rev-parse @):
c2f302a74cca59cbde683b1425ab43c05685515a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/huggingface/swift-transformers.git at 0.1.21
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/huggingface/swift-transformers.git
https://github.com/huggingface/swift-transformers.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "1.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "jinja",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnmai-dev/Jinja"
}
],
"manifest_display_name" : "swift-transformers",
"name" : "swift-transformers",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Transformers",
"targets" : [
"Tokenizers",
"Generation",
"Models"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "transformers",
"targets" : [
"TransformersCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "hub-cli",
"targets" : [
"HubCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TransformersCLI",
"module_type" : "SwiftTarget",
"name" : "TransformersCLI",
"path" : "Sources/TransformersCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"transformers"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Models",
"Generation",
"Tokenizers"
],
"type" : "executable"
},
{
"c99name" : "TokenizersTests",
"module_type" : "SwiftTarget",
"name" : "TokenizersTests",
"path" : "Tests/TokenizersTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/basic_tokenized_questions.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/bert_uncased_encoded.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/dev-v1.1.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/distilbert_cased_encoded.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/falcon_encoded.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/gemma_encoded.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/gpt2_encoded_tokens.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/llama_3.2_encoded.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/llama_encoded.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/question_tokens.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/t5_base_encoded.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/tokenized_questions.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/tokenizer_tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/whisper_large_v2_encoded.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Resources/whisper_tiny_en_encoded.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TokenizersTests/Vocabs/bert-vocab.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AddedTokensTests.swift",
"BertTokenizerTests.swift",
"ChatTemplateTests.swift",
"DecoderTests.swift",
"FactoryTests.swift",
"SplitTests.swift",
"SquadDataset.swift",
"TokenizerTests.swift",
"TrieTests.swift"
],
"target_dependencies" : [
"Tokenizers",
"Models",
"Hub"
],
"type" : "test"
},
{
"c99name" : "Tokenizers",
"module_type" : "SwiftTarget",
"name" : "Tokenizers",
"path" : "Sources/Tokenizers",
"product_dependencies" : [
"Jinja"
],
"product_memberships" : [
"Transformers",
"transformers"
],
"sources" : [
"BPETokenizer.swift",
"BertTokenizer.swift",
"ByteEncoder.swift",
"Decoder.swift",
"Normalizer.swift",
"PostProcessor.swift",
"PreTokenizer.swift",
"TokenLattice.swift",
"Tokenizer.swift",
"Trie.swift",
"UnigramTokenizer.swift",
"Utils.swift"
],
"target_dependencies" : [
"Hub"
],
"type" : "library"
},
{
"c99name" : "TensorUtilsTests",
"module_type" : "SwiftTarget",
"name" : "TensorUtilsTests",
"path" : "Tests/TensorUtilsTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/TensorUtilsTests/Resources/tensor-1d-int32.safetensors",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TensorUtilsTests/Resources/tensor-2d-float64.safetensors",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TensorUtilsTests/Resources/tensor-3d-float32.safetensors",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TensorUtilsTests/Resources/tensor-4d-float32.safetensors",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"LogitsWarperTests.swift",
"TensorUtilsTests.swift",
"TestUtils.swift",
"WeightsTests.swift"
],
"target_dependencies" : [
"TensorUtils",
"Models",
"Hub"
],
"type" : "test"
},
{
"c99name" : "TensorUtils",
"module_type" : "SwiftTarget",
"name" : "TensorUtils",
"path" : "Sources/TensorUtils",
"product_memberships" : [
"Transformers",
"transformers"
],
"sources" : [
"LogitsWarper/LogitsProcessor.swift",
"LogitsWarper/LogitsWarper.swift",
"LogitsWarper/RepetitionPenaltyWarper.swift",
"LogitsWarper/TemperatureLogitsWarper.swift",
"LogitsWarper/TopKLogitsWarper.swift",
"LogitsWarper/TopPLogitsWarper.swift",
"MLMultiArray+Utils.swift",
"MLShapedArray+Utils.swift",
"Math.swift",
"Weights.swift"
],
"type" : "library"
},
{
"c99name" : "PreTokenizerTests",
"module_type" : "SwiftTarget",
"name" : "PreTokenizerTests",
"path" : "Tests/PreTokenizerTests",
"sources" : [
"PreTokenizerTests.swift"
],
"target_dependencies" : [
"Tokenizers",
"Hub"
],
"type" : "test"
},
{
"c99name" : "PostProcessorTests",
"module_type" : "SwiftTarget",
"name" : "PostProcessorTests",
"path" : "Tests/PostProcessorTests",
"sources" : [
"PostProcessorTests.swift"
],
"target_dependencies" : [
"Tokenizers",
"Hub"
],
"type" : "test"
},
{
"c99name" : "NormalizerTests",
"module_type" : "SwiftTarget",
"name" : "NormalizerTests",
"path" : "Tests/NormalizerTests",
"sources" : [
"NormalizerTests.swift"
],
"target_dependencies" : [
"Tokenizers",
"Hub"
],
"type" : "test"
},
{
"c99name" : "Models",
"module_type" : "SwiftTarget",
"name" : "Models",
"path" : "Sources/Models",
"product_memberships" : [
"Transformers",
"transformers"
],
"sources" : [
"LanguageModel.swift",
"LanguageModelTypes.swift"
],
"target_dependencies" : [
"Tokenizers",
"Generation",
"TensorUtils"
],
"type" : "library"
},
{
"c99name" : "HubTests",
"module_type" : "SwiftTarget",
"name" : "HubTests",
"path" : "Tests/HubTests",
"product_dependencies" : [
"Jinja"
],
"sources" : [
"ConfigTests.swift",
"DownloaderTests.swift",
"HubApiTests.swift",
"HubTests.swift"
],
"target_dependencies" : [
"Hub"
],
"type" : "test"
},
{
"c99name" : "HubCLI",
"module_type" : "SwiftTarget",
"name" : "HubCLI",
"path" : "Sources/HubCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"hub-cli"
],
"sources" : [
"HubCLI.swift"
],
"target_dependencies" : [
"Hub"
],
"type" : "executable"
},
{
"c99name" : "Hub",
"module_type" : "SwiftTarget",
"name" : "Hub",
"path" : "Sources/Hub",
"product_memberships" : [
"Transformers",
"transformers",
"hub-cli"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Hub/FallbackConfigs/gpt2_tokenizer_config.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Hub/FallbackConfigs/t5_tokenizer_config.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"BinaryDistinct.swift",
"Config.swift",
"Downloader.swift",
"Hub.swift",
"HubApi.swift"
],
"type" : "library"
},
{
"c99name" : "Generation",
"module_type" : "SwiftTarget",
"name" : "Generation",
"path" : "Sources/Generation",
"product_memberships" : [
"Transformers",
"transformers"
],
"sources" : [
"Generation.swift",
"GenerationConfig.swift"
],
"target_dependencies" : [
"Tokenizers",
"TensorUtils"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/johnmai-dev/Jinja
Fetching https://github.com/apple/swift-argument-parser.git
[1/393] Fetching jinja
[394/15779] Fetching jinja, swift-argument-parser
Fetched https://github.com/johnmai-dev/Jinja from cache (0.90s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.91s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.4.0 (1.47s)
Computing version for https://github.com/johnmai-dev/Jinja
Computed https://github.com/johnmai-dev/Jinja at 1.1.2 (0.52s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (5.30s)
Creating working copy for https://github.com/johnmai-dev/Jinja
Working copy of https://github.com/johnmai-dev/Jinja resolved at 1.1.2
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.4.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.2.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/32] Write sources
[1/32] Copying gpt2_tokenizer_config.json
[1/32] Write sources
[1/32] Copying t5_tokenizer_config.json
[1/32] Write sources
[15/32] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/65] Emitting module TensorUtils
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[18/66] Compiling TensorUtils Weights.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[19/66] Emitting module InternalCollectionsUtilities
[20/66] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/66] Compiling InternalCollectionsUtilities Integer rank.swift
[22/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/67] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/67] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/67] Compiling InternalCollectionsUtilities Descriptions.swift
[26/67] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[27/67] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/67] Compiling InternalCollectionsUtilities Debugging.swift
[29/67] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/67] Emitting module ArgumentParserToolInfo
[31/68] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[32/68] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[34/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/68] Wrapping AST for ArgumentParserToolInfo for debugging
[37/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/106] Wrapping AST for InternalCollectionsUtilities for debugging
[40/161] Emitting module ArgumentParser
[41/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[42/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[43/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[44/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[45/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[46/166] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[47/166] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[48/173] Compiling ArgumentParser Tree.swift
[49/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[50/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[51/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[52/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[53/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[54/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[55/173] Compiling TensorUtils Math.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[56/173] Compiling TensorUtils MLShapedArray+Utils.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[57/173] Compiling TensorUtils MLMultiArray+Utils.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[58/173] Compiling Hub Downloader.swift
/host/spi-builder-workspace/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import Foundation
11 |
[59/173] Compiling OrderedCollections _HashTable+Constants.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[60/173] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[61/173] Compiling Hub HubApi.swift
/host/spi-builder-workspace/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import Foundation
11 |
[62/173] Compiling Hub resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import Foundation
11 |
[63/173] Compiling OrderedCollections _HashTable+Bucket.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[64/173] Compiling OrderedCollections _HashTable+BucketIterator.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[65/173] Compiling OrderedCollections OrderedSet+Initializers.swift
[66/173] Compiling OrderedCollections OrderedSet+Insertions.swift
[67/173] Compiling OrderedCollections OrderedSet+Invariants.swift
[68/173] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[69/173] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[70/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[71/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[72/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[73/173] Compiling OrderedCollections OrderedDictionary.swift
[74/173] Compiling OrderedCollections OrderedSet+Codable.swift
[75/173] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[76/173] Compiling OrderedCollections OrderedSet+Descriptions.swift
[77/173] Compiling ArgumentParser CollectionExtensions.swift
[78/173] Compiling ArgumentParser Platform.swift
[79/173] Compiling TensorUtils TopKLogitsWarper.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[80/173] Compiling ArgumentParser SequenceExtensions.swift
[81/173] Compiling ArgumentParser StringExtensions.swift
[82/173] Compiling TensorUtils TopPLogitsWarper.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[83/173] Compiling Hub Hub.swift
/host/spi-builder-workspace/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import Foundation
11 |
[84/173] Compiling Hub BinaryDistinct.swift
/host/spi-builder-workspace/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import Foundation
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[85/173] Emitting module Hub
/host/spi-builder-workspace/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import Foundation
11 |
[86/173] Compiling Hub Config.swift
/host/spi-builder-workspace/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import Foundation
11 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/18] Write swift-version-24593BA9C3E375BF.txt
[3/51] Compiling Hub resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import Foundation
11 |
[4/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/51] Compiling TensorUtils MLMultiArray+Utils.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[6/53] Compiling TensorUtils TopPLogitsWarper.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/53] Emitting module Hub
/host/spi-builder-workspace/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import Foundation
11 |
[8/53] Compiling TensorUtils LogitsProcessor.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[9/53] Compiling TensorUtils LogitsWarper.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/53] Emitting module TensorUtils
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[11/53] Compiling TensorUtils RepetitionPenaltyWarper.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[12/53] Compiling TensorUtils TemperatureLogitsWarper.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[13/53] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/53] Compiling InternalCollectionsUtilities Debugging.swift
[15/53] Compiling InternalCollectionsUtilities Descriptions.swift
[16/53] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/53] Compiling TensorUtils TopKLogitsWarper.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[18/53] Compiling TensorUtils MLShapedArray+Utils.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[19/53] Compiling TensorUtils Math.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[20/53] Compiling Hub Hub.swift
/host/spi-builder-workspace/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import Foundation
11 |
[21/53] Compiling TensorUtils Weights.swift
/host/spi-builder-workspace/Sources/TensorUtils/LogitsWarper/TopKLogitsWarper.swift:1:8: error: no such module 'Accelerate'
1 | import Accelerate
| `- error: no such module 'Accelerate'
2 | import Foundation
3 |
[24/53] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 linux