The Swift Package Index logo.Swift Package Index

Build Information

Successful build of secp256k1, reference 0.1.7 (cd187c), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 09:30:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/Boilertalk/secp256k1.swift.git
Reference: 0.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Boilertalk/secp256k1.swift
 * tag               0.1.7      -> FETCH_HEAD
HEAD is now at cd187c6 fix: module sources directory
Submodule path 'secp256k1/Classes/secp256k1': checked out 'd5407179912e8c1f825a212a474aaa86b10f1352'
Submodule 'secp256k1/Classes/secp256k1' (https://github.com/Boilertalk/secp256k1.git) registered for path 'secp256k1/Classes/secp256k1'
Cloning into '/Users/admin/builder/spi-builder-workspace/secp256k1/Classes/secp256k1'...
Cloned https://github.com/Boilertalk/secp256k1.swift.git
Revision (git rev-parse @):
cd187c632fb812fd93711a9f7e644adb7e5f97f0
SUCCESS checkout https://github.com/Boilertalk/secp256k1.swift.git at 0.1.7
========================================
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": "secp256k1.swift",
      "name": "secp256k1",
      "url": "https://github.com/Boilertalk/secp256k1.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/secp256k1.swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Boilertalk/secp256k1.swift.git
[1/781] Fetching secp256k1.swift
Fetched https://github.com/Boilertalk/secp256k1.swift.git from cache (0.93s)
Creating working copy for https://github.com/Boilertalk/secp256k1.swift.git
Working copy of https://github.com/Boilertalk/secp256k1.swift.git resolved at 0.1.7 (cd187c6)
warning: '.resolve-product-dependencies': dependency 'secp256k1.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/Boilertalk/secp256k1.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version--6988338F2F200930.txt
[2/5] Compiling lax_der_privatekey_parsing.c
[3/5] Compiling lax_der_parsing.c
[4/5] Compiling secp256k1.c
[6/7] Compiling secp256k1 Exporter.swift
[7/7] Emitting module secp256k1
Build complete! (1.08s)
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" : "SwiftTarget",
      "name" : "secp256k1",
      "path" : "secp256k1/Classes/exporter",
      "product_memberships" : [
        "secp256k1"
      ],
      "sources" : [
        "Exporter.swift"
      ],
      "target_dependencies" : [
        "libsecp256k1"
      ],
      "type" : "library"
    },
    {
      "c99name" : "libsecp256k1",
      "module_type" : "ClangTarget",
      "name" : "libsecp256k1",
      "path" : "secp256k1/Classes",
      "product_memberships" : [
        "secp256k1"
      ],
      "sources" : [
        "secp256k1/contrib/lax_der_parsing.c",
        "secp256k1/contrib/lax_der_privatekey_parsing.c",
        "secp256k1/src/secp256k1.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.