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 0.21.1 (8c62ab), with Swift 6.1 for Android on 30 May 2025 23:18:53 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/21-DOT-DEV/swift-secp256k1.git
Reference: 0.21.1
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/21-DOT-DEV/swift-secp256k1
 * tag               0.21.1     -> FETCH_HEAD
HEAD is now at 8c62aba Adding specific checks for Apple Platforms (#718)
Submodule path 'Submodules/secp256k1': checked out '70f149b9a1bf4ed3266f97774d0ae9577534bf40'
Submodule path 'Submodules/secp256k1-zkp': checked out '6152622613fdf1c5af6f31f74c427c4e9ee120ce'
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 '/host/spi-builder-workspace/Submodules/secp256k1'...
Cloning into '/host/spi-builder-workspace/Submodules/secp256k1-zkp'...
Cloning into '/host/spi-builder-workspace/Submodules/swift-crypto'...
Cloned https://github.com/21-DOT-DEV/swift-secp256k1.git
Revision (git rev-parse @):
8c62aba8a3011c9bcea232e5ee007fb0b34a15e2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/21-DOT-DEV/swift-secp256k1.git at 0.21.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/21-DOT-DEV/swift-secp256k1.git
https://github.com/21-DOT-DEV/swift-secp256k1.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "c_language_standard" : "c89",
  "dependencies" : [
    {
      "identity" : "lefthook-plugin",
      "requirement" : {
        "exact" : [
          "1.11.12"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/csjones/lefthook-plugin.git"
    },
    {
      "identity" : "swift-plugin-tuist",
      "requirement" : {
        "exact" : [
          "4.48.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/21-DOT-DEV/swift-plugin-tuist.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.55.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "exact" : [
          "0.59.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint.git"
    }
  ],
  "manifest_display_name" : "swift-secp256k1",
  "name" : "swift-secp256k1",
  "path" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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/276] Fetching swift-plugin-tuist
[277/679] Fetching swift-plugin-tuist, lefthook-plugin
[680/48994] Fetching swift-plugin-tuist, lefthook-plugin, swiftformat
[1164/199385] Fetching swift-plugin-tuist, lefthook-plugin, swiftformat, swiftlint
Fetched https://github.com/21-DOT-DEV/swift-plugin-tuist.git from cache (64.98s)
Fetched https://github.com/csjones/lefthook-plugin.git from cache (64.99s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (66.05s)
Fetched https://github.com/realm/SwiftLint.git from cache (67.17s)
Computing version for https://github.com/realm/SwiftLint.git
Computed https://github.com/realm/SwiftLint.git at 0.59.1 (75.63s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[1014/11670] Fetching collectionconcurrencykit, swiftytexttable, yams
[1015/24611] Fetching collectionconcurrencykit, swiftytexttable, yams, cryptoswift
[2994/40723] Fetching collectionconcurrencykit, swiftytexttable, yams, cryptoswift, sourcekitten
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.99s)
[5218/39794] Fetching collectionconcurrencykit, yams, cryptoswift, sourcekitten
Fetching https://github.com/apple/swift-argument-parser.git
[8382/110335] Fetching collectionconcurrencykit, yams, cryptoswift, sourcekitten, swift-syntax
[29710/125721] Fetching collectionconcurrencykit, yams, cryptoswift, sourcekitten, swift-syntax, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.59s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (4.62s)
[66516/110251] Fetching yams, cryptoswift, sourcekitten, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (4.64s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (4.67s)
[40452/83482] Fetching cryptoswift, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (5.56s)
[52906/70541] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.25s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.55.5 (13.38s)
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.48.2 (0.69s)
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.23s)
Computing version for https://github.com/csjones/lefthook-plugin.git
Computed https://github.com/csjones/lefthook-plugin.git at 1.11.12 (2.39s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (1.01s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (1.04s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (3.90s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.99s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.50s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.86s)
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.98s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (2.70s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.75s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.19s)
Creating working copy for https://github.com/csjones/lefthook-plugin.git
Working copy of https://github.com/csjones/lefthook-plugin.git resolved at 1.11.12
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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
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.5.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
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/21-DOT-DEV/swift-plugin-tuist.git
Working copy of https://github.com/21-DOT-DEV/swift-plugin-tuist.git resolved at 4.48.2
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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/realm/SwiftLint.git
Working copy of https://github.com/realm/SwiftLint.git resolved at 0.59.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.55.5
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Downloading binary artifact https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.48.2/tuist.artifactbundle.zip
Downloading binary artifact https://github.com/csjones/lefthook-plugin/releases/download/1.11.12/lefthook.artifactbundle.zip
[1397/34832749] Downloading https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.48.2/tuist.artifactbundle.zip
[43358/70211530] Downloading https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.48.2/tuist.artifactbundle.zip, https://github.com/csjones/lefthook-plugin/releases/download/1.11.12/lefthook.artifactbundle.zip
Downloaded https://github.com/csjones/lefthook-plugin/releases/download/1.11.12/lefthook.artifactbundle.zip (5.04s)
Downloaded https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.48.2/tuist.artifactbundle.zip (5.76s)
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftFormatPlugin
[5/5] Compiling plugin TuistPlugin
[6/6] Compiling plugin ArtifactExpander
[7/7] Compiling plugin LefthookPlugin
Building for debugging...
[7/18] Compiling Utility.c
[8/18] Compiling precomputed_ecmult_gen.c
[9/18] Write sources
[11/18] Compiling precomputed_ecmult_gen.c
[12/18] Compiling Utility.c
[13/18] Write swift-version-24593BA9C3E375BF.txt
[14/18] Compiling secp256k1.c
[16/18] Compiling precomputed_ecmult.c
[19/96] Compiling ZKP ASN1Null.swift
[20/96] Compiling ZKP ASN1OctetString.swift
[21/96] Compiling ZKP ASN1Strings.swift
[22/96] Compiling ZKP ArraySliceBigint.swift
[23/96] Compiling ZKP GeneralizedTime.swift
[24/96] Compiling ZKP ObjectIdentifier.swift
[25/96] Compiling ZKP ECDH.swift
/host/spi-builder-workspace/Sources/P256K/ECDH.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/ECDSA.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[26/96] Compiling ZKP ECDSA.swift
/host/spi-builder-workspace/Sources/P256K/ECDH.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/ECDSA.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[27/96] Compiling ZKP EdDSA.swift
/host/spi-builder-workspace/Sources/P256K/ECDH.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/ECDSA.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[28/96] Compiling ZKP Errors.swift
/host/spi-builder-workspace/Sources/P256K/ECDH.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/ECDSA.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[29/96] Compiling ZKP HashDigest.swift
/host/spi-builder-workspace/Sources/P256K/ECDH.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/ECDSA.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[30/101] Compiling ZKP Combine.swift
[31/101] Compiling ZKP Context.swift
[32/101] Compiling ZKP CryptoKitErrors.swift
[33/101] Compiling ZKP DH.swift
[34/101] Compiling ZKP Digest.swift
[35/101] Compiling ZKP ASN1.swift
[36/101] Compiling ZKP MuSig.swift
/host/spi-builder-workspace/Sources/ZKP/MuSig.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Nonces.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/P256K.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
[37/101] Compiling ZKP Nonces.swift
/host/spi-builder-workspace/Sources/ZKP/MuSig.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Nonces.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/P256K.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
[38/101] Compiling ZKP P256K.swift
/host/spi-builder-workspace/Sources/ZKP/MuSig.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Nonces.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/P256K.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
[39/101] Compiling ZKP PrettyBytes.swift
/host/spi-builder-workspace/Sources/ZKP/MuSig.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Nonces.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/P256K.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
[40/101] Compiling ZKP RNG_boring.swift
/host/spi-builder-workspace/Sources/ZKP/MuSig.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Nonces.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/P256K.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
[41/101] Compiling ZKP SecureBytes.swift
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[47/101] Compiling ZKP Recovery.swift
/host/spi-builder-workspace/Sources/ZKP/Recovery.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SHA256.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Schnorr.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
[48/101] Compiling ZKP SHA256.swift
/host/spi-builder-workspace/Sources/ZKP/Recovery.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SHA256.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Schnorr.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
[49/101] Compiling ZKP SafeCompare.swift
/host/spi-builder-workspace/Sources/ZKP/Recovery.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SHA256.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Schnorr.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
[50/101] Compiling ZKP Schnorr.swift
/host/spi-builder-workspace/Sources/ZKP/Recovery.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SHA256.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Schnorr.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
/host/spi-builder-workspace/Sources/ZKP/Recovery.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SHA256.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Schnorr.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
[52/101] Emitting module ZKP
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Combine.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:12:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
10 |
11 | #if canImport(libsecp256k1_zkp)
12 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDH.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDSA.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/MuSig.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Nonces.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/P256K.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Recovery.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SHA256.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Schnorr.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Tweak.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Utility.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Zeroization.swift:33:30: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
31 | #if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
32 |     #if canImport(libsecp256k1_zkp)
33 |         @_implementationOnly import libsecp256k1_zkp
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/ZKP/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/ZKP/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
[53/101] Compiling ZKP ASN1Any.swift
/host/spi-builder-workspace/Sources/P256K/Combine.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
12 |     @_implementationOnly import libsecp256k1_zkp
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
15 | #endif
16 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/P256K/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
[54/102] Compiling ZKP ASN1BitString.swift
/host/spi-builder-workspace/Sources/P256K/Combine.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
12 |     @_implementationOnly import libsecp256k1_zkp
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
15 | #endif
16 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/P256K/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
[55/102] Compiling ZKP ASN1Boolean.swift
/host/spi-builder-workspace/Sources/P256K/Combine.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
12 |     @_implementationOnly import libsecp256k1_zkp
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
15 | #endif
16 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/P256K/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
[56/102] Compiling ZKP ASN1Identifier.swift
/host/spi-builder-workspace/Sources/P256K/Combine.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
12 |     @_implementationOnly import libsecp256k1_zkp
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
15 | #endif
16 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/P256K/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
[57/102] Compiling ZKP ASN1Integer.swift
/host/spi-builder-workspace/Sources/P256K/Combine.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
12 |     @_implementationOnly import libsecp256k1_zkp
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
15 | #endif
16 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/P256K/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
[58/106] Compiling ZKP ECDSASignature.swift
/host/spi-builder-workspace/Sources/P256K/MuSig.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Nonces.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/P256K.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[59/106] Compiling ZKP PEMDocument.swift
/host/spi-builder-workspace/Sources/P256K/MuSig.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Nonces.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/P256K.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[60/106] Compiling ZKP PKCS8PrivateKey.swift
/host/spi-builder-workspace/Sources/P256K/MuSig.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Nonces.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/P256K.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[61/106] Compiling ZKP SEC1PrivateKey.swift
/host/spi-builder-workspace/Sources/P256K/MuSig.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Nonces.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/P256K.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[62/106] Compiling ZKP SubjectPublicKeyInfo.swift
/host/spi-builder-workspace/Sources/P256K/MuSig.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Nonces.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/P256K.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[63/106] Emitting module P256K
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Combine.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
12 |     @_implementationOnly import libsecp256k1_zkp
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
15 | #endif
16 |
/host/spi-builder-workspace/Sources/P256K/ECDH.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/ECDSA.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/MuSig.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Nonces.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/P256K.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Recovery.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SHA256.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Schnorr.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Tweak.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Utility.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Zeroization.swift:35:30: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
33 |         @_implementationOnly import libsecp256k1_zkp
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
36 |     #endif
37 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/P256K/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/P256K/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
[64/106] Compiling ZKP Asymmetric.swift
/host/spi-builder-workspace/Sources/P256K/Recovery.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SHA256.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Schnorr.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
/host/spi-builder-workspace/Sources/P256K/Recovery.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SHA256.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Schnorr.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
/host/spi-builder-workspace/Sources/P256K/Recovery.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SHA256.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Schnorr.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
/host/spi-builder-workspace/Sources/P256K/Recovery.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SHA256.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Schnorr.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
/host/spi-builder-workspace/Sources/P256K/Recovery.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SHA256.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Schnorr.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
/host/spi-builder-workspace/Sources/ZKP/Combine.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:12:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
10 |
11 | #if canImport(libsecp256k1_zkp)
12 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/ZKP/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/ZKP/Combine.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:12:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
10 |
11 | #if canImport(libsecp256k1_zkp)
12 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/ZKP/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/ZKP/Combine.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:12:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
10 |
11 | #if canImport(libsecp256k1_zkp)
12 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/ZKP/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/ZKP/Combine.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:12:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
10 |
11 | #if canImport(libsecp256k1_zkp)
12 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/ZKP/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/ZKP/Combine.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:12:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
10 |
11 | #if canImport(libsecp256k1_zkp)
12 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/ZKP/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDH.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDSA.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDH.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDSA.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDH.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDSA.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDH.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDSA.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDH.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDSA.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
[97/106] Compiling ZKP Signature.swift
/host/spi-builder-workspace/Sources/ZKP/Tweak.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Utility.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Zeroization.swift:33:30: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
31 | #if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
32 |     #if canImport(libsecp256k1_zkp)
33 |         @_implementationOnly import libsecp256k1_zkp
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
[98/106] Compiling ZKP Tweak.swift
/host/spi-builder-workspace/Sources/ZKP/Tweak.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Utility.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Zeroization.swift:33:30: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
31 | #if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
32 |     #if canImport(libsecp256k1_zkp)
33 |         @_implementationOnly import libsecp256k1_zkp
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
[99/106] Compiling ZKP UInt256.swift
/host/spi-builder-workspace/Sources/ZKP/Tweak.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Utility.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Zeroization.swift:33:30: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
31 | #if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
32 |     #if canImport(libsecp256k1_zkp)
33 |         @_implementationOnly import libsecp256k1_zkp
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
[100/106] Compiling ZKP Utility.swift
/host/spi-builder-workspace/Sources/ZKP/Tweak.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Utility.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Zeroization.swift:33:30: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
31 | #if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
32 |     #if canImport(libsecp256k1_zkp)
33 |         @_implementationOnly import libsecp256k1_zkp
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
[101/106] Compiling ZKP Zeroization.swift
/host/spi-builder-workspace/Sources/ZKP/Tweak.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Utility.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Zeroization.swift:33:30: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
31 | #if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
32 |     #if canImport(libsecp256k1_zkp)
33 |         @_implementationOnly import libsecp256k1_zkp
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
/host/spi-builder-workspace/Sources/P256K/Tweak.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Utility.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Zeroization.swift:35:30: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
33 |         @_implementationOnly import libsecp256k1_zkp
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
36 |     #endif
37 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
/host/spi-builder-workspace/Sources/P256K/Tweak.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Utility.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Zeroization.swift:35:30: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
33 |         @_implementationOnly import libsecp256k1_zkp
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
36 |     #endif
37 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
/host/spi-builder-workspace/Sources/P256K/Tweak.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Utility.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Zeroization.swift:35:30: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
33 |         @_implementationOnly import libsecp256k1_zkp
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
36 |     #endif
37 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
/host/spi-builder-workspace/Sources/P256K/Tweak.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Utility.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Zeroization.swift:35:30: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
33 |         @_implementationOnly import libsecp256k1_zkp
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
36 |     #endif
37 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
/host/spi-builder-workspace/Sources/P256K/Tweak.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Utility.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Zeroization.swift:35:30: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
33 |         @_implementationOnly import libsecp256k1_zkp
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
36 |     #endif
37 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
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 |
/host/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)
Build complete! (162.42s)
Build complete.
{
  "c_language_standard" : "c89",
  "dependencies" : [
    {
      "identity" : "lefthook-plugin",
      "requirement" : {
        "exact" : [
          "1.11.12"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/csjones/lefthook-plugin.git"
    },
    {
      "identity" : "swift-plugin-tuist",
      "requirement" : {
        "exact" : [
          "4.48.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/21-DOT-DEV/swift-plugin-tuist.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.55.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "exact" : [
          "0.59.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint.git"
    }
  ],
  "manifest_display_name" : "swift-secp256k1",
  "name" : "swift-secp256k1",
  "path" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.