Build Information
Successful build of secp256k1, reference master (cd187c
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 17:47:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
========================================
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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/Boilertalk/secp256k1.swift.git
[1/780] Fetching secp256k1.swift
Fetched https://github.com/Boilertalk/secp256k1.swift.git from cache (0.96s)
Creating working copy for https://github.com/Boilertalk/secp256k1.swift.git
Working copy of https://github.com/Boilertalk/secp256k1.swift.git resolved at master (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.0
Building package at path: $PWD
https://github.com/Boilertalk/secp256k1.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[2/5] Compiling lax_der_privatekey_parsing.c
[3/5] Compiling lax_der_parsing.c
[4/5] Compiling secp256k1.c
[6/7] Emitting module secp256k1
[7/7] Compiling secp256k1 Exporter.swift
Build complete! (1.97s)
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.