This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of secp256k1 with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Boilertalk/secp256k1.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Boilertalk/secp256k1.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Boilertalk/secp256k1.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-6F35C1178C84523A.txt
[2/5] Compiling lax_der_parsing.c
[3/5] Compiling lax_der_privatekey_parsing.c
[4/5] Compiling secp256k1.c
[6/7] Emitting module secp256k1
[7/7] Compiling secp256k1 Exporter.swift
Build complete! (4.87s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.