Build Information
Successful build of secp256k1 with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Boilertalk/secp256k1.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "secp256k1.swift",
"name": "secp256k1",
"url": "https://github.com/Boilertalk/secp256k1.swift.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/secp256k1.swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/Boilertalk/secp256k1.swift.git from cache
Fetched https://github.com/Boilertalk/secp256k1.swift.git (0.22s)
Creating working copy for https://github.com/Boilertalk/secp256k1.swift.git
Working copy of https://github.com/Boilertalk/secp256k1.swift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'secp256k1.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Compiling lax_der_privatekey_parsing.c
[1/3] Compiling lax_der_parsing.c
[2/3] Compiling secp256k1.c
[4/5] Emitting module secp256k1
[5/5] Compiling secp256k1 Exporter.swift
Build complete! (5.21s)
Build complete.
Done.