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 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jb55/secp256k1.swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/jb55/secp256k1.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 40b4b38 context: make public
Submodule path 'Sources/bindings/secp256k1': checked out '43756da819a235d813e7ecd53eae6df073b53247'
Submodule path 'Sources/implementation/swift-crypto': checked out '4832fa0d133b9e03077040f123a9087e23ed21dd'
Submodule 'Sources/bindings/secp256k1' (https://github.com/bitcoin-core/secp256k1) registered for path 'Sources/bindings/secp256k1'
Submodule 'Sources/implementation/swift-crypto' (https://github.com/apple/swift-crypto) registered for path 'Sources/implementation/swift-crypto'
Cloning into '/host/spi-builder-workspace/Sources/bindings/secp256k1'...
Cloning into '/host/spi-builder-workspace/Sources/implementation/swift-crypto'...
Cloned https://github.com/jb55/secp256k1.swift.git
Revision (git rev-parse @):
40b4b38b3b1c83f7088c76189a742870e0ca06a9
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/jb55/secp256k1.swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/jb55/secp256k1.swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/7] Write sources
[2/7] Compiling precomputed_ecmult_gen.c
[3/7] Compiling Utility.c
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/7] Compiling secp256k1.c
[6/7] Compiling precomputed_ecmult.c
[8/26] Emitting module secp256k1_implementation
[9/28] Compiling secp256k1_implementation Asymmetric.swift
[10/28] Compiling secp256k1_implementation DH.swift
[11/28] Compiling secp256k1_implementation Digests.swift
[12/28] Compiling secp256k1_implementation SecureBytes.swift
[13/28] Compiling secp256k1_implementation BytesUtil.swift
[14/28] Compiling secp256k1_implementation SafeCompare.swift
[15/28] Compiling secp256k1_implementation Schnorr.swift
[16/28] Compiling secp256k1_implementation Tweak.swift
[17/28] Compiling secp256k1_implementation Signature.swift
[18/28] Compiling secp256k1_implementation RNG_boring.swift
[19/28] Compiling secp256k1_implementation ECDH.swift
[20/28] Compiling secp256k1_implementation ECDSA.swift
[21/28] Compiling secp256k1_implementation EdDSA.swift
[22/28] Compiling secp256k1_implementation Errors.swift
[23/28] Compiling secp256k1_implementation PrettyBytes.swift
[24/28] Compiling secp256k1_implementation SHA256.swift
[25/28] Compiling secp256k1_implementation Utility.swift
[26/28] Compiling secp256k1_implementation Zeroization.swift
[27/28] Compiling secp256k1_implementation secp256k1.swift
[28/28] Compiling secp256k1_implementation Digest.swift
[30/31] Emitting module secp256k1
[31/31] Compiling secp256k1 EntryPoint.swift
Build complete! (13.41s)
Build complete.
Done.