Build Information
Successful build of bls-eth-swift, reference 1.0.1 (d1e5e1), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 07:08:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MyEtherWallet/bls-eth-swift.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MyEtherWallet/bls-eth-swift
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at d1e5e19 Merge branch 'release/1.0.1'
Submodule path 'bls_framework/Sources/bls': checked out 'f53dadd5a51900f94b7aecff0063feada2f4bb30'
Submodule path 'bls_framework/Sources/bls/external/mcl': checked out '1c402095e2b8855af112f3fa4fb37c317ffec7a7'
Submodule path 'bls_framework/Sources/mcl': checked out '5fd1dc64ef2ef04014bfadcb3c2ad0c54edf794b'
Submodule 'bls_framework/Sources/bls' (https://github.com/herumi/bls.git) registered for path 'bls_framework/Sources/bls'
Submodule 'bls_framework/Sources/mcl' (https://github.com/herumi/mcl.git) registered for path 'bls_framework/Sources/mcl'
Cloning into '/Users/admin/builder/spi-builder-workspace/bls_framework/Sources/bls'...
Cloning into '/Users/admin/builder/spi-builder-workspace/bls_framework/Sources/mcl'...
Submodule 'mcl' (https://github.com/herumi/mcl.git) registered for path 'bls_framework/Sources/bls/external/mcl'
Cloning into '/Users/admin/builder/spi-builder-workspace/bls_framework/Sources/bls/external/mcl'...
Cloned https://github.com/MyEtherWallet/bls-eth-swift.git
Revision (git rev-parse @):
d1e5e19f80aaee7c7ec8f28c92291abc5c0e840e
SUCCESS checkout https://github.com/MyEtherWallet/bls-eth-swift.git at 1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/MyEtherWallet/bls-eth-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Copying bls_framework.framework
[1/2] Compiling bls-eth-swift BLSInterface.m
Build complete! (2.89s)
Downloading binary artifact https://github.com/MyEtherWallet/bls-eth-swift/releases/download/1.0.1/bls_framework.xcframework.zip
[32750/15950716] Downloading https://github.com/MyEtherWallet/bls-eth-swift/releases/download/1.0.1/bls_framework.xcframework.zip
Downloaded https://github.com/MyEtherWallet/bls-eth-swift/releases/download/1.0.1/bls_framework.xcframework.zip (1.53s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "bls-eth-swift",
"name" : "bls-eth-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "bls-eth-swift",
"targets" : [
"bls_framework"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "bls_framework",
"module_type" : "BinaryTarget",
"name" : "bls_framework",
"path" : "remote/archive/bls_framework.xcframework.zip",
"product_memberships" : [
"bls-eth-swift"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "bls_eth_swift",
"module_type" : "ClangTarget",
"name" : "bls-eth-swift",
"path" : "bls_framework/Sources",
"sources" : [
"BLSInterface.m"
],
"target_dependencies" : [
"bls_framework"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.