Build Information
Successful build of swift-blst, reference 0.1.2 (40438a), with Swift 6.2 for macOS (SPM) on 2 May 2026 07:33:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-blst.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kingpin-Apps/swift-blst
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 40438a4 bump: version 0.1.1 → 0.1.2
Cloned https://github.com/Kingpin-Apps/swift-blst.git
Revision (git rev-parse @):
40438a41e6ee4db24627e89730bc46aacb0d1afc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Kingpin-Apps/swift-blst.git at 0.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Kingpin-Apps/swift-blst.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Copying libblst.a
[1/6] Write sources
[3/6] Copying Resources
[4/6] Compiling CBlst shim.c
[5/6] Write swift-version--3CB7CFEC50E0D141.txt
[7/27] Emitting module BigInt
[8/29] Compiling BigInt Subtraction.swift
[9/29] Compiling BigInt Words and Bits.swift
[10/29] Compiling BigInt Data Conversion.swift
[11/29] Compiling BigInt Division.swift
[12/29] Compiling BigInt Strideable.swift
[13/29] Compiling BigInt String Conversion.swift
[14/29] Compiling BigInt Prime Test.swift
[15/29] Compiling BigInt Random.swift
[16/29] Compiling BigInt Integer Conversion.swift
[17/29] Compiling BigInt Multiplication.swift
[18/29] Compiling BigInt Exponentiation.swift
[19/29] Compiling BigInt Floating Point Conversion.swift
[20/29] Compiling BigInt GCD.swift
[21/29] Compiling BigInt Hashable.swift
[22/29] Compiling BigInt Bitwise Ops.swift
[23/29] Compiling BigInt Codable.swift
[24/29] Compiling BigInt Comparable.swift
[25/29] Compiling BigInt Addition.swift
[26/29] Compiling BigInt BigInt.swift
[27/29] Compiling BigInt BigUInt.swift
[28/29] Compiling BigInt Shifts.swift
[29/29] Compiling BigInt Square Root.swift
[30/38] Compiling SwiftBLST resource_bundle_accessor.swift
[31/38] Compiling SwiftBLST Scalar.swift
[32/38] Compiling SwiftBLST Pairing.swift
[33/38] Compiling SwiftBLST G2Point.swift
[34/38] Compiling SwiftBLST BLSTError.swift
[35/38] Compiling SwiftBLST G1Point.swift
[36/38] Compiling SwiftBLST Fp12.swift
[37/38] Emitting module SwiftBLST
[38/38] Compiling SwiftBLST WithUnsafeBlstPointer.swift
Build complete! (10.16s)
Fetching https://github.com/attaswift/BigInt.git
[1/4878] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.43s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (3.56s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "5.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
}
],
"manifest_display_name" : "swift-blst",
"name" : "swift-blst",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "CBlst",
"targets" : [
"CBlst"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftBLST",
"targets" : [
"SwiftBLST"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_CBlstBinary",
"module_type" : "BinaryTarget",
"name" : "_CBlstBinary",
"path" : "CBlst.xcframework",
"product_memberships" : [
"CBlst",
"SwiftBLST"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SwiftBLSTTests",
"module_type" : "SwiftTarget",
"name" : "SwiftBLSTTests",
"path" : "Tests/SwiftBLSTTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftBLSTTests/Vectors",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"G1Tests.swift",
"G2Tests.swift",
"HashToCurveVectorTests.swift",
"Helpers.swift",
"PairingTests.swift"
],
"target_dependencies" : [
"SwiftBLST"
],
"type" : "test"
},
{
"c99name" : "SwiftBLST",
"module_type" : "SwiftTarget",
"name" : "SwiftBLST",
"path" : "Sources/SwiftBLST",
"product_dependencies" : [
"BigInt"
],
"product_memberships" : [
"SwiftBLST"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftBLST/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BLSTError.swift",
"Fp12.swift",
"G1Point.swift",
"G2Point.swift",
"Internal/WithUnsafeBlstPointer.swift",
"Pairing.swift",
"Scalar.swift"
],
"target_dependencies" : [
"CBlst"
],
"type" : "library"
},
{
"c99name" : "CBlst",
"module_type" : "ClangTarget",
"name" : "CBlst",
"path" : "CBlstModule",
"product_memberships" : [
"CBlst",
"SwiftBLST"
],
"sources" : [
"shim.c"
],
"target_dependencies" : [
"_CBlstBinary"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.