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 Wasm on 30 May 2025 23:21:24 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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:         wasm
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/csjones/lefthook-plugin.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/21-DOT-DEV/swift-plugin-tuist.git
Fetching https://github.com/realm/SwiftLint.git
[1/276] Fetching swift-plugin-tuist
[277/679] Fetching swift-plugin-tuist, lefthook-plugin
[680/48994] Fetching swift-plugin-tuist, lefthook-plugin, swiftformat
[2130/199385] Fetching swift-plugin-tuist, lefthook-plugin, swiftformat, swiftlint
Fetched https://github.com/csjones/lefthook-plugin.git from cache (23.19s)
[197479/198982] Fetching swift-plugin-tuist, swiftformat, swiftlint
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (24.11s)
Fetched https://github.com/21-DOT-DEV/swift-plugin-tuist.git from cache (30.41s)
Fetched https://github.com/realm/SwiftLint.git from cache (31.72s)
Computing version for https://github.com/realm/SwiftLint.git
Computed https://github.com/realm/SwiftLint.git at 0.59.1 (35.82s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[1014/13954] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift
[2697/30066] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten
[3793/40723] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten, yams
[40724/111264] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten, yams, swift-syntax
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (6.85s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (6.85s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/jpsim/SourceKitten.git from cache (6.87s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (6.88s)
Fetched https://github.com/jpsim/Yams.git from cache (6.90s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.90s)
[1/15386] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (7.01s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.55.5 (19.95s)
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 (4.60s)
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 (3.43s)
Computing version for https://github.com/csjones/lefthook-plugin.git
Computed https://github.com/csjones/lefthook-plugin.git at 1.11.12 (4.19s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.68s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.68s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (3.04s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.69s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.37s)
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.69s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.70s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (4.24s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.53s)
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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.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/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/realm/SwiftLint.git
Working copy of https://github.com/realm/SwiftLint.git resolved at 0.59.1
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/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/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.55.5
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/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
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
[1369/34832749] Downloading https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.48.2/tuist.artifactbundle.zip
[17753/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 (3.49s)
Downloaded https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.48.2/tuist.artifactbundle.zip (3.99s)
[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 precomputed_ecmult_gen.c
[8/18] Compiling Utility.c
[9/18] Write sources
[11/18] Compiling secp256k1.c
[12/18] Compiling precomputed_ecmult_gen.c
[13/18] Compiling secp256k1.c
[14/18] Compiling Utility.c
[14/18] Write swift-version-24593BA9C3E375BF.txt
[16/18] Compiling precomputed_ecmult.c
[19/96] 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 'SIMD8' 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 'SIMD8' 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)
[20/101] 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 'SIMD8' 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 'SIMD8' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
[21/106] 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
[22/106] 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
[23/106] 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
[24/106] 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
[25/106] 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
[26/106] Compiling ZKP ECDSASignature.swift
/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
[27/106] Compiling ZKP PEMDocument.swift
/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
[28/106] Compiling ZKP PKCS8PrivateKey.swift
/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
[29/106] Compiling ZKP SEC1PrivateKey.swift
/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
[30/106] Compiling ZKP SubjectPublicKeyInfo.swift
/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
[31/106] Compiling ZKP Asymmetric.swift
/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
[32/106] Compiling P256K Signature.swift
/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 'SIMD8' 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 'SIMD8' 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)
[33/106] Compiling P256K Tweak.swift
/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 'SIMD8' 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 'SIMD8' 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)
[34/106] Compiling P256K UInt256.swift
/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 'SIMD8' 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 'SIMD8' 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)
[35/106] Compiling P256K Utility.swift
/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 'SIMD8' 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 'SIMD8' 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)
[36/106] Compiling P256K Zeroization.swift
/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 'SIMD8' 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 'SIMD8' 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/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 'SIMD8' 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 'SIMD8' 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/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 'SIMD8' 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 'SIMD8' 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/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 'SIMD8' 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 'SIMD8' 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/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 'SIMD8' 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 'SIMD8' 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/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 'SIMD8' 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 'SIMD8' 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)
[42/106] Compiling ZKP ASN1.swift
[43/106] Compiling ZKP ASN1Any.swift
[44/106] Compiling ZKP ASN1BitString.swift
[45/106] Compiling ZKP ASN1Boolean.swift
[46/106] Compiling ZKP ASN1Identifier.swift
[47/106] Compiling ZKP ASN1Integer.swift
[48/106] 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
[49/106] 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
[50/106] 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
[51/106] 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
[52/106] Compiling ZKP SecureBytes.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
[53/106] Compiling ZKP ECDH.swift
/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
[54/106] Compiling ZKP ECDSA.swift
/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
[55/106] Compiling ZKP EdDSA.swift
/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
[56/106] Compiling ZKP Errors.swift
/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
[57/106] Compiling ZKP HashDigest.swift
/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
[58/106] Compiling ZKP ASN1Null.swift
[59/106] Compiling ZKP ASN1OctetString.swift
[60/106] Compiling ZKP ASN1Strings.swift
[61/106] Compiling ZKP ArraySliceBigint.swift
[62/106] Compiling ZKP GeneralizedTime.swift
[63/106] Compiling ZKP ObjectIdentifier.swift
[64/106] Compiling ZKP Combine.swift
/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.
[65/106] Compiling ZKP Context.swift
/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.
[66/106] Compiling ZKP CryptoKitErrors.swift
/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.
[67/106] Compiling ZKP DH.swift
/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.
[68/106] Compiling ZKP Digest.swift
/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/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/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/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/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/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/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/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/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/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/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/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/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.
/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.
/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.
/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.
/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.
/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 |
Build complete! (123.47s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.