The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-secp256k1, reference main (045af3), with Swift 6.0 for macOS (SPM) on 14 Dec 2025 10:41:04 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.68.0
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 045af3c docs: Add Swift version compatibility table to README and supporting documentation (#939)
Cloned https://github.com/21-DOT-DEV/swift-secp256k1.git
Revision (git rev-parse @):
045af3ccd225c08d5427a7e396612addf3cc5f3c
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 SharedSourcesPlugin
[6/6] Compiling plugin SubtreePlugin
[7/7] Compiling plugin SwiftFormatPlugin
[8/8] Compiling plugin SwiftLintBuildToolPlugin
[9/9] Compiling plugin SwiftLintCommandPlugin
[10/10] Compiling plugin TuistPlugin
Building for debugging...
[10/21] Write sources
[12/21] Write swift-version-5BDAB9E9C0126B9D.txt
[13/21] Compiling precomputed_ecmult_gen.c
[14/21] Compiling Utility.c
[15/21] Compiling precomputed_ecmult_gen.c
[16/21] Compiling Utility.c
[17/21] Compiling secp256k1.c
[19/21] Compiling precomputed_ecmult.c
[22/103] 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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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)
[23/107] 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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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)
[24/111] Compiling ZKP ASN1Integer.swift
[25/111] Compiling ZKP ASN1Null.swift
[26/111] Compiling ZKP ASN1OctetString.swift
[27/111] Compiling ZKP ASN1Strings.swift
[28/111] Compiling ZKP DH.swift
[29/111] Compiling P256K Schnorr.swift
[30/111] Compiling P256K SecureBytes.swift
[31/111] Compiling P256K Signature.swift
[32/111] Compiling P256K SubjectPublicKeyInfo.swift
[33/111] Compiling ZKP PEMDocument.swift
[34/111] Compiling ZKP PKCS8PrivateKey.swift
[35/111] Compiling ZKP PrettyBytes.swift
[36/111] Compiling ZKP RNG_boring.swift
[37/111] Compiling P256K MuSig.swift
[38/111] Compiling P256K Nonces.swift
[39/111] Compiling P256K ObjectIdentifier.swift
[40/111] Compiling P256K P256K.swift
[46/111] 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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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)
[47/111] 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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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)
[48/111] 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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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)
[49/111] 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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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)
[50/111] Compiling P256K Recovery.swift
[51/111] Compiling P256K SEC1PrivateKey.swift
[52/111] Compiling P256K SHA256.swift
[53/111] Compiling P256K SafeCompare.swift
[54/111] Compiling P256K ASN1Identifier.swift
[55/111] Compiling P256K ASN1Integer.swift
[56/111] Compiling P256K ASN1Null.swift
[57/111] Compiling P256K ASN1OctetString.swift
[58/111] Compiling P256K ASN1Strings.swift
[63/111] Compiling P256K Placeholder.swift
[64/111] Compiling P256K ASN1.swift
[65/111] Compiling P256K ASN1Any.swift
[66/111] Compiling P256K ASN1BitString.swift
[67/111] Compiling ZKP ASN1Identifier.swift
[77/111] Compiling P256K ArraySliceBigint.swift
[78/111] Compiling P256K Asymmetric.swift
[79/111] Compiling P256K Combine.swift
[80/111] Compiling P256K Context.swift
[81/111] Compiling ZKP Placeholder.swift
[86/111] Compiling P256K PEMDocument.swift
[87/111] Compiling P256K PKCS8PrivateKey.swift
[88/111] Compiling P256K PrettyBytes.swift
[89/111] Compiling P256K RNG_boring.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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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! (89.19s)
Fetching https://github.com/21-DOT-DEV/swift-plugin-tuist.git
Fetching https://github.com/realm/SwiftLint.git
Fetching https://github.com/csjones/lefthook-plugin.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/21-DOT-DEV/swift-plugin-subtree.git
[1/34] Fetching swift-plugin-subtree
[35/543] Fetching swift-plugin-subtree, lefthook-plugin
[351/1275] Fetching swift-plugin-subtree, lefthook-plugin, swift-plugin-tuist
Fetched https://github.com/csjones/lefthook-plugin.git from cache (0.80s)
[1/53324] Fetching swiftformat
[2/211339] Fetching swiftformat, swiftlint
Fetched https://github.com/realm/SwiftLint.git from cache (38.28s)
Fetched https://github.com/21-DOT-DEV/swift-plugin-subtree.git from cache (38.28s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (38.28s)
Fetched https://github.com/21-DOT-DEV/swift-plugin-tuist.git from cache (38.28s)
Computing version for https://github.com/21-DOT-DEV/swift-plugin-subtree.git
Computed https://github.com/21-DOT-DEV/swift-plugin-subtree.git at 0.0.5 (0.47s)
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.64s)
Computing version for https://github.com/realm/SwiftLint.git
Computed https://github.com/realm/SwiftLint.git at 0.62.2 (0.60s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/929] Fetching swiftytexttable
[11/1030] Fetching swiftytexttable, collectionconcurrencykit
[279/14135] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift
[495/25402] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, yams
[924/41548] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, yams, sourcekitten
[1348/58469] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, yams, sourcekitten, swift-argument-parser
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (0.97s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.97s)
[1879/57439] Fetching cryptoswift, yams, sourcekitten, swift-argument-parser
[25927/130551] Fetching cryptoswift, yams, sourcekitten, swift-argument-parser, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.88s)
[57888/117446] Fetching yams, sourcekitten, swift-argument-parser, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (3.37s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (3.37s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.37s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.37s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.58.7 (3.62s)
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.115.1 (0.63s)
Computing version for https://github.com/csjones/lefthook-plugin.git
Computed https://github.com/csjones/lefthook-plugin.git at 2.0.9 (0.58s)
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.58s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.59s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.58s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.32s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.2 (0.58s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2858] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.09s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.71s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.74s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.0 (0.65s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.0-prerelease-2025-09-15 (0.96s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.0-prerelease-2025-09-15
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/csjones/lefthook-plugin.git
Working copy of https://github.com/csjones/lefthook-plugin.git resolved at 2.0.9
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.58.7
Creating working copy for https://github.com/21-DOT-DEV/swift-plugin-subtree.git
Working copy of https://github.com/21-DOT-DEV/swift-plugin-subtree.git resolved at 0.0.5
Creating working copy for https://github.com/realm/SwiftLint.git
Working copy of https://github.com/realm/SwiftLint.git resolved at 0.62.2
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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.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.115.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/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
[16375/44471667] Downloading https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip
[16156755/81326064] Downloading https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip, https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip
[17694602/153317524] Downloading https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip, https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
[17985742/207640698] Downloading https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip, https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip, https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip
Downloading binary artifact https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip
Downloading binary artifact https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip
Downloading binary artifact https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip (2.39s)
Downloaded https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip (2.67s)
Downloaded https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip (3.60s)
Downloaded https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip (3.86s)
Build complete.
{
  "c_language_standard" : "c89",
  "dependencies" : [
    {
      "identity" : "lefthook-plugin",
      "requirement" : {
        "exact" : [
          "2.0.9"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/csjones/lefthook-plugin.git"
    },
    {
      "identity" : "swift-plugin-tuist",
      "requirement" : {
        "exact" : [
          "4.115.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/21-DOT-DEV/swift-plugin-tuist.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.58.7"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "exact" : [
          "0.62.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint.git"
    },
    {
      "identity" : "swift-plugin-subtree",
      "requirement" : {
        "exact" : [
          "0.0.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/21-DOT-DEV/swift-plugin-subtree.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" : [
        "Placeholder.swift"
      ],
      "target_dependencies" : [
        "libsecp256k1_zkp",
        "SharedSourcesPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SharedSourcesPlugin",
      "module_type" : "PluginTarget",
      "name" : "SharedSourcesPlugin",
      "path" : "Plugins/SharedSourcesPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "P256K",
        "ZKP"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "P256K",
      "module_type" : "SwiftTarget",
      "name" : "P256K",
      "path" : "Sources/P256K",
      "product_memberships" : [
        "P256K"
      ],
      "sources" : [
        "Placeholder.swift"
      ],
      "target_dependencies" : [
        "libsecp256k1",
        "SharedSourcesPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.