Build Information
Successful build of bls-eth-swift, reference main (20c027), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 04:26:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
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.54s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "bls-eth-swift",
"name": "bls-eth-swift",
"url": "https://github.com/MyEtherWallet/bls-eth-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/bls-eth-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/MyEtherWallet/bls-eth-swift.git
[1/140] Fetching bls-eth-swift
Fetched https://github.com/MyEtherWallet/bls-eth-swift.git from cache (9.18s)
Creating working copy for https://github.com/MyEtherWallet/bls-eth-swift.git
Working copy of https://github.com/MyEtherWallet/bls-eth-swift.git resolved at main (20c0275)
Fetching binary artifact https://github.com/MyEtherWallet/bls-eth-swift/releases/download/1.0.1/bls_framework.xcframework.zip from cache
Fetched https://github.com/MyEtherWallet/bls-eth-swift/releases/download/1.0.1/bls_framework.xcframework.zip from cache (0.83s)
warning: '.resolve-product-dependencies': dependency 'bls-eth-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/MyEtherWallet/bls-eth-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.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! (1.63s)
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.