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, reference main (d92cd5), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 11:05:19 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Sajjon/Bells.git
https://github.com/Sajjon/Bells.git
{
  "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" : "/Users/admin/builder/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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-collections (cached)
could not find a branch named ‘feature/BitSet’ in https://github.com/apple/swift-collectionsResolve Package Graph
Updating from https://github.com/apple/swift-collections
could not find a branch named ‘feature/BitSet’ in https://github.com/apple/swift-collections
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 04:05:17.852 xcodebuild[520:2929] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_04-05-0017.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find a branch named ‘feature/BitSet’ in https://github.com/apple/swift-collections
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/apple/swift-collections
could not find a branch named ‘feature/BitSet’ in https://github.com/apple/swift-collections
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 04:05:19.074 xcodebuild[633:3507] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_04-05-0019.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find a branch named ‘feature/BitSet’ in https://github.com/apple/swift-collections
BUILD FAILURE 6.1 tvOS