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 BlurHashViews, reference v1.1.0 (17b4bf), with Swift 6.0 for Linux on 22 May 2025 01:32:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daprice/BlurHashViews.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/BlurHashViews
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 17b4bfa Add preview screenshot to documentation
Cloned https://github.com/daprice/BlurHashViews.git
Revision (git rev-parse @):
17b4bfaf620db70f0de09e9e4fca6bcc0be49a9e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/daprice/BlurHashViews.git at v1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/daprice/BlurHashViews.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:eb4fa402aea9a5d8f220b50fa960a581858eee7d87d88f234799973af2acd8ee
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/daprice/SwiftKMeansPlusPlus.git
[1/64] Fetching swiftkmeansplusplus
Fetched https://github.com/daprice/SwiftKMeansPlusPlus.git from cache (0.25s)
Computing version for https://github.com/daprice/SwiftKMeansPlusPlus.git
Computed https://github.com/daprice/SwiftKMeansPlusPlus.git at 1.0.0 (0.60s)
Creating working copy for https://github.com/daprice/SwiftKMeansPlusPlus.git
Working copy of https://github.com/daprice/SwiftKMeansPlusPlus.git resolved at 1.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling SwiftKMeansPlusPlus WeightedRandom.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKMeansPlusPlus/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 |
 11 | extension Collection where Element: SIMD, Element.Scalar: BinaryFloatingPoint, Element.Scalar.RawSignificand: FixedWidthInteger, Self.Index: Hashable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/7] Emitting module SwiftKMeansPlusPlus
/host/spi-builder-workspace/.build/checkouts/SwiftKMeansPlusPlus/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 |
 11 | extension Collection where Element: SIMD, Element.Scalar: BinaryFloatingPoint, Element.Scalar.RawSignificand: FixedWidthInteger, Self.Index: Hashable {
[6/7] Compiling SwiftKMeansPlusPlus KMeansPlusPlus.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKMeansPlusPlus/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 |
 11 | extension Collection where Element: SIMD, Element.Scalar: BinaryFloatingPoint, Element.Scalar.RawSignificand: FixedWidthInteger, Self.Index: Hashable {
[7/7] Compiling SwiftKMeansPlusPlus simd_distanceSquared.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKMeansPlusPlus/Sources/SwiftKMeansPlusPlus/KMeansPlusPlus.swift:9:8: error: no such module 'simd'
  7 |
  8 | import Foundation
  9 | import simd
    |        `- error: no such module 'simd'
 10 |
 11 | extension Collection where Element: SIMD, Element.Scalar: BinaryFloatingPoint, Element.Scalar.RawSignificand: FixedWidthInteger, Self.Index: Hashable {
BUILD FAILURE 6.0 linux