Build Information
Failed to build swift-transformers, reference main (79626a
), with Swift 6.1 for Linux on 5 Jun 2025 15:33:26 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.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: 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/huggingface/swift-transformers
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 79626a8 updating Jina to 1.2.0 as it correctly supports Granite model template (#207)
Cloned https://github.com/huggingface/swift-transformers.git
Revision (git rev-parse @):
79626a822e4e9170e0112d963163f50b82927160
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/huggingface/swift-transformers.git at main
========================================
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.2.0",
"upper_bound" : "1.3.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-4609320-0":/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/apple/swift-argument-parser.git
Fetching https://github.com/johnmai-dev/Jinja
[4/393] Fetching jinja
Fetched https://github.com/johnmai-dev/Jinja from cache (0.49s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.26s)
Computing version for https://github.com/johnmai-dev/Jinja
Computed https://github.com/johnmai-dev/Jinja at 1.2.0 (2.19s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.79s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.4.0 (2.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.92s)
Creating working copy for https://github.com/johnmai-dev/Jinja
Working copy of https://github.com/johnmai-dev/Jinja resolved at 1.2.0
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
[3/32] Copying gpt2_tokenizer_config.json
[3/32] Copying t5_tokenizer_config.json
[5/32] Write sources
[15/32] Write swift-version-24593BA9C3E375BF.txt
[17/65] Emitting module InternalCollectionsUtilities
[18/66] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/66] Emitting module ArgumentParserToolInfo
[20/67] 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 |
[21/68] Compiling InternalCollectionsUtilities Descriptions.swift
[22/68] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/68] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[24/68] Compiling InternalCollectionsUtilities Debugging.swift
[25/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/68] Compiling TensorUtils LogitsProcessor.swift
[27/68] Compiling TensorUtils LogitsWarper.swift
[28/68] Compiling TensorUtils RepetitionPenaltyWarper.swift
[29/68] Compiling TensorUtils TemperatureLogitsWarper.swift
[30/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/68] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[33/68] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/68] 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 |
[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] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[41/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[42/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[43/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[44/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[45/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[46/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[47/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[48/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[49/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[50/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[51/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[52/161] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[53/161] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[54/168] Compiling OrderedCollections OrderedSet+Initializers.swift
[55/168] Compiling OrderedCollections OrderedSet+Insertions.swift
[56/168] Compiling OrderedCollections OrderedSet+Invariants.swift
[57/168] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[58/168] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[59/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[60/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[61/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[62/168] Compiling OrderedCollections OrderedDictionary.swift
[63/168] Compiling OrderedCollections OrderedSet+Codable.swift
[64/168] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[65/168] Compiling OrderedCollections OrderedSet+Descriptions.swift
[66/168] Compiling OrderedCollections OrderedSet+Diffing.swift
[67/168] Compiling OrderedCollections OrderedSet+Equatable.swift
[68/168] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[69/168] Compiling OrderedCollections OrderedSet+Hashable.swift
[70/168] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[71/168] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[72/168] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[73/168] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[74/168] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[75/168] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[76/168] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[77/168] Compiling OrderedCollections OrderedDictionary+Values.swift
[78/168] Compiling OrderedCollections OrderedDictionary+Codable.swift
[79/168] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[80/168] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[81/168] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[82/168] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[88/173] Compiling OrderedCollections OrderedDictionary+Elements.swift
[89/173] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[90/173] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[96/173] Emitting module ArgumentParser
[97/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 |
[101/173] Compiling OrderedCollections _HashTable+Bucket.swift
[102/173] Compiling OrderedCollections _HashTable+BucketIterator.swift
[103/173] Compiling OrderedCollections _HashTable+Constants.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[104/173] 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 |
/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 |
/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 |
[107/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[108/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 |
[109/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 |
[110/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 |
[111/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 |
[112/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 |
[113/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 |
[114/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 |
[115/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 |
[116/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 |
[120/173] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[121/173] Compiling OrderedCollections _HashTable+Testing.swift
[122/173] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[123/173] Compiling OrderedCollections _HashTable.swift
[124/173] Compiling OrderedCollections _Hashtable+Header.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 |
/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 |
[127/173] Compiling ArgumentParser CollectionExtensions.swift
[128/173] Compiling ArgumentParser Platform.swift
[129/173] Compiling ArgumentParser SequenceExtensions.swift
[130/173] Compiling ArgumentParser StringExtensions.swift
[131/173] Compiling ArgumentParser Tree.swift
[132/173] Compiling OrderedCollections OrderedSet+Sendable.swift
[133/173] Compiling OrderedCollections OrderedSet+SubSequence.swift
[134/173] Compiling OrderedCollections OrderedSet+Testing.swift
[135/173] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[136/173] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[137/173] Compiling OrderedCollections OrderedSet.swift
[138/173] Compiling OrderedCollections _UnsafeBitset.swift
[144/173] Emitting module OrderedCollections
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/51] 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 |
[4/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/52] 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 |
[6/52] 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 |
[7/52] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.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 |
[8/52] Compiling InternalCollectionsUtilities Integer rank.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)
[9/52] 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 |
[10/52] Compiling InternalCollectionsUtilities UInt+first and last set bit.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 |
[11/52] Compiling InternalCollectionsUtilities UInt+reversed.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 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 |
[13/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 |
[14/53] 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 |
[15/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 |
[16/53] Compiling InternalCollectionsUtilities Descriptions.swift
[17/53] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/53] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/53] Compiling InternalCollectionsUtilities Debugging.swift
[20/53] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[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] 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 |
[25/53] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[26/53] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/53] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 linux