The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-secp256k1, reference 0.21.1 (8c62ab), with Swift 6.1 for Linux on 29 Apr 2025 23:45:25 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/21-DOT-DEV/swift-secp256k1.git
https://github.com/21-DOT-DEV/swift-secp256k1.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "c_language_standard" : "c89",
  "dependencies" : [
    {
      "identity" : "lefthook-plugin",
      "requirement" : {
        "exact" : [
          "1.11.12"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/csjones/lefthook-plugin.git"
    },
    {
      "identity" : "swift-plugin-tuist",
      "requirement" : {
        "exact" : [
          "4.48.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/21-DOT-DEV/swift-plugin-tuist.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.55.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "exact" : [
          "0.59.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint.git"
    }
  ],
  "manifest_display_name" : "swift-secp256k1",
  "name" : "swift-secp256k1",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "libsecp256k1",
      "targets" : [
        "libsecp256k1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "libsecp256k1_zkp",
      "targets" : [
        "libsecp256k1_zkp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "P256K",
      "targets" : [
        "P256K"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ZKP",
      "targets" : [
        "ZKP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "libsecp256k1zkpTests",
      "module_type" : "SwiftTarget",
      "name" : "libsecp256k1zkpTests",
      "path" : "Tests/libsecp256k1zkpTests",
      "sources" : [
        "BindingsTests.swift"
      ],
      "target_dependencies" : [
        "ZKP",
        "libsecp256k1_zkp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "libsecp256k1_zkp",
      "module_type" : "ClangTarget",
      "name" : "libsecp256k1_zkp",
      "path" : "Sources/libsecp256k1_zkp",
      "product_memberships" : [
        "libsecp256k1_zkp",
        "ZKP"
      ],
      "sources" : [
        "src/Utility.c",
        "src/precomputed_ecmult.c",
        "src/precomputed_ecmult_gen.c",
        "src/secp256k1.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "libsecp256k1",
      "module_type" : "ClangTarget",
      "name" : "libsecp256k1",
      "path" : "Sources/libsecp256k1",
      "product_memberships" : [
        "libsecp256k1",
        "P256K"
      ],
      "sources" : [
        "src/Utility.c",
        "src/precomputed_ecmult.c",
        "src/precomputed_ecmult_gen.c",
        "src/secp256k1.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ZKPTests",
      "module_type" : "SwiftTarget",
      "name" : "ZKPTests",
      "path" : "Tests/ZKPTests",
      "sources" : [
        "AsymmetricTests.swift",
        "ECDHTests.swift",
        "ECDSATests.swift",
        "MusigTests.swift",
        "RecoveryTests.swift",
        "SHA256Tests.swift",
        "SchnorrTests.swift",
        "TaprootTests.swift",
        "TweakTests.swift",
        "UInt256Tests.swift",
        "UtilityTests.swift"
      ],
      "target_dependencies" : [
        "ZKP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZKP",
      "module_type" : "SwiftTarget",
      "name" : "ZKP",
      "path" : "Sources/ZKP",
      "product_memberships" : [
        "ZKP"
      ],
      "sources" : [
        "ASN1/ASN1.swift",
        "ASN1/Basic ASN1 Types/ASN1Any.swift",
        "ASN1/Basic ASN1 Types/ASN1BitString.swift",
        "ASN1/Basic ASN1 Types/ASN1Boolean.swift",
        "ASN1/Basic ASN1 Types/ASN1Identifier.swift",
        "ASN1/Basic ASN1 Types/ASN1Integer.swift",
        "ASN1/Basic ASN1 Types/ASN1Null.swift",
        "ASN1/Basic ASN1 Types/ASN1OctetString.swift",
        "ASN1/Basic ASN1 Types/ASN1Strings.swift",
        "ASN1/Basic ASN1 Types/ArraySliceBigint.swift",
        "ASN1/Basic ASN1 Types/GeneralizedTime.swift",
        "ASN1/Basic ASN1 Types/ObjectIdentifier.swift",
        "ASN1/ECDSASignature.swift",
        "ASN1/PEMDocument.swift",
        "ASN1/PKCS8PrivateKey.swift",
        "ASN1/SEC1PrivateKey.swift",
        "ASN1/SubjectPublicKeyInfo.swift",
        "Asymmetric.swift",
        "Combine.swift",
        "Context.swift",
        "CryptoKitErrors.swift",
        "DH.swift",
        "Digest.swift",
        "ECDH.swift",
        "ECDSA.swift",
        "EdDSA.swift",
        "Errors.swift",
        "HashDigest.swift",
        "MuSig.swift",
        "Nonces.swift",
        "P256K.swift",
        "PrettyBytes.swift",
        "RNG_boring.swift",
        "Recovery.swift",
        "SHA256.swift",
        "SafeCompare.swift",
        "Schnorr.swift",
        "SecureBytes.swift",
        "Signature.swift",
        "Tweak.swift",
        "UInt256.swift",
        "Utility.swift",
        "Zeroization.swift"
      ],
      "target_dependencies" : [
        "libsecp256k1_zkp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "P256K",
      "module_type" : "SwiftTarget",
      "name" : "P256K",
      "path" : "Sources/P256K",
      "product_memberships" : [
        "P256K"
      ],
      "sources" : [
        "ASN1/ASN1.swift",
        "ASN1/Basic ASN1 Types/ASN1Any.swift",
        "ASN1/Basic ASN1 Types/ASN1BitString.swift",
        "ASN1/Basic ASN1 Types/ASN1Boolean.swift",
        "ASN1/Basic ASN1 Types/ASN1Identifier.swift",
        "ASN1/Basic ASN1 Types/ASN1Integer.swift",
        "ASN1/Basic ASN1 Types/ASN1Null.swift",
        "ASN1/Basic ASN1 Types/ASN1OctetString.swift",
        "ASN1/Basic ASN1 Types/ASN1Strings.swift",
        "ASN1/Basic ASN1 Types/ArraySliceBigint.swift",
        "ASN1/Basic ASN1 Types/GeneralizedTime.swift",
        "ASN1/Basic ASN1 Types/ObjectIdentifier.swift",
        "ASN1/ECDSASignature.swift",
        "ASN1/PEMDocument.swift",
        "ASN1/PKCS8PrivateKey.swift",
        "ASN1/SEC1PrivateKey.swift",
        "ASN1/SubjectPublicKeyInfo.swift",
        "Asymmetric.swift",
        "Combine.swift",
        "Context.swift",
        "CryptoKitErrors.swift",
        "DH.swift",
        "Digest.swift",
        "ECDH.swift",
        "ECDSA.swift",
        "EdDSA.swift",
        "Errors.swift",
        "HashDigest.swift",
        "MuSig.swift",
        "Nonces.swift",
        "P256K.swift",
        "PrettyBytes.swift",
        "RNG_boring.swift",
        "Recovery.swift",
        "SHA256.swift",
        "SafeCompare.swift",
        "Schnorr.swift",
        "SecureBytes.swift",
        "Signature.swift",
        "Tweak.swift",
        "UInt256.swift",
        "Utility.swift",
        "Zeroization.swift"
      ],
      "target_dependencies" : [
        "libsecp256k1"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/csjones/lefthook-plugin.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/realm/SwiftLint.git
Fetching https://github.com/21-DOT-DEV/swift-plugin-tuist.git
[1/260] Fetching swift-plugin-tuist
[261/659] Fetching swift-plugin-tuist, lefthook-plugin
[660/47402] Fetching swift-plugin-tuist, lefthook-plugin, swiftformat
[4867/197368] Fetching swift-plugin-tuist, lefthook-plugin, swiftformat, swiftlint
Fetched https://github.com/21-DOT-DEV/swift-plugin-tuist.git from cache (27.84s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (28.54s)
Fetched https://github.com/csjones/lefthook-plugin.git from cache (32.60s)
Fetched https://github.com/realm/SwiftLint.git from cache (34.11s)
Computing version for https://github.com/realm/SwiftLint.git
Computed https://github.com/realm/SwiftLint.git at 0.59.1 (34.88s)
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
[1/929] Fetching swiftytexttable
[132/1013] Fetching swiftytexttable, collectionconcurrencykit
[1014/13947] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift
[2825/30059] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, sourcekitten
[4114/40504] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, sourcekitten, yams
[26225/110749] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, sourcekitten, yams, swift-syntax
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (1.62s)
Fetching https://github.com/apple/swift-argument-parser.git
[64304/110665] Fetching swiftytexttable, cryptoswift, sourcekitten, yams, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.64s)
[48894/94553] Fetching swiftytexttable, cryptoswift, yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (1.67s)
[39152/84108] Fetching swiftytexttable, cryptoswift, swift-syntax
[70763/99058] Fetching swiftytexttable, cryptoswift, swift-syntax, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.02s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (4.80s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (4.83s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.85s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.55.5 (7.09s)
Computing version for https://github.com/21-DOT-DEV/swift-plugin-tuist.git
Computed https://github.com/21-DOT-DEV/swift-plugin-tuist.git at 4.48.2 (0.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 (0.22s)
Computing version for https://github.com/csjones/lefthook-plugin.git
Computed https://github.com/csjones/lefthook-plugin.git at 1.11.12 (0.77s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.57s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.59s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.20s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.58s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.31s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.03s)
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.57s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.57s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.55s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.51s)
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/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.55.5
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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/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/realm/SwiftLint.git
Working copy of https://github.com/realm/SwiftLint.git resolved at 0.59.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
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/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
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/csjones/lefthook-plugin.git
Working copy of https://github.com/csjones/lefthook-plugin.git resolved at 1.11.12
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/35378781] Downloading https://github.com/csjones/lefthook-plugin/releases/download/1.11.12/lefthook.artifactbundle.zip
[2185373/70211530] Downloading https://github.com/csjones/lefthook-plugin/releases/download/1.11.12/lefthook.artifactbundle.zip, https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.48.2/tuist.artifactbundle.zip
Downloaded https://github.com/csjones/lefthook-plugin/releases/download/1.11.12/lefthook.artifactbundle.zip (3.60s)
Downloaded https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.48.2/tuist.artifactbundle.zip (4.20s)
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftFormatPlugin
[5/5] Compiling plugin TuistPlugin
[6/6] Compiling plugin ArtifactExpander
[7/7] Compiling plugin LefthookPlugin
Building for debugging...
[7/18] Compiling Utility.c
[8/18] Compiling precomputed_ecmult_gen.c
[9/18] Write sources
[11/18] Compiling Utility.c
[12/18] Compiling precomputed_ecmult_gen.c
[13/18] Write swift-version-24593BA9C3E375BF.txt
[14/18] Compiling secp256k1.c
[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 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
[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 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
[21/106] Compiling P256K Signature.swift
/host/spi-builder-workspace/Sources/ZKP/Tweak.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Utility.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Zeroization.swift:33:30: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
31 | #if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
32 |     #if canImport(libsecp256k1_zkp)
33 |         @_implementationOnly import libsecp256k1_zkp
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
2 | @inlinable public var hashValue: Int { get }}
  |                       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 |
/host/spi-builder-workspace/Sources/ZKP/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
[22/106] Compiling P256K Tweak.swift
/host/spi-builder-workspace/Sources/ZKP/Tweak.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Utility.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Zeroization.swift:33:30: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
31 | #if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
32 |     #if canImport(libsecp256k1_zkp)
33 |         @_implementationOnly import libsecp256k1_zkp
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
2 | @inlinable public var hashValue: Int { get }}
  |                       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 |
/host/spi-builder-workspace/Sources/ZKP/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
[23/106] Compiling P256K UInt256.swift
/host/spi-builder-workspace/Sources/ZKP/Tweak.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Utility.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Zeroization.swift:33:30: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
31 | #if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
32 |     #if canImport(libsecp256k1_zkp)
33 |         @_implementationOnly import libsecp256k1_zkp
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
2 | @inlinable public var hashValue: Int { get }}
  |                       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 |
/host/spi-builder-workspace/Sources/ZKP/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
[24/106] Compiling P256K Utility.swift
/host/spi-builder-workspace/Sources/ZKP/Tweak.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Utility.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Zeroization.swift:33:30: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
31 | #if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
32 |     #if canImport(libsecp256k1_zkp)
33 |         @_implementationOnly import libsecp256k1_zkp
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
2 | @inlinable public var hashValue: Int { get }}
  |                       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 |
/host/spi-builder-workspace/Sources/ZKP/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
[25/106] Compiling P256K Zeroization.swift
/host/spi-builder-workspace/Sources/ZKP/Tweak.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Utility.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Zeroization.swift:33:30: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
31 | #if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
32 |     #if canImport(libsecp256k1_zkp)
33 |         @_implementationOnly import libsecp256k1_zkp
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
2 | @inlinable public var hashValue: Int { get }}
  |                       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 |
/host/spi-builder-workspace/Sources/ZKP/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
[26/106] Compiling ZKP ECDSASignature.swift
/host/spi-builder-workspace/Sources/P256K/Recovery.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SHA256.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Schnorr.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
[27/106] Compiling ZKP PEMDocument.swift
/host/spi-builder-workspace/Sources/P256K/Recovery.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SHA256.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Schnorr.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
[28/106] Compiling P256K SafeCompare.swift
/host/spi-builder-workspace/Sources/P256K/Recovery.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SHA256.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Schnorr.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
[29/106] Compiling P256K Schnorr.swift
/host/spi-builder-workspace/Sources/P256K/Recovery.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SHA256.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Schnorr.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
[30/106] Compiling P256K SecureBytes.swift
/host/spi-builder-workspace/Sources/P256K/Recovery.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SHA256.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Schnorr.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
/host/spi-builder-workspace/Sources/P256K/Tweak.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Utility.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Zeroization.swift:35:30: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
33 |         @_implementationOnly import libsecp256k1_zkp
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
36 |     #endif
37 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
2 | @inlinable public var hashValue: Int { get }}
  |                       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 |
/host/spi-builder-workspace/Sources/P256K/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
/host/spi-builder-workspace/Sources/P256K/Tweak.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Utility.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Zeroization.swift:35:30: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
33 |         @_implementationOnly import libsecp256k1_zkp
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
36 |     #endif
37 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
2 | @inlinable public var hashValue: Int { get }}
  |                       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 |
/host/spi-builder-workspace/Sources/P256K/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
/host/spi-builder-workspace/Sources/P256K/Tweak.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Utility.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Zeroization.swift:35:30: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
33 |         @_implementationOnly import libsecp256k1_zkp
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
36 |     #endif
37 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
2 | @inlinable public var hashValue: Int { get }}
  |                       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 |
/host/spi-builder-workspace/Sources/P256K/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
/host/spi-builder-workspace/Sources/P256K/Tweak.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Utility.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Zeroization.swift:35:30: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
33 |         @_implementationOnly import libsecp256k1_zkp
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
36 |     #endif
37 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
2 | @inlinable public var hashValue: Int { get }}
  |                       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 |
/host/spi-builder-workspace/Sources/P256K/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
/host/spi-builder-workspace/Sources/P256K/Tweak.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Utility.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Zeroization.swift:35:30: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
33 |         @_implementationOnly import libsecp256k1_zkp
34 |     #elseif canImport(libsecp256k1)
35 |         @_implementationOnly import libsecp256k1
   |                              `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
36 |     #endif
37 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
1 | protocol RawRepresentable {
2 | @inlinable public var hashValue: Int { get }}
  |                       `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
3 |
/host/spi-builder-workspace/Sources/P256K/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
    | |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
919 |     public func makeIterator() -> Iterator {
920 |         Iterator(self)
[36/106] Compiling ZKP ASN1Null.swift
[37/106] Compiling ZKP ASN1OctetString.swift
[38/106] Compiling ZKP ASN1Strings.swift
[39/106] Compiling ZKP ArraySliceBigint.swift
[40/106] Compiling ZKP GeneralizedTime.swift
[41/106] Compiling ZKP ObjectIdentifier.swift
[42/106] Compiling ZKP Recovery.swift
/host/spi-builder-workspace/Sources/P256K/MuSig.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Nonces.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/P256K.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[43/106] Compiling ZKP SHA256.swift
/host/spi-builder-workspace/Sources/P256K/MuSig.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Nonces.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/P256K.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[44/106] Compiling ZKP SafeCompare.swift
/host/spi-builder-workspace/Sources/P256K/MuSig.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Nonces.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/P256K.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[45/106] Compiling ZKP Schnorr.swift
/host/spi-builder-workspace/Sources/P256K/MuSig.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Nonces.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/P256K.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[46/106] Compiling ZKP SecureBytes.swift
/host/spi-builder-workspace/Sources/P256K/MuSig.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/Nonces.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/P256K/P256K.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[47/106] Compiling P256K ASN1.swift
[48/106] Compiling P256K ASN1Any.swift
[49/106] Compiling P256K ASN1BitString.swift
[50/106] Compiling P256K ASN1Boolean.swift
[51/106] Compiling P256K ASN1Identifier.swift
[52/106] Compiling P256K ASN1Integer.swift
/host/spi-builder-workspace/Sources/ZKP/Recovery.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SHA256.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Schnorr.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
/host/spi-builder-workspace/Sources/ZKP/Recovery.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SHA256.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Schnorr.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
/host/spi-builder-workspace/Sources/ZKP/Recovery.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SHA256.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Schnorr.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
/host/spi-builder-workspace/Sources/ZKP/Recovery.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SHA256.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Schnorr.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/SecureBytes.swift:19:13: warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
 17 | import Foundation
 18 |
 19 | private let emptyStorage:SecureBytes.Backing = SecureBytes.Backing.createEmpty()
    |             |- warning: let 'emptyStorage' is not concurrency-safe because non-'Sendable' type 'SecureBytes.Backing' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make let 'emptyStorage' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 | struct SecureBytes {
    :
248 |
249 |     @usableFromInline
250 |     internal class Backing: ManagedBuffer<BackingHeader, UInt8> {
    |                    `- note: class 'Backing' does not conform to the 'Sendable' protocol
251 |
252 |         @usableFromInline
/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
[58/106] Compiling ZKP MuSig.swift
/host/spi-builder-workspace/Sources/P256K/Combine.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
12 |     @_implementationOnly import libsecp256k1_zkp
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
15 | #endif
16 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/P256K/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
[59/106] Compiling ZKP Nonces.swift
/host/spi-builder-workspace/Sources/P256K/Combine.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
12 |     @_implementationOnly import libsecp256k1_zkp
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
15 | #endif
16 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/P256K/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
[60/106] Compiling ZKP P256K.swift
/host/spi-builder-workspace/Sources/P256K/Combine.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
12 |     @_implementationOnly import libsecp256k1_zkp
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
15 | #endif
16 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/P256K/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
[61/106] Compiling ZKP PrettyBytes.swift
/host/spi-builder-workspace/Sources/P256K/Combine.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
12 |     @_implementationOnly import libsecp256k1_zkp
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
15 | #endif
16 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/P256K/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
[62/106] Compiling ZKP RNG_boring.swift
/host/spi-builder-workspace/Sources/P256K/Combine.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
14 |     @_implementationOnly import libsecp256k1_zkp
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
17 | #endif
18 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
12 |     @_implementationOnly import libsecp256k1_zkp
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
15 | #endif
16 |
/host/spi-builder-workspace/Sources/P256K/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/P256K/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/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 |
[68/106] Compiling ZKP ECDH.swift
[69/106] Compiling ZKP ECDSA.swift
[70/106] Compiling ZKP EdDSA.swift
[71/106] Compiling ZKP Errors.swift
[72/106] Compiling ZKP HashDigest.swift
[74/106] Compiling P256K ECDSASignature.swift
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[75/106] Compiling ZKP Combine.swift
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[76/106] Compiling P256K PKCS8PrivateKey.swift
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[77/106] Compiling ZKP CryptoKitErrors.swift
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[78/106] Compiling ZKP DH.swift
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
[79/106] Compiling ZKP Digest.swift
/host/spi-builder-workspace/Sources/P256K/Asymmetric.swift:16:26: warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 14 |     @_implementationOnly import libsecp256k1_zkp
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'P256K' may lead to instability during execution
 17 | #endif
 18 |
/host/spi-builder-workspace/Sources/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/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/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/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/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/Combine.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:12:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
10 |
11 | #if canImport(libsecp256k1_zkp)
12 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/ZKP/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/ZKP/Combine.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:12:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
10 |
11 | #if canImport(libsecp256k1_zkp)
12 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/ZKP/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/ZKP/Combine.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:12:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
10 |
11 | #if canImport(libsecp256k1_zkp)
12 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/ZKP/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/ZKP/Combine.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:12:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
10 |
11 | #if canImport(libsecp256k1_zkp)
12 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/ZKP/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/ZKP/Combine.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:12:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
10 |
11 | #if canImport(libsecp256k1_zkp)
12 |     @_implementationOnly import libsecp256k1_zkp
   |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
13 | #elseif canImport(libsecp256k1)
14 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Context.swift:37:27: warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     struct Context: OptionSet {
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   |                           |- warning: static property 'rawRepresentation' is not concurrency-safe because non-'Sendable' type 'OpaquePointer' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'rawRepresentation' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |         /// The raw value of the context flags.
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/host/spi-builder-workspace/Sources/ZKP/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 |     /// memory for the context.
35 |     struct Context: OptionSet {
   |            `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 |         /// The raw representation of `secp256k1.Context`
37 |         public static let rawRepresentation = try! P256K.Context.create()
   :
51 |         /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 |         /// context with no flags.
53 |         public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
   |                           |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 |         /// Creates a new `secp256k1` context with the specified flags.
/host/spi-builder-workspace/Sources/ZKP/ECDH.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDSA.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDH.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDSA.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDH.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDSA.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDH.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDSA.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDH.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/ECDSA.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
/host/spi-builder-workspace/Sources/ZKP/Asymmetric.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 12 |
 13 | #if canImport(libsecp256k1_zkp)
 14 |     @_implementationOnly import libsecp256k1_zkp
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
 15 | #elseif canImport(libsecp256k1)
 16 |     @_implementationOnly import libsecp256k1
Build complete! (99.25s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.