Build Information
Successful build of swift-secp256k1, reference main (606712
), with Swift 6.0 for macOS (SPM) on 12 Sep 2025 23:20:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/21-DOT-DEV/swift-secp256k1.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/21-DOT-DEV/swift-secp256k1
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 606712a Bump github.com/21-dot-dev/swift-plugin-tuist from 4.68.0 to 4.70.0 (#836)
Submodule path 'Submodules/secp256k1': checked out '88be4e8d86773dd6882d32ad0a6cd8892b31eacd'
Submodule path 'Submodules/secp256k1-zkp': checked out 'f9a04ae405a8738b75307cadbf3fbfbdf379c311'
Submodule path 'Submodules/swift-crypto': checked out '45305d32cfb830faebcaa9a7aea66ad342637518'
Submodule 'Submodules/secp256k1' (https://github.com/bitcoin-core/secp256k1) registered for path 'Submodules/secp256k1'
Submodule 'Submodules/secp256k1-zkp' (https://github.com/ElementsProject/secp256k1-zkp) registered for path 'Submodules/secp256k1-zkp'
Submodule 'Submodules/swift-crypto' (https://github.com/apple/swift-crypto) registered for path 'Submodules/swift-crypto'
Cloning into '/Users/admin/builder/spi-builder-workspace/Submodules/secp256k1'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Submodules/secp256k1-zkp'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Submodules/swift-crypto'...
Cloned https://github.com/21-DOT-DEV/swift-secp256k1.git
Revision (git rev-parse @):
606712ab6c35bec093b0a44ff9a6f2a3ee8555b8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/21-DOT-DEV/swift-secp256k1.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/21-DOT-DEV/swift-secp256k1.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin ArtifactExpander
[2/2] Compiling plugin GenerateDoccReference
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin LefthookPlugin
[5/5] Compiling plugin SwiftFormatPlugin
[6/6] Compiling plugin SwiftLintBuildToolPlugin
[7/7] Compiling plugin SwiftLintCommandPlugin
[8/8] Compiling plugin TuistPlugin
Building for debugging...
[8/19] Write sources
[10/19] Write swift-version-5BDAB9E9C0126B9D.txt
[11/19] Compiling precomputed_ecmult_gen.c
[13/19] Compiling Utility.c
[15/19] Compiling secp256k1.c
[17/19] Compiling precomputed_ecmult.c
[20/99] Emitting module P256K
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
/Users/admin/builder/spi-builder-workspace/Sources/P256K/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[21/103] Emitting module ZKP
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
/Users/admin/builder/spi-builder-workspace/Sources/ZKP/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[22/107] Compiling P256K SafeCompare.swift
[23/107] Compiling P256K Schnorr.swift
[24/107] Compiling P256K SecureBytes.swift
[25/107] Compiling P256K Signature.swift
[26/107] Compiling P256K ASN1.swift
[27/107] Compiling P256K ASN1Any.swift
[28/107] Compiling P256K ASN1BitString.swift
[29/107] Compiling P256K ASN1Boolean.swift
[30/107] Compiling P256K ASN1Identifier.swift
[31/107] Compiling P256K Context.swift
[32/107] Compiling P256K CryptoKitErrors.swift
[33/107] Compiling P256K DH.swift
[34/107] Compiling P256K Digest.swift
[35/107] Compiling P256K SEC1PrivateKey.swift
[36/107] Compiling P256K SubjectPublicKeyInfo.swift
[37/107] Compiling P256K Asymmetric.swift
[38/107] Compiling P256K Combine.swift
[39/107] Compiling P256K HashDigest.swift
[40/107] Compiling P256K MuSig.swift
[41/107] Compiling P256K GeneralizedTime.swift
[42/107] Compiling P256K ObjectIdentifier.swift
[43/107] Compiling P256K Nonces.swift
[44/107] Compiling P256K ECDSASignature.swift
[45/107] Compiling P256K P256K.swift
[46/107] Compiling P256K PEMDocument.swift
[47/107] Compiling P256K PrettyBytes.swift
[48/107] Compiling P256K PKCS8PrivateKey.swift
[49/107] Compiling P256K ECDH.swift
[50/107] Compiling P256K RNG_boring.swift
[51/107] Compiling P256K ECDSA.swift
[52/107] Compiling P256K Recovery.swift
[53/107] Compiling P256K EdDSA.swift
[54/107] Compiling P256K Errors.swift
[55/107] Compiling P256K SHA256.swift
[85/107] Compiling P256K ASN1Integer.swift
[86/107] Compiling P256K ASN1Null.swift
[87/107] Compiling P256K ASN1OctetString.swift
[88/107] Compiling P256K ASN1Strings.swift
[89/107] Compiling P256K ArraySliceBigint.swift
[100/107] Compiling ZKP Tweak.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
/Users/admin/builder/spi-builder-workspace/Sources/P256K/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[101/107] Compiling ZKP UInt256.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
/Users/admin/builder/spi-builder-workspace/Sources/P256K/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[102/107] Compiling ZKP Utility.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
/Users/admin/builder/spi-builder-workspace/Sources/P256K/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[103/107] Compiling ZKP Zeroization.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
/Users/admin/builder/spi-builder-workspace/Sources/P256K/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
/Users/admin/builder/spi-builder-workspace/Sources/ZKP/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
/Users/admin/builder/spi-builder-workspace/Sources/ZKP/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
/Users/admin/builder/spi-builder-workspace/Sources/ZKP/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
/Users/admin/builder/spi-builder-workspace/Sources/ZKP/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
Build complete! (216.71s)
Fetching https://github.com/csjones/lefthook-plugin.git
Fetching https://github.com/21-DOT-DEV/swift-plugin-tuist.git
Fetching https://github.com/realm/SwiftLint.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
[1/460] Fetching swift-plugin-tuist
[70/895] Fetching swift-plugin-tuist, lefthook-plugin
Fetched https://github.com/21-DOT-DEV/swift-plugin-tuist.git from cache (0.74s)
[362/435] Fetching lefthook-plugin
[436/51323] Fetching lefthook-plugin, swiftformat
[945/206779] Fetching lefthook-plugin, swiftformat, swiftlint
Fetched https://github.com/realm/SwiftLint.git from cache (174.40s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (174.40s)
Fetched https://github.com/csjones/lefthook-plugin.git from cache (174.40s)
Computing version for https://github.com/realm/SwiftLint.git
Computed https://github.com/realm/SwiftLint.git at 0.61.0 (0.86s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/jpsim/Yams.git
[1/101] Fetching collectionconcurrencykit
[100/1030] Fetching collectionconcurrencykit, swiftytexttable
[193/16987] Fetching collectionconcurrencykit, swiftytexttable, swift-argument-parser
[362/29999] Fetching collectionconcurrencykit, swiftytexttable, swift-argument-parser, cryptoswift
[493/41151] Fetching collectionconcurrencykit, swiftytexttable, swift-argument-parser, cryptoswift, yams
[494/57293] Fetching collectionconcurrencykit, swiftytexttable, swift-argument-parser, cryptoswift, yams, sourcekitten
[35045/129206] Fetching collectionconcurrencykit, swiftytexttable, swift-argument-parser, cryptoswift, yams, sourcekitten, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.64s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.64s)
[32735/112135] Fetching collectionconcurrencykit, swift-argument-parser, cryptoswift, yams, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.10s)
[71269/96178] Fetching collectionconcurrencykit, cryptoswift, yams, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.14s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (3.14s)
Fetched https://github.com/jpsim/Yams.git from cache (3.14s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.14s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.57.2 (3.05s)
Computing version for https://github.com/21-DOT-DEV/swift-plugin-tuist.git
Computed https://github.com/21-DOT-DEV/swift-plugin-tuist.git at 4.71.0 (0.55s)
Fetching https://github.com/21-DOT-DEV/swift-artifact-parser
[1/28] Fetching swift-artifact-parser
Fetched https://github.com/21-DOT-DEV/swift-artifact-parser from cache (0.62s)
Computing version for https://github.com/csjones/lefthook-plugin.git
Computed https://github.com/csjones/lefthook-plugin.git at 1.13.0 (0.58s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.57s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.56s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.38s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.2 (0.56s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2847] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.01s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.47s)
Computing version for https://github.com/21-DOT-DEV/swift-artifact-parser
Computed https://github.com/21-DOT-DEV/swift-artifact-parser at 0.0.1 (0.55s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.57s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.1.0 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0-prerelease-2025-08-11 (0.67s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.1.0
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.57.2
Creating working copy for https://github.com/21-DOT-DEV/swift-plugin-tuist.git
Working copy of https://github.com/21-DOT-DEV/swift-plugin-tuist.git resolved at 4.71.0
Creating working copy for https://github.com/21-DOT-DEV/swift-artifact-parser
Working copy of https://github.com/21-DOT-DEV/swift-artifact-parser resolved at 0.0.1
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0-prerelease-2025-08-11
Creating working copy for https://github.com/realm/SwiftLint.git
Working copy of https://github.com/realm/SwiftLint.git resolved at 0.61.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/csjones/lefthook-plugin.git
Working copy of https://github.com/csjones/lefthook-plugin.git resolved at 1.13.0
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.2
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
[16375/39000008] Downloading https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.71.0/tuist.artifactbundle.zip
[15662967/109760302] Downloading https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.71.0/tuist.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip
[15712119/146804988] Downloading https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.71.0/tuist.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip, https://github.com/csjones/lefthook-plugin/releases/download/1.13.0/lefthook.artifactbundle.zip
Downloading binary artifact https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.71.0/tuist.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/csjones/lefthook-plugin/releases/download/1.13.0/lefthook.artifactbundle.zip
Downloaded https://github.com/csjones/lefthook-plugin/releases/download/1.13.0/lefthook.artifactbundle.zip (2.26s)
Downloaded https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.71.0/tuist.artifactbundle.zip (2.58s)
Downloaded https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip (3.69s)
Build complete.
{
"c_language_standard" : "c89",
"dependencies" : [
{
"identity" : "lefthook-plugin",
"requirement" : {
"exact" : [
"1.13.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/csjones/lefthook-plugin.git"
},
{
"identity" : "swift-plugin-tuist",
"requirement" : {
"exact" : [
"4.71.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-tuist.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"exact" : [
"0.57.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat.git"
},
{
"identity" : "swiftlint",
"requirement" : {
"exact" : [
"0.61.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/realm/SwiftLint.git"
}
],
"manifest_display_name" : "swift-secp256k1",
"name" : "swift-secp256k1",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "libsecp256k1",
"targets" : [
"libsecp256k1"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "libsecp256k1_zkp",
"targets" : [
"libsecp256k1_zkp"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "P256K",
"targets" : [
"P256K"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ZKP",
"targets" : [
"ZKP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "libsecp256k1zkpTests",
"module_type" : "SwiftTarget",
"name" : "libsecp256k1zkpTests",
"path" : "Tests/libsecp256k1zkpTests",
"sources" : [
"BindingsTests.swift"
],
"target_dependencies" : [
"ZKP",
"libsecp256k1_zkp"
],
"type" : "test"
},
{
"c99name" : "libsecp256k1_zkp",
"module_type" : "ClangTarget",
"name" : "libsecp256k1_zkp",
"path" : "Sources/libsecp256k1_zkp",
"product_memberships" : [
"libsecp256k1_zkp",
"ZKP"
],
"sources" : [
"src/Utility.c",
"src/precomputed_ecmult.c",
"src/precomputed_ecmult_gen.c",
"src/secp256k1.c"
],
"type" : "library"
},
{
"c99name" : "libsecp256k1",
"module_type" : "ClangTarget",
"name" : "libsecp256k1",
"path" : "Sources/libsecp256k1",
"product_memberships" : [
"libsecp256k1",
"P256K"
],
"sources" : [
"src/Utility.c",
"src/precomputed_ecmult.c",
"src/precomputed_ecmult_gen.c",
"src/secp256k1.c"
],
"type" : "library"
},
{
"c99name" : "ZKPTests",
"module_type" : "SwiftTarget",
"name" : "ZKPTests",
"path" : "Tests/ZKPTests",
"sources" : [
"AsymmetricTests.swift",
"ECDHTests.swift",
"ECDSATests.swift",
"MusigTests.swift",
"RecoveryTests.swift",
"SHA256Tests.swift",
"SchnorrTests.swift",
"TaprootTests.swift",
"TweakTests.swift",
"UInt256Tests.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"ZKP"
],
"type" : "test"
},
{
"c99name" : "ZKP",
"module_type" : "SwiftTarget",
"name" : "ZKP",
"path" : "Sources/ZKP",
"product_memberships" : [
"ZKP"
],
"sources" : [
"ASN1/ASN1.swift",
"ASN1/Basic ASN1 Types/ASN1Any.swift",
"ASN1/Basic ASN1 Types/ASN1BitString.swift",
"ASN1/Basic ASN1 Types/ASN1Boolean.swift",
"ASN1/Basic ASN1 Types/ASN1Identifier.swift",
"ASN1/Basic ASN1 Types/ASN1Integer.swift",
"ASN1/Basic ASN1 Types/ASN1Null.swift",
"ASN1/Basic ASN1 Types/ASN1OctetString.swift",
"ASN1/Basic ASN1 Types/ASN1Strings.swift",
"ASN1/Basic ASN1 Types/ArraySliceBigint.swift",
"ASN1/Basic ASN1 Types/GeneralizedTime.swift",
"ASN1/Basic ASN1 Types/ObjectIdentifier.swift",
"ASN1/ECDSASignature.swift",
"ASN1/PEMDocument.swift",
"ASN1/PKCS8PrivateKey.swift",
"ASN1/SEC1PrivateKey.swift",
"ASN1/SubjectPublicKeyInfo.swift",
"Asymmetric.swift",
"Combine.swift",
"Context.swift",
"CryptoKitErrors.swift",
"DH.swift",
"Digest.swift",
"ECDH.swift",
"ECDSA.swift",
"EdDSA.swift",
"Errors.swift",
"HashDigest.swift",
"MuSig.swift",
"Nonces.swift",
"P256K.swift",
"PrettyBytes.swift",
"RNG_boring.swift",
"Recovery.swift",
"SHA256.swift",
"SafeCompare.swift",
"Schnorr.swift",
"SecureBytes.swift",
"Signature.swift",
"Tweak.swift",
"UInt256.swift",
"Utility.swift",
"Zeroization.swift"
],
"target_dependencies" : [
"libsecp256k1_zkp"
],
"type" : "library"
},
{
"c99name" : "P256K",
"module_type" : "SwiftTarget",
"name" : "P256K",
"path" : "Sources/P256K",
"product_memberships" : [
"P256K"
],
"sources" : [
"ASN1/ASN1.swift",
"ASN1/Basic ASN1 Types/ASN1Any.swift",
"ASN1/Basic ASN1 Types/ASN1BitString.swift",
"ASN1/Basic ASN1 Types/ASN1Boolean.swift",
"ASN1/Basic ASN1 Types/ASN1Identifier.swift",
"ASN1/Basic ASN1 Types/ASN1Integer.swift",
"ASN1/Basic ASN1 Types/ASN1Null.swift",
"ASN1/Basic ASN1 Types/ASN1OctetString.swift",
"ASN1/Basic ASN1 Types/ASN1Strings.swift",
"ASN1/Basic ASN1 Types/ArraySliceBigint.swift",
"ASN1/Basic ASN1 Types/GeneralizedTime.swift",
"ASN1/Basic ASN1 Types/ObjectIdentifier.swift",
"ASN1/ECDSASignature.swift",
"ASN1/PEMDocument.swift",
"ASN1/PKCS8PrivateKey.swift",
"ASN1/SEC1PrivateKey.swift",
"ASN1/SubjectPublicKeyInfo.swift",
"Asymmetric.swift",
"Combine.swift",
"Context.swift",
"CryptoKitErrors.swift",
"DH.swift",
"Digest.swift",
"ECDH.swift",
"ECDSA.swift",
"EdDSA.swift",
"Errors.swift",
"HashDigest.swift",
"MuSig.swift",
"Nonces.swift",
"P256K.swift",
"PrettyBytes.swift",
"RNG_boring.swift",
"Recovery.swift",
"SHA256.swift",
"SafeCompare.swift",
"Schnorr.swift",
"SecureBytes.swift",
"Signature.swift",
"Tweak.swift",
"UInt256.swift",
"Utility.swift",
"Zeroization.swift"
],
"target_dependencies" : [
"libsecp256k1"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.