Build Information
Successful build of bls-eth-swift, reference main (20c027), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 07:08:29 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MyEtherWallet/bls-eth-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 20c0275 Merge branch 'develop'
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 @):
20c02757c3e01a5ff4d999c8e0816e760a9efa5a
SUCCESS checkout https://github.com/MyEtherWallet/bls-eth-swift.git at main
========================================
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! (3.10s)
Downloading binary artifact https://github.com/MyEtherWallet/bls-eth-swift/releases/download/1.0.1/bls_framework.xcframework.zip
[16375/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.60s)
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.