The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftKMeansPlusPlus, reference v1.1.0 (5f8233), with Swift 6.1 for Linux on 17 May 2025 01:05:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daprice/SwiftKMeansPlusPlus.git
Reference: v1.1.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/daprice/SwiftKMeansPlusPlus
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 5f82335 Use OrderedDictionary to make initial cluster centers algorithm deterministic when using a deterministic RNG
Cloned https://github.com/daprice/SwiftKMeansPlusPlus.git
Revision (git rev-parse @):
5f82335f004e3882c860da5b8f4a0d86bba1d7f5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/daprice/SwiftKMeansPlusPlus.git at v1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/daprice/SwiftKMeansPlusPlus.git
https://github.com/daprice/SwiftKMeansPlusPlus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.1.0 but the installed version is 6.0.2
error: fatalError
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections
[1/16508] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (0.98s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (2.86s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/21] Emitting module InternalCollectionsUtilities
[6/23] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/23] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/23] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/23] Compiling InternalCollectionsUtilities Specialize.swift
[10/23] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[11/23] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[12/23] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[13/23] Compiling InternalCollectionsUtilities Debugging.swift
[14/23] Compiling InternalCollectionsUtilities Descriptions.swift
[15/23] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/23] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/23] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/23] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/23] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/23] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/23] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/23] Compiling InternalCollectionsUtilities Integer rank.swift
[23/23] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[26/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[27/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[28/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[29/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[30/79] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[31/79] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[32/86] Compiling OrderedCollections OrderedDictionary.swift
[33/86] Compiling OrderedCollections OrderedSet+Codable.swift
[34/86] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[35/86] Compiling OrderedCollections OrderedSet+Descriptions.swift
[36/86] Compiling OrderedCollections OrderedSet+Diffing.swift
[37/86] Compiling OrderedCollections OrderedSet+Equatable.swift
[38/86] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[39/86] Compiling OrderedCollections OrderedSet+Hashable.swift
[40/86] Compiling OrderedCollections OrderedSet+Initializers.swift
[41/86] Compiling OrderedCollections OrderedSet+Insertions.swift
[42/86] Compiling OrderedCollections OrderedSet+Invariants.swift
[43/86] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[44/86] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[45/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[46/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[47/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[48/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[49/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[50/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[51/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[52/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[53/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[54/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[55/86] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[56/86] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[57/86] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[58/86] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[59/86] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[60/86] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[61/86] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[62/86] Compiling OrderedCollections OrderedDictionary+Values.swift
[63/86] Compiling OrderedCollections OrderedSet+Sendable.swift
[64/86] Compiling OrderedCollections OrderedSet+SubSequence.swift
[65/86] Compiling OrderedCollections OrderedSet+Testing.swift
[66/86] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[67/86] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[68/86] Compiling OrderedCollections OrderedSet.swift
[69/86] Compiling OrderedCollections _UnsafeBitset.swift
[70/86] Compiling OrderedCollections OrderedDictionary+Codable.swift
[71/86] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[72/86] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[73/86] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[74/86] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[75/86] Compiling OrderedCollections OrderedDictionary+Elements.swift
[76/86] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[77/86] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[78/86] Emitting module OrderedCollections
[79/86] Compiling OrderedCollections _HashTable+Bucket.swift
[80/86] Compiling OrderedCollections _HashTable+BucketIterator.swift
[81/86] Compiling OrderedCollections _HashTable+Constants.swift
[82/86] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[83/86] Compiling OrderedCollections _HashTable+Testing.swift
[84/86] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[85/86] Compiling OrderedCollections _HashTable.swift
[86/86] Compiling OrderedCollections _Hashtable+Header.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/91] Emitting module SwiftKMeansPlusPlus
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 | import OrderedCollections
 11 |
[89/91] Compiling SwiftKMeansPlusPlus KMeansPlusPlus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 | import OrderedCollections
 11 |
[90/91] Compiling SwiftKMeansPlusPlus simd_distanceSquared.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 | import OrderedCollections
 11 |
[91/91] Compiling SwiftKMeansPlusPlus WeightedRandom.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 | import OrderedCollections
 11 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling InternalCollectionsUtilities Debugging.swift
[3/18] Compiling InternalCollectionsUtilities Descriptions.swift
[4/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[5/18] Compiling InternalCollectionsUtilities Specialize.swift
[6/20] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/20] Emitting module InternalCollectionsUtilities
[9/20] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/20] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[12/20] Compiling InternalCollectionsUtilities Integer rank.swift
[13/20] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[15/20] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[16/20] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[17/20] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/20] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/76] Compiling OrderedCollections OrderedDictionary.swift
[23/76] Compiling OrderedCollections OrderedSet+Codable.swift
[24/76] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[25/76] Compiling OrderedCollections OrderedSet+Descriptions.swift
[26/76] Compiling OrderedCollections OrderedSet+Diffing.swift
[27/76] Compiling OrderedCollections OrderedSet+Equatable.swift
[28/76] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[29/76] Compiling OrderedCollections OrderedSet+Hashable.swift
[30/83] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[31/83] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[32/83] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[33/83] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[34/83] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[35/83] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[36/83] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[37/83] Compiling OrderedCollections OrderedDictionary+Values.swift
[38/83] Compiling OrderedCollections OrderedDictionary+Codable.swift
[39/83] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[40/83] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[41/83] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[42/83] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[43/83] Compiling OrderedCollections OrderedDictionary+Elements.swift
[44/83] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[45/83] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[46/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[47/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[48/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[49/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[50/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[51/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[52/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[53/83] Compiling OrderedCollections OrderedSet+Initializers.swift
[54/83] Compiling OrderedCollections OrderedSet+Insertions.swift
[55/83] Compiling OrderedCollections OrderedSet+Invariants.swift
[56/83] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[57/83] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[58/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[59/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[60/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[61/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[62/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[63/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[64/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[65/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[66/83] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[67/83] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[68/83] Compiling OrderedCollections _HashTable+Bucket.swift
[69/83] Compiling OrderedCollections _HashTable+BucketIterator.swift
[70/83] Compiling OrderedCollections _HashTable+Constants.swift
[71/83] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[72/83] Compiling OrderedCollections _HashTable+Testing.swift
[73/83] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[74/83] Compiling OrderedCollections _HashTable.swift
[75/83] Compiling OrderedCollections _Hashtable+Header.swift
[76/83] Compiling OrderedCollections OrderedSet+Sendable.swift
[77/83] Compiling OrderedCollections OrderedSet+SubSequence.swift
[78/83] Compiling OrderedCollections OrderedSet+Testing.swift
[79/83] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[80/83] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[81/83] Compiling OrderedCollections OrderedSet.swift
[82/83] Compiling OrderedCollections _UnsafeBitset.swift
[83/83] Emitting module OrderedCollections
[85/88] Compiling SwiftKMeansPlusPlus WeightedRandom.swift
/host/spi-builder-workspace/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 | import OrderedCollections
 11 |
[86/88] Compiling SwiftKMeansPlusPlus simd_distanceSquared.swift
/host/spi-builder-workspace/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 | import OrderedCollections
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[87/88] Emitting module SwiftKMeansPlusPlus
/host/spi-builder-workspace/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 | import OrderedCollections
 11 |
[88/88] Compiling SwiftKMeansPlusPlus KMeansPlusPlus.swift
/host/spi-builder-workspace/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 | import OrderedCollections
 11 |
BUILD FAILURE 6.1 linux