The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of secp256k1, reference 0.0.3 (244822), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 03:53:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/greymass/secp256k1.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/greymass/secp256k1
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at 2448222 Fix compiler warnings in podspec builds
Cloned https://github.com/greymass/secp256k1.git
Revision (git rev-parse @):
24482220d1e7731f6b48df20096d0de840a63af2
SUCCESS checkout https://github.com/greymass/secp256k1.git at 0.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/greymass/secp256k1.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling secp256k1.c
Build complete! (0.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "secp256k1",
  "name" : "secp256k1",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "secp256k1",
      "targets" : [
        "secp256k1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "secp256k1",
      "module_type" : "ClangTarget",
      "name" : "secp256k1",
      "path" : ".",
      "product_memberships" : [
        "secp256k1"
      ],
      "sources" : [
        "src/secp256k1.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.