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 Grape, reference 0.7.6 (d8d73e), with Swift 5.9 for Linux on 6 Sep 2024 20:23:11 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftGraphs/Grape.git
Reference: 0.7.6
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/SwiftGraphs/Grape
 * tag               0.7.6      -> FETCH_HEAD
HEAD is now at d8d73ea Merge pull request #59 from SwiftGraphs/zl/fix-concurrency
Cloned https://github.com/SwiftGraphs/Grape.git
Revision (git rev-parse @):
d8d73ea092bc046e590643793e908fe13dd4113e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftGraphs/Grape.git at 0.7.6
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/SwiftGraphs/Grape.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:907758cf9691f0f77ca4e2d6f778ef6c038667a789e74bf575a4b60f864d6863
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2020] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.38s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.2 (1.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3069] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.2
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/26] Compiling ForceSimulation AttributeDescriptor.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[4/26] Compiling ForceSimulation Disposable.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[5/26] Compiling ForceSimulation EdgeID.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[6/29] Compiling ForceSimulation KDTreeNode.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[7/29] Compiling ForceSimulation Kinetics.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[8/29] Compiling ForceSimulation Simulation.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[9/29] Compiling ForceSimulation KDBox.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[10/29] Compiling ForceSimulation KDTree.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[11/29] Compiling ForceSimulation KDTreeDelegate.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[12/29] Compiling ForceSimulation LinearCongruentialGenerator.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[13/29] Compiling ForceSimulation SimulatableVector.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[14/29] Compiling ForceSimulation UnsafeArray.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[15/29] Compiling ForceSimulation ForceProtocol.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[16/29] Compiling ForceSimulation CenterForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[17/29] Compiling ForceSimulation CollideForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[18/29] Compiling ForceSimulation CompositedForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/29] Emitting module ForceSimulation
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[20/29] Compiling ForceSimulation PackedForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[21/29] Compiling ForceSimulation PositionForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[22/29] Compiling ForceSimulation RadialForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[23/29] Compiling ForceSimulation EmptyForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[24/29] Compiling ForceSimulation KDTreeForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[25/29] Compiling ForceSimulation LinkForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[26/29] Compiling ForceSimulation ManyBodyForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[27/29] Compiling ForceSimulation SealedForce2D.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[28/29] Compiling ForceSimulation SealedForce3D.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
[29/29] Compiling ForceSimulation BufferedKDTree.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
import simd
       ^
error: fatalError
BUILD FAILURE 5.9 linux