Build Information
Failed to build Bells with Swift 6.0 for visionOS using Xcode 16.2.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
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: visionOS
Swift version: 6.0
Building package at path: $PWD
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.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-collections
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)
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
2024-11-29 03:37:10.821 xcodebuild[498:2761] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-29-11_03-37-0010.xcresult
xcodebuild: error: Could not resolve package dependencies:
could not find a branch named ‘feature/BitSet’ in https://github.com/apple/swift-collections
GENERIC FAILURE 6.0 visionOS