The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-blst, reference main (40438a), with Swift 6.2 for macOS (SPM) on 2 May 2026 07:34:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-blst.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kingpin-Apps/swift-blst
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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
[0/6] Copying libblst.a
[3/6] Copying Resources
[4/6] Compiling CBlst shim.c
[5/6] Write swift-version--3CB7CFEC50E0D141.txt
[7/27] Compiling BigInt Exponentiation.swift
[8/27] Compiling BigInt Floating Point Conversion.swift
[9/27] Compiling BigInt GCD.swift
[10/27] Compiling BigInt Hashable.swift
[11/27] Compiling BigInt Prime Test.swift
[12/27] Compiling BigInt Random.swift
[13/29] Compiling BigInt Strideable.swift
[14/29] Compiling BigInt String Conversion.swift
[15/29] Compiling BigInt Shifts.swift
[16/29] Compiling BigInt Square Root.swift
[17/29] Compiling BigInt Subtraction.swift
[18/29] Compiling BigInt Words and Bits.swift
[19/29] Emitting module BigInt
[20/29] Compiling BigInt Bitwise Ops.swift
[21/29] Compiling BigInt Codable.swift
[22/29] Compiling BigInt Comparable.swift
[23/29] Compiling BigInt Integer Conversion.swift
[24/29] Compiling BigInt Multiplication.swift
[25/29] Compiling BigInt Addition.swift
[26/29] Compiling BigInt BigInt.swift
[27/29] Compiling BigInt BigUInt.swift
[28/29] Compiling BigInt Data Conversion.swift
[29/29] Compiling BigInt Division.swift
[30/38] Compiling SwiftBLST resource_bundle_accessor.swift
[31/38] Compiling SwiftBLST Pairing.swift
[32/38] Compiling SwiftBLST Scalar.swift
[33/38] Compiling SwiftBLST Fp12.swift
[34/38] Compiling SwiftBLST G1Point.swift
[35/38] Compiling SwiftBLST WithUnsafeBlstPointer.swift
[36/38] Emitting module SwiftBLST
[37/38] Compiling SwiftBLST BLSTError.swift
[38/38] Compiling SwiftBLST G2Point.swift
Build complete! (10.38s)
Fetching https://github.com/attaswift/BigInt.git
[1/4878] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.49s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (3.67s)
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.