Build Information
Successful build of swift-secp256k1, reference main (045af3), with Swift 6.1 for Android on 14 Dec 2025 10:40:24 UTC.
Swift 6 data race errors: 6
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/21-DOT-DEV/swift-secp256k1.git
Reference: main
Initialized empty Git repository in /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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 045af3c docs: Add Swift version compatibility table to README and supporting documentation (#939)
Cloned https://github.com/21-DOT-DEV/swift-secp256k1.git
Revision (git rev-parse @):
045af3ccd225c08d5427a7e396612addf3cc5f3c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/21-DOT-DEV/swift-secp256k1.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/21-DOT-DEV/swift-secp256k1.git
https://github.com/21-DOT-DEV/swift-secp256k1.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"c_language_standard" : "c89",
"dependencies" : [
{
"identity" : "lefthook-plugin",
"requirement" : {
"exact" : [
"2.0.9"
]
},
"type" : "sourceControl",
"url" : "https://github.com/csjones/lefthook-plugin.git"
},
{
"identity" : "swift-plugin-tuist",
"requirement" : {
"exact" : [
"4.115.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-tuist.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"exact" : [
"0.58.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat.git"
},
{
"identity" : "swiftlint",
"requirement" : {
"exact" : [
"0.62.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/realm/SwiftLint.git"
},
{
"identity" : "swift-plugin-subtree",
"requirement" : {
"exact" : [
"0.0.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-subtree.git"
}
],
"manifest_display_name" : "swift-secp256k1",
"name" : "swift-secp256k1",
"path" : "/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" : [
"Placeholder.swift"
],
"target_dependencies" : [
"libsecp256k1_zkp",
"SharedSourcesPlugin"
],
"type" : "library"
},
{
"c99name" : "SharedSourcesPlugin",
"module_type" : "PluginTarget",
"name" : "SharedSourcesPlugin",
"path" : "Plugins/SharedSourcesPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"P256K",
"ZKP"
],
"sources" : [
"Plugin.swift"
],
"type" : "plugin"
},
{
"c99name" : "P256K",
"module_type" : "SwiftTarget",
"name" : "P256K",
"path" : "Sources/P256K",
"product_memberships" : [
"P256K"
],
"sources" : [
"Placeholder.swift"
],
"target_dependencies" : [
"libsecp256k1",
"SharedSourcesPlugin"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/21-DOT-DEV/swift-plugin-subtree.git
Fetching https://github.com/21-DOT-DEV/swift-plugin-tuist.git
Fetching https://github.com/csjones/lefthook-plugin.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
[1/509] Fetching lefthook-plugin
[510/543] Fetching lefthook-plugin, swift-plugin-subtree
[544/1275] Fetching lefthook-plugin, swift-plugin-subtree, swift-plugin-tuist
Fetched https://github.com/21-DOT-DEV/swift-plugin-subtree.git from cache (0.44s)
Fetched https://github.com/21-DOT-DEV/swift-plugin-tuist.git from cache (0.49s)
[1/53324] Fetching swiftformat
Fetching https://github.com/realm/SwiftLint.git
Fetched https://github.com/csjones/lefthook-plugin.git from cache (38.30s)
[1/158015] Fetching swiftlint
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (39.38s)
Fetched https://github.com/realm/SwiftLint.git from cache (44.04s)
Computing version for https://github.com/21-DOT-DEV/swift-plugin-subtree.git
Computed https://github.com/21-DOT-DEV/swift-plugin-subtree.git at 0.0.5 (83.94s)
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 (1.46s)
Computing version for https://github.com/realm/SwiftLint.git
Computed https://github.com/realm/SwiftLint.git at 0.62.2 (4.31s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
[1/101] Fetching collectionconcurrencykit
[102/1030] Fetching collectionconcurrencykit, swiftytexttable
[1031/17176] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten
[2000/30281] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift
[4865/41548] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift, yams
[10242/114660] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift, yams, swift-syntax
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (2.95s)
[41495/114559] Fetching swiftytexttable, sourcekitten, cryptoswift, yams, swift-syntax
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (3.99s)
[69032/113630] Fetching sourcekitten, cryptoswift, yams, swift-syntax
[113631/130551] Fetching sourcekitten, cryptoswift, yams, swift-syntax, swift-argument-parser
Fetched https://github.com/jpsim/SourceKitten.git from cache (6.51s)
Fetched https://github.com/jpsim/Yams.git from cache (6.55s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.12s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (7.42s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.63s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.58.7 (11.71s)
Computing version for https://github.com/21-DOT-DEV/swift-plugin-tuist.git
Computed https://github.com/21-DOT-DEV/swift-plugin-tuist.git at 4.115.1 (0.59s)
Computing version for https://github.com/csjones/lefthook-plugin.git
Computed https://github.com/csjones/lefthook-plugin.git at 2.0.9 (0.61s)
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.86s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (1.02s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.69s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.18s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.2 (0.56s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2858] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.32s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.91s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.57s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.0 (0.52s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.0-prerelease-2025-09-15 (0.76s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/21-DOT-DEV/swift-plugin-subtree.git
Working copy of https://github.com/21-DOT-DEV/swift-plugin-subtree.git resolved at 0.0.5
Creating working copy for https://github.com/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/csjones/lefthook-plugin.git
Working copy of https://github.com/csjones/lefthook-plugin.git resolved at 2.0.9
Creating working copy for https://github.com/realm/SwiftLint.git
Working copy of https://github.com/realm/SwiftLint.git resolved at 0.62.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.0-prerelease-2025-09-15
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.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/21-DOT-DEV/swift-plugin-tuist.git
Working copy of https://github.com/21-DOT-DEV/swift-plugin-tuist.git resolved at 4.115.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.58.7
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/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.2
Downloading binary artifact https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip
Downloading binary artifact https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip
[1397/44471667] Downloading https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip
[80614/98794841] Downloading https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip, https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip
[96325/135649238] Downloading https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip, https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip, https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip
[97688/207640698] Downloading https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip, https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip, https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip (6.33s)
Downloaded https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip (7.44s)
Downloaded https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip (9.24s)
Downloaded https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip (10.53s)
[1/1] Compiling plugin SharedSourcesPlugin
[2/2] Compiling plugin SubtreePlugin
[3/3] Compiling plugin SwiftLintCommandPlugin
[4/4] Compiling plugin SwiftLintBuildToolPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
[7/7] Compiling plugin SwiftFormatPlugin
[8/8] Compiling plugin TuistPlugin
[9/9] Compiling plugin ArtifactExpander
[10/10] Compiling plugin LefthookPlugin
Building for debugging...
[10/21] Compiling precomputed_ecmult_gen.c
[11/21] Compiling Utility.c
[12/21] Write sources
[14/21] Compiling Utility.c
[15/21] Compiling precomputed_ecmult_gen.c
[16/21] Compiling secp256k1.c
[17/21] Write swift-version-24593BA9C3E375BF.txt
[18/21] Compiling secp256k1.c
[19/21] Compiling precomputed_ecmult.c
[22/101] Emitting module ZKP
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[23/106] Emitting module P256K
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[24/111] Compiling ZKP SHA256.swift
[25/111] Compiling ZKP SafeCompare.swift
[26/111] Compiling ZKP Schnorr.swift
[27/111] Compiling ZKP SecureBytes.swift
[28/111] Compiling ZKP Signature.swift
[29/111] Compiling ZKP MuSig.swift
[30/111] Compiling ZKP ECDSA.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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 |
[31/111] Compiling ZKP ECDSASignature.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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 |
[32/111] Compiling ZKP EdDSA.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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 |
[33/111] Compiling ZKP Errors.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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 |
[34/111] Compiling ZKP GeneralizedTime.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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 |
[35/111] Compiling ZKP HashDigest.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/P256K.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 | @_implementationOnly import libsecp256k1_zkp
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 | @_implementationOnly import libsecp256k1
[37/111] Compiling ZKP Nonces.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/P256K.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 | @_implementationOnly import libsecp256k1_zkp
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 | @_implementationOnly import libsecp256k1
[38/111] Compiling ZKP ObjectIdentifier.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/P256K.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 | @_implementationOnly import libsecp256k1_zkp
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 | @_implementationOnly import libsecp256k1
[39/111] Compiling ZKP P256K.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/P256K.swift:14:26: warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
12 |
13 | #if canImport(libsecp256k1_zkp)
14 | @_implementationOnly import libsecp256k1_zkp
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ZKP' may lead to instability during execution
15 | #elseif canImport(libsecp256k1)
16 | @_implementationOnly import libsecp256k1
[40/111] Compiling ZKP PEMDocument.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[46/111] Compiling ZKP ASN1Integer.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[47/111] Compiling ZKP ASN1Null.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[48/111] Compiling ZKP ASN1OctetString.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[49/111] Compiling ZKP ASN1Strings.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[50/111] Compiling ZKP ArraySliceBigint.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[51/111] Compiling ZKP Asymmetric.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[52/111] Compiling ZKP Placeholder.swift
[53/111] Compiling ZKP ASN1.swift
[54/111] Compiling ZKP ASN1Any.swift
[55/111] Compiling ZKP ASN1BitString.swift
[56/111] Compiling ZKP ASN1Boolean.swift
[57/111] Compiling ZKP ASN1Identifier.swift
[58/111] Compiling ZKP PKCS8PrivateKey.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[59/111] Compiling ZKP PrettyBytes.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[60/111] Compiling ZKP RNG_boring.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[61/111] Compiling ZKP Recovery.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[62/111] Compiling ZKP SEC1PrivateKey.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
[63/111] Compiling ZKP Combine.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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.
[64/111] Compiling ZKP Context.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 | /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 | /// memory for the context.
35 | struct Context: OptionSet {
| `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 | /// The raw representation of `secp256k1.Context`
37 | public static let rawRepresentation = try! P256K.Context.create()
:
51 | /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 | /// context with no flags.
53 | public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 | /// Creates a new `secp256k1` context with the specified flags.
[65/111] Compiling ZKP CryptoKitErrors.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 | /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 | /// memory for the context.
35 | struct Context: OptionSet {
| `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 | /// The raw representation of `secp256k1.Context`
37 | public static let rawRepresentation = try! P256K.Context.create()
:
51 | /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 | /// context with no flags.
53 | public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 | /// Creates a new `secp256k1` context with the specified flags.
[66/111] Compiling ZKP DH.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 | /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 | /// memory for the context.
35 | struct Context: OptionSet {
| `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 | /// The raw representation of `secp256k1.Context`
37 | public static let rawRepresentation = try! P256K.Context.create()
:
51 | /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 | /// context with no flags.
53 | public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 | /// Creates a new `secp256k1` context with the specified flags.
[67/111] Compiling ZKP Digest.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/Context.swift:53:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
33 | /// It is used in the creation of the `secp256k1` context and also in determining the size of the preallocated
34 | /// memory for the context.
35 | struct Context: OptionSet {
| `- note: consider making struct 'Context' conform to the 'Sendable' protocol
36 | /// The raw representation of `secp256k1.Context`
37 | public static let rawRepresentation = try! P256K.Context.create()
:
51 | /// This static property represents a `Context` with no flags. It can be used when creating a `secp256k1`
52 | /// context with no flags.
53 | public static let none = Self(rawValue: SECP256K1_CONTEXT_NONE)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'P256K.Context' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 | /// Creates a new `secp256k1` context with the specified flags.
[68/111] Compiling ZKP ECDH.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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.
[69/111] Compiling P256K SubjectPublicKeyInfo.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[70/111] Compiling P256K Tweak.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[71/111] Compiling P256K UInt256.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[72/111] Compiling P256K Utility.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[73/111] Compiling P256K Zeroization.swift
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/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
Build complete! (165.54s)
Build complete.
{
"c_language_standard" : "c89",
"dependencies" : [
{
"identity" : "lefthook-plugin",
"requirement" : {
"exact" : [
"2.0.9"
]
},
"type" : "sourceControl",
"url" : "https://github.com/csjones/lefthook-plugin.git"
},
{
"identity" : "swift-plugin-tuist",
"requirement" : {
"exact" : [
"4.115.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-tuist.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"exact" : [
"0.58.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat.git"
},
{
"identity" : "swiftlint",
"requirement" : {
"exact" : [
"0.62.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/realm/SwiftLint.git"
},
{
"identity" : "swift-plugin-subtree",
"requirement" : {
"exact" : [
"0.0.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-subtree.git"
}
],
"manifest_display_name" : "swift-secp256k1",
"name" : "swift-secp256k1",
"path" : "/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" : [
"Placeholder.swift"
],
"target_dependencies" : [
"libsecp256k1_zkp",
"SharedSourcesPlugin"
],
"type" : "library"
},
{
"c99name" : "SharedSourcesPlugin",
"module_type" : "PluginTarget",
"name" : "SharedSourcesPlugin",
"path" : "Plugins/SharedSourcesPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"P256K",
"ZKP"
],
"sources" : [
"Plugin.swift"
],
"type" : "plugin"
},
{
"c99name" : "P256K",
"module_type" : "SwiftTarget",
"name" : "P256K",
"path" : "Sources/P256K",
"product_memberships" : [
"P256K"
],
"sources" : [
"Placeholder.swift"
],
"target_dependencies" : [
"libsecp256k1",
"SharedSourcesPlugin"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.