Build Information
Successful build of swift-blst, reference 0.1.2 (40438a), with Swift 6.3 for macOS (SPM) on 2 May 2026 07:34:45 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/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
Fetching https://github.com/attaswift/BigInt.git
[1/4878] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.16s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (3.43s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
========================================
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": "swift-blst",
"name": "swift-blst",
"url": "https://github.com/Kingpin-Apps/swift-blst.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-blst",
"traits": [
"default"
],
"dependencies": [
{
"identity": "bigint",
"name": "BigInt",
"url": "https://github.com/attaswift/BigInt.git",
"version": "5.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Kingpin-Apps/swift-blst.git
[1/97] Fetching swift-blst
Fetched https://github.com/Kingpin-Apps/swift-blst.git from cache (0.75s)
Fetching https://github.com/attaswift/BigInt.git from cache
Fetched https://github.com/attaswift/BigInt.git from cache (0.45s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.51s)
Creating working copy for https://github.com/Kingpin-Apps/swift-blst.git
Working copy of https://github.com/Kingpin-Apps/swift-blst.git resolved at 0.1.2 (40438a4)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
warning: '.resolve-product-dependencies': dependency 'swift-blst' is not used by any target
Found 1 product dependencies
- BigInt
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Kingpin-Apps/swift-blst.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Copying libblst.a
[1/6] Write sources
[3/6] Copying Resources
[4/6] Compiling CBlst shim.c
[5/6] Write swift-version--6988338F2F200930.txt
[7/27] Emitting module BigInt
[8/29] Compiling BigInt Strideable.swift
[9/29] Compiling BigInt String Conversion.swift
[10/29] Compiling BigInt Prime Test.swift
[11/29] Compiling BigInt Random.swift
[12/29] Compiling BigInt Exponentiation.swift
[13/29] Compiling BigInt Floating Point Conversion.swift
[14/29] Compiling BigInt GCD.swift
[15/29] Compiling BigInt Hashable.swift
[16/29] Compiling BigInt Integer Conversion.swift
[17/29] Compiling BigInt Multiplication.swift
[18/29] Compiling BigInt Addition.swift
[19/29] Compiling BigInt BigInt.swift
[20/29] Compiling BigInt BigUInt.swift
[21/29] Compiling BigInt Shifts.swift
[22/29] Compiling BigInt Square Root.swift
[23/29] Compiling BigInt Subtraction.swift
[24/29] Compiling BigInt Words and Bits.swift
[25/29] Compiling BigInt Bitwise Ops.swift
[26/29] Compiling BigInt Codable.swift
[27/29] Compiling BigInt Comparable.swift
[28/29] Compiling BigInt Data Conversion.swift
[29/29] Compiling BigInt Division.swift
[30/38] Compiling SwiftBLST Fp12.swift
[31/38] Compiling SwiftBLST G2Point.swift
[32/38] Emitting module SwiftBLST
[33/38] Compiling SwiftBLST Pairing.swift
[34/38] Compiling SwiftBLST Scalar.swift
[35/38] Compiling SwiftBLST G1Point.swift
[36/38] Compiling SwiftBLST BLSTError.swift
[37/38] Compiling SwiftBLST resource_bundle_accessor.swift
[38/38] Compiling SwiftBLST WithUnsafeBlstPointer.swift
Build complete! (7.22s)
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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/kingpin-apps/swift-blst/0.1.2
Repository: Kingpin-Apps/swift-blst
Swift version used: 6.3
Target: SwiftBLST
Extracting symbol information for 'SwiftBLST'...
Finished extracting symbol information for 'SwiftBLST'. (27.65s)
Building documentation for 'SwiftBLST'...
Finished building documentation for 'SwiftBLST' (0.36s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/kingpin-apps/swift-blst/0.1.2
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Updating https://github.com/attaswift/BigInt.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.19s)
Updated https://github.com/attaswift/BigInt.git (0.45s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (2.30s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (0.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3709] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.16s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/54] Compiling SymbolKit GenericConstraint.swift
[7/54] Compiling SymbolKit GenericParameter.swift
[8/54] Compiling SymbolKit Generics.swift
[9/54] Compiling SymbolKit Namespace.swift
[10/58] Compiling SymbolKit DeclarationFragments.swift
[11/58] Compiling SymbolKit Fragment.swift
[12/58] Compiling SymbolKit FragmentKind.swift
[13/58] Compiling SymbolKit FunctionParameter.swift
[14/58] Compiling SymbolKit FunctionSignature.swift
[15/58] Emitting module SymbolKit
[16/58] Compiling SymbolKit SemanticVersion.swift
[17/58] Compiling SymbolKit AccessControl.swift
[18/58] Compiling SymbolKit Availability.swift
[19/58] Compiling SymbolKit AvailabilityItem.swift
[20/58] Compiling SymbolKit Domain.swift
[21/58] Compiling SymbolKit Identifier.swift
[22/58] Compiling SymbolKit KindIdentifier.swift
[23/58] Compiling SymbolKit Location.swift
[24/58] Compiling SymbolKit Mutability.swift
[25/58] Compiling SymbolKit Mixin+Equals.swift
[26/58] Compiling SymbolKit Mixin+Hash.swift
[27/58] Compiling SymbolKit Mixin.swift
[28/58] Compiling SymbolKit LineList.swift
[29/58] Compiling SymbolKit Position.swift
[30/58] Compiling SymbolKit SourceRange.swift
[31/58] Compiling SymbolKit Metadata.swift
[32/58] Compiling SymbolKit Module.swift
[33/58] Compiling SymbolKit OperatingSystem.swift
[34/58] Compiling SymbolKit Platform.swift
[35/58] Compiling SymbolKit Names.swift
[36/58] Compiling SymbolKit SPI.swift
[37/58] Compiling SymbolKit Snippet.swift
[38/58] Compiling SymbolKit Extension.swift
[39/58] Compiling SymbolKit Relationship.swift
[40/58] Compiling SymbolKit RelationshipKind.swift
[41/58] Compiling SymbolKit SourceOrigin.swift
[42/58] Compiling SymbolKit GenericConstraints.swift
[43/58] Compiling SymbolKit Swift.swift
[44/58] Compiling SymbolKit Symbol.swift
[45/58] Compiling SymbolKit SymbolKind.swift
[46/58] Compiling SymbolKit SymbolGraph.swift
[47/58] Compiling SymbolKit GraphCollector.swift
[48/58] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/58] Compiling SymbolKit UnifiedSymbol.swift
[50/58] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/58] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/58] Compiling Snippets SnippetParser.swift
[53/58] Compiling Snippets SnippetLanguage.swift
[54/58] Compiling Snippets Snippet.swift
[55/58] Emitting module Snippets
[56/62] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/62] Compiling snippet_extract SnippetBuildCommand.swift
[58/62] Emitting module snippet_extract
[59/62] Compiling snippet_extract URL+Status.swift
[59/62] Write Objects.LinkFileList
[60/62] Linking snippet-extract-tool
[61/62] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.19s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'SwiftBLST' complete! (0.24s)
164
2 /Users/admin/builder/spi-builder-workspace/.docs/kingpin-apps/swift-blst/0.1.2
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/kingpin-apps/swift-blst/0.1.2
File count: 164
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-kingpin-apps-swift-blst-0.1.2-27784c92.zip to s3://spi-docs-inbox/prod-kingpin-apps-swift-blst-0.1.2-27784c92.zip
Copying... [14%]
Copying... [27%]
Copying... [41%]
Copying... [55%]
Copying... [68%]
Copying... [82%]
Copying... [95%]
Copying... [100%]
Done.