Build Information
Failed to build Bells, reference main (d92cd5
), with Swift 6.1 for Linux on 27 Apr 2025 10:59:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.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.1
Building package at path: $PWD
https://github.com/Sajjon/Bells.git
https://github.com/Sajjon/Bells.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "swift-collections",
"requirement" : {
"branch" : [
"feature/BitSet"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "bytepattern",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.6",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sajjon/BytePattern"
},
{
"identity" : "swiftcheck",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/typelift/SwiftCheck"
},
{
"identity" : "filecheck",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/llvm-swift/FileCheck"
}
],
"manifest_display_name" : "Bells",
"name" : "Bells",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Bells",
"targets" : [
"Bells"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BellsTests",
"module_type" : "SwiftTarget",
"name" : "BellsTests",
"path" : "Tests/BellsTests",
"product_dependencies" : [
"XCTAssertBytesEqual",
"BytesMutation",
"SwiftCheck",
"FileCheck"
],
"sources" : [
"Support/BigInt+Arbitrary.swift",
"Support/ConvenienceInits.swift",
"Support/FieldTest.swift",
"Support/GroupTest.swift",
"Support/PointTest.swift",
"Support/XCTestFixture.swift",
"Tests/Curve/CurveTests.swift",
"Tests/Field/Fp12Tests.swift",
"Tests/Field/Fp1Tests.swift",
"Tests/Field/Fp2Tests.swift",
"Tests/Field/Fp6Tests.swift",
"Tests/Group/G1Tests.swift",
"Tests/Group/G2Tests.swift",
"Tests/Group/P1Tests.swift",
"Tests/Hash/Ethereum_BLS12-381_Tests_HashToG2Tests.swift",
"Tests/Hash/ExpandMessageXMDTests.swift",
"Tests/Hash/HashAndEncodeToCurveG1AndG2Tests.swift",
"Tests/Hash/HashToFieldTests.swift",
"Tests/Pairing/PairingTests.swift",
"Tests/Sign/Ethereum_BLS12-381_Tests_SignTests.swift",
"Tests/Sign/HashSignAndVerifyTest.swift",
"Tests/Verify/Ethereum_BLS12_381_Tests_FastAggregateVerifyTests.swift",
"Tests/Verify/Ethereum_BLS12_381_Tests_VerifyTests.swift"
],
"target_dependencies" : [
"Bells"
],
"type" : "test"
},
{
"c99name" : "Bells",
"module_type" : "SwiftTarget",
"name" : "Bells",
"path" : "Sources/Bells",
"product_dependencies" : [
"BigInt",
"Collections",
"RealModule",
"Algorithms"
],
"product_memberships" : [
"Bells"
],
"sources" : [
"ArithmeticProtocols/ArithmeticProtocols.swift",
"BLS12381.swift",
"BigInt+Extension/BigInt+Serialize+Pad.swift",
"CustomToStringConvertible.swift",
"Fields/BigInt_Extension.swift",
"Fields/Field.swift",
"Fields/FiniteField.swift",
"Fields/Fp.swift",
"Fields/Fp12.swift",
"Fields/Fp2.swift",
"Fields/Fp6.swift",
"Group/G1.swift",
"Group/G2.swift",
"Group/Group.swift",
"GroupElementConvertible.swift",
"Message.swift",
"Point/P1.swift",
"Point/P2.swift",
"Point/ProjectivePoint.swift",
"Point/Simple/Affine/AffinePoint.swift",
"Point/Simple/SimpleProjectivePoint/SimpleProjectivePoint.swift",
"PrivateKey.swift",
"PublicKey.swift",
"Signature.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (0.96s)
error: could not find a branch named ‘feature/BitSet’ in https://github.com/apple/swift-collections
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Updating https://github.com/apple/swift-collections
Updated https://github.com/apple/swift-collections (0.13s)
error: could not find a branch named ‘feature/BitSet’ in https://github.com/apple/swift-collections
BUILD FAILURE 6.1 linux