This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Bells with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Sajjon/Bells.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/Sajjon/Bells
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d92cd53 Merge pull request #1 from Sajjon/eth_sign_verify
Cloned https://github.com/Sajjon/Bells.git
Revision (git rev-parse @):
d92cd537d5876ec6338cc5631be4865551878166
SUCCESS checkout https://github.com/Sajjon/Bells.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Sajjon/Bells.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" 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
Fetching https://github.com/apple/swift-collections
[1/13861] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (0.90s)
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/attaswift/BigInt
Fetching https://github.com/sajjon/BytePattern
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/llvm-swift/FileCheck.git
[1/479] Fetching filecheck
[480/666] Fetching filecheck, bytepattern
[667/3763] Fetching filecheck, bytepattern, bigint
[1844/8991] Fetching filecheck, bytepattern, bigint, swift-algorithms
[4129/14463] Fetching filecheck, bytepattern, bigint, swift-algorithms, swift-numerics
[14464/26142] Fetching filecheck, bytepattern, bigint, swift-algorithms, swift-numerics, swift-argument-parser
Fetched https://github.com/sajjon/BytePattern from cache (0.42s)
Fetching https://github.com/typelift/SwiftCheck
Fetched https://github.com/llvm-swift/FileCheck.git from cache (0.42s)
Fetching https://github.com/mxcl/Chalk.git
[14148/25476] Fetching bigint, swift-algorithms, swift-numerics, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms from cache (0.42s)
Fetched https://github.com/attaswift/BigInt from cache (0.42s)
[6056/17151] Fetching swift-numerics, swift-argument-parser
Fetched https://github.com/apple/swift-numerics from cache (0.44s)
[818/11679] Fetching swift-argument-parser
[11680/11760] Fetching swift-argument-parser, chalk
[11739/16630] Fetching swift-argument-parser, chalk, swiftcheck
Fetched https://github.com/mxcl/Chalk.git from cache (0.23s)
[16111/16549] Fetching swift-argument-parser, swiftcheck
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
Fetched https://github.com/typelift/SwiftCheck from cache (0.31s)
Computing version for https://github.com/llvm-swift/FileCheck
Computed https://github.com/llvm-swift/FileCheck at 0.2.6 (0.43s)
Computing version for https://github.com/typelift/SwiftCheck
Computed https://github.com/typelift/SwiftCheck at 0.12.0 (0.43s)
Computing version for https://github.com/sajjon/BytePattern
Computed https://github.com/sajjon/BytePattern at 0.0.6 (0.43s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.44s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.0.0 (0.43s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 5.3.0 (0.43s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (0.42s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.1.4 (0.46s)
Creating working copy for https://github.com/attaswift/BigInt
Working copy of https://github.com/attaswift/BigInt resolved at 5.3.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at feature/BitSet (41fe772)
Creating working copy for https://github.com/sajjon/BytePattern
Working copy of https://github.com/sajjon/BytePattern resolved at 0.0.6
Creating working copy for https://github.com/llvm-swift/FileCheck.git
Working copy of https://github.com/llvm-swift/FileCheck.git resolved at 0.2.6
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.1.4
Creating working copy for https://github.com/mxcl/Chalk.git
Working copy of https://github.com/mxcl/Chalk.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.0.0
Creating working copy for https://github.com/typelift/SwiftCheck
Working copy of https://github.com/typelift/SwiftCheck resolved at 0.12.0
[1/1] Compiling plugin GenerateManualPlugin
Building for debugging...
[1/12] Write sources
clang: error: unknown argument: '-index-store-path'
clang: error: no such file or directory: '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store'
[10/12] Compiling _NumericsShims _NumericsShims.c
[10/12] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.