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 6.0 for Linux on 7 Oct 2024 22:27:33 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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.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:             6.0
Building package at path:  $PWD
https://github.com/SwiftGraphs/Grape.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:b1f5b321a5d74ef5eaf6f5f3afbfebaaa54c7954de6f859009c18a90e0e1c3b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.31s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.88s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3109] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.49s)
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.3
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/29] Compiling ForceSimulation AttributeDescriptor.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[7/29] Compiling ForceSimulation Disposable.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[8/29] Compiling ForceSimulation EdgeID.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[9/32] Compiling ForceSimulation KDBox.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[10/32] Compiling ForceSimulation KDTree.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[11/32] Compiling ForceSimulation KDTreeDelegate.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[12/32] Compiling ForceSimulation SealedForce2D.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[13/32] Compiling ForceSimulation SealedForce3D.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[14/32] Compiling ForceSimulation BufferedKDTree.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[15/32] Compiling ForceSimulation LinearCongruentialGenerator.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[16/32] Compiling ForceSimulation SimulatableVector.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[17/32] Compiling ForceSimulation UnsafeArray.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[18/32] Compiling ForceSimulation ForceProtocol.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[19/32] Compiling ForceSimulation CenterForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[20/32] Compiling ForceSimulation CollideForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[21/32] Compiling ForceSimulation CompositedForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[22/32] Compiling ForceSimulation PackedForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[23/32] Compiling ForceSimulation PositionForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[24/32] Compiling ForceSimulation RadialForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[25/32] Compiling ForceSimulation KDTreeNode.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[26/32] Compiling ForceSimulation Kinetics.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[27/32] Compiling ForceSimulation Simulation.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[28/32] Compiling ForceSimulation EmptyForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[29/32] Compiling ForceSimulation KDTreeForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[30/32] Compiling ForceSimulation LinkForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
[31/32] Compiling ForceSimulation ManyBodyForce.swift
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/32] Emitting module ForceSimulation
/host/spi-builder-workspace/Sources/ForceSimulation/Forces/ManyBodyForce.swift:1:8: error: no such module 'simd'
  1 | import simd
    |        `- error: no such module 'simd'
  2 |
  3 | public struct MassCentroidKDTreeDelegate<Vector>: KDTreeDelegate
BUILD FAILURE 6.0 linux