Build Information
Successful build of swift-secp256k1, reference main (045af3), with Swift 6.1 for macOS (SPM) on 14 Dec 2025 10:39:33 UTC.
Swift 6 data race errors: 6
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/21-DOT-DEV/swift-secp256k1.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/21-DOT-DEV/swift-secp256k1
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 045af3c docs: Add Swift version compatibility table to README and supporting documentation (#939)
Cloned https://github.com/21-DOT-DEV/swift-secp256k1.git
Revision (git rev-parse @):
045af3ccd225c08d5427a7e396612addf3cc5f3c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/21-DOT-DEV/swift-secp256k1.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/21-DOT-DEV/swift-secp256k1.git
https://github.com/21-DOT-DEV/swift-secp256k1.git
{
"c_language_standard" : "c89",
"dependencies" : [
{
"identity" : "lefthook-plugin",
"requirement" : {
"exact" : [
"2.0.9"
]
},
"type" : "sourceControl",
"url" : "https://github.com/csjones/lefthook-plugin.git"
},
{
"identity" : "swift-plugin-tuist",
"requirement" : {
"exact" : [
"4.115.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-tuist.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"exact" : [
"0.58.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat.git"
},
{
"identity" : "swiftlint",
"requirement" : {
"exact" : [
"0.62.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/realm/SwiftLint.git"
},
{
"identity" : "swift-plugin-subtree",
"requirement" : {
"exact" : [
"0.0.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-subtree.git"
}
],
"manifest_display_name" : "swift-secp256k1",
"name" : "swift-secp256k1",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "libsecp256k1",
"targets" : [
"libsecp256k1"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "libsecp256k1_zkp",
"targets" : [
"libsecp256k1_zkp"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "P256K",
"targets" : [
"P256K"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ZKP",
"targets" : [
"ZKP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "libsecp256k1zkpTests",
"module_type" : "SwiftTarget",
"name" : "libsecp256k1zkpTests",
"path" : "Tests/libsecp256k1zkpTests",
"sources" : [
"BindingsTests.swift"
],
"target_dependencies" : [
"ZKP",
"libsecp256k1_zkp"
],
"type" : "test"
},
{
"c99name" : "libsecp256k1_zkp",
"module_type" : "ClangTarget",
"name" : "libsecp256k1_zkp",
"path" : "Sources/libsecp256k1_zkp",
"product_memberships" : [
"libsecp256k1_zkp",
"ZKP"
],
"sources" : [
"src/Utility.c",
"src/precomputed_ecmult.c",
"src/precomputed_ecmult_gen.c",
"src/secp256k1.c"
],
"type" : "library"
},
{
"c99name" : "libsecp256k1",
"module_type" : "ClangTarget",
"name" : "libsecp256k1",
"path" : "Sources/libsecp256k1",
"product_memberships" : [
"libsecp256k1",
"P256K"
],
"sources" : [
"src/Utility.c",
"src/precomputed_ecmult.c",
"src/precomputed_ecmult_gen.c",
"src/secp256k1.c"
],
"type" : "library"
},
{
"c99name" : "ZKPTests",
"module_type" : "SwiftTarget",
"name" : "ZKPTests",
"path" : "Tests/ZKPTests",
"sources" : [
"AsymmetricTests.swift",
"ECDHTests.swift",
"ECDSATests.swift",
"MusigTests.swift",
"RecoveryTests.swift",
"SHA256Tests.swift",
"SchnorrTests.swift",
"TaprootTests.swift",
"TweakTests.swift",
"UInt256Tests.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"ZKP"
],
"type" : "test"
},
{
"c99name" : "ZKP",
"module_type" : "SwiftTarget",
"name" : "ZKP",
"path" : "Sources/ZKP",
"product_memberships" : [
"ZKP"
],
"sources" : [
"Placeholder.swift"
],
"target_dependencies" : [
"libsecp256k1_zkp",
"SharedSourcesPlugin"
],
"type" : "library"
},
{
"c99name" : "SharedSourcesPlugin",
"module_type" : "PluginTarget",
"name" : "SharedSourcesPlugin",
"path" : "Plugins/SharedSourcesPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"P256K",
"ZKP"
],
"sources" : [
"Plugin.swift"
],
"type" : "plugin"
},
{
"c99name" : "P256K",
"module_type" : "SwiftTarget",
"name" : "P256K",
"path" : "Sources/P256K",
"product_memberships" : [
"P256K"
],
"sources" : [
"Placeholder.swift"
],
"target_dependencies" : [
"libsecp256k1",
"SharedSourcesPlugin"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[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] Write sources
[12/21] Write swift-version-2F0A5646E1D333AE.txt
[13/21] Compiling precomputed_ecmult_gen.c
[14/21] Compiling Utility.c
[15/21] Compiling precomputed_ecmult_gen.c
[16/21] Compiling secp256k1.c
[17/21] Compiling Utility.c
[18/21] Compiling secp256k1.c
[19/21] Compiling precomputed_ecmult.c
[22/103] Emitting module ZKP
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[23/107] Emitting module P256K
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[24/111] Compiling P256K PEMDocument.swift
[25/111] Compiling P256K PKCS8PrivateKey.swift
[26/111] Compiling P256K PrettyBytes.swift
[27/111] Compiling P256K RNG_boring.swift
[28/111] Compiling P256K DH.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[29/111] Compiling P256K Digest.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[30/111] Compiling P256K ECDH.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 P256K ECDSA.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 P256K ECDSASignature.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 P256K ASN1Identifier.swift
[34/111] Compiling P256K ASN1Integer.swift
[35/111] Compiling P256K ASN1Null.swift
[36/111] Compiling P256K ASN1OctetString.swift
[37/111] Compiling P256K ASN1Strings.swift
[38/111] Compiling P256K EdDSA.swift
[39/111] Compiling P256K Errors.swift
[40/111] Compiling P256K GeneralizedTime.swift
[41/111] Compiling P256K HashDigest.swift
[42/111] Compiling P256K Recovery.swift
[43/111] Compiling P256K ASN1.swift
[44/111] Compiling P256K ASN1Any.swift
[45/111] Compiling P256K ASN1BitString.swift
[46/111] Compiling P256K ASN1Boolean.swift
[47/111] Compiling P256K Schnorr.swift
/Users/admin/builder/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 |
/Users/admin/builder/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
[48/111] Compiling P256K SecureBytes.swift
/Users/admin/builder/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 |
/Users/admin/builder/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
[49/111] Compiling P256K Signature.swift
/Users/admin/builder/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 |
/Users/admin/builder/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
[50/111] Compiling P256K SubjectPublicKeyInfo.swift
/Users/admin/builder/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 |
/Users/admin/builder/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
[51/111] Compiling P256K MuSig.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[52/111] Compiling P256K Nonces.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[53/111] Compiling P256K ObjectIdentifier.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[54/111] Compiling P256K P256K.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[55/111] Compiling P256K ArraySliceBigint.swift
[56/111] Compiling P256K Asymmetric.swift
[57/111] Compiling P256K Combine.swift
[58/111] Compiling P256K Context.swift
[59/111] Compiling P256K CryptoKitErrors.swift
[60/111] Compiling P256K Placeholder.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[66/111] Compiling P256K SEC1PrivateKey.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[67/111] Compiling P256K SHA256.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[68/111] Compiling P256K SafeCompare.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 | }
/Users/admin/builder/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.
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[104/111] Compiling P256K Tweak.swift
/Users/admin/builder/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
/Users/admin/builder/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
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 |
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[105/111] Compiling P256K UInt256.swift
/Users/admin/builder/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
/Users/admin/builder/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
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 |
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[106/111] Compiling P256K Utility.swift
/Users/admin/builder/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
/Users/admin/builder/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
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 |
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
[107/111] Compiling P256K Zeroization.swift
/Users/admin/builder/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
/Users/admin/builder/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
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 |
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ZKP/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
/Users/admin/builder/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 |
/Users/admin/builder/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 |
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 |
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
/Users/admin/builder/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 |
/Users/admin/builder/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 |
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 |
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
/Users/admin/builder/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 |
/Users/admin/builder/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 |
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 |
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
/Users/admin/builder/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 |
/Users/admin/builder/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 |
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 |
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/P256K/destination/SharedSourcesPlugin/UInt256.swift:918:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
916 |
917 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, macCatalyst 16.4, visionOS 1.0, *)
918 | extension UInt256.Vector: Sequence {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
919 | public func makeIterator() -> Iterator {
920 | Iterator(self)
Build complete! (191.04s)
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
Fetching https://github.com/21-DOT-DEV/swift-plugin-subtree.git
Fetching https://github.com/realm/SwiftLint.git
[1/34] Fetching swift-plugin-subtree
[35/543] Fetching swift-plugin-subtree, lefthook-plugin
[524/1275] Fetching swift-plugin-subtree, lefthook-plugin, swift-plugin-tuist
[1276/54599] Fetching swift-plugin-subtree, lefthook-plugin, swift-plugin-tuist, swiftformat
[1277/212614] Fetching swift-plugin-subtree, lefthook-plugin, swift-plugin-tuist, swiftformat, swiftlint
Fetched https://github.com/csjones/lefthook-plugin.git from cache (146.46s)
Fetched https://github.com/21-DOT-DEV/swift-plugin-subtree.git from cache (146.46s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (146.47s)
Fetched https://github.com/21-DOT-DEV/swift-plugin-tuist.git from cache (146.47s)
Fetched https://github.com/realm/SwiftLint.git from cache (146.47s)
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 (147.00s)
Fetching https://github.com/21-DOT-DEV/swift-artifact-parser
[1/28] Fetching swift-artifact-parser
Fetched https://github.com/21-DOT-DEV/swift-artifact-parser from cache (0.67s)
Computing version for https://github.com/realm/SwiftLint.git
Computed https://github.com/realm/SwiftLint.git at 0.62.2 (1.31s)
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/101] Fetching collectionconcurrencykit
[101/1030] Fetching collectionconcurrencykit, swiftytexttable
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (0.66s)
[84/929] Fetching swiftytexttable
[262/14034] Fetching swiftytexttable, cryptoswift
[701/30180] Fetching swiftytexttable, cryptoswift, sourcekitten
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.82s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.82s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.83s)
Fetched https://github.com/jpsim/Yams.git from cache (1.85s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.86s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.90s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.58.7 (5.02s)
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.60s)
Computing version for https://github.com/csjones/lefthook-plugin.git
Computed https://github.com/csjones/lefthook-plugin.git at 2.0.9 (0.56s)
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.55s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.56s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.55s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.45s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.2 (0.55s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2858] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.99s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.58s)
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.52s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.0 (0.48s)
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.69s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/csjones/lefthook-plugin.git
Working copy of https://github.com/csjones/lefthook-plugin.git resolved at 2.0.9
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-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/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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.2
Creating working copy for https://github.com/21-DOT-DEV/swift-plugin-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/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
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
[19274/36854397] Downloading https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip
[15417070/108845857] Downloading 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
[17882287/163169031] Downloading https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip, https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip
[19589998/207640698] Downloading https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip, https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip, https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip
Downloaded https://github.com/csjones/lefthook-plugin/releases/download/2.0.9/lefthook.artifactbundle.zip (2.21s)
Downloaded https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip (2.68s)
Downloaded https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip (3.52s)
Downloaded https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip (3.78s)
Build complete.
{
"c_language_standard" : "c89",
"dependencies" : [
{
"identity" : "lefthook-plugin",
"requirement" : {
"exact" : [
"2.0.9"
]
},
"type" : "sourceControl",
"url" : "https://github.com/csjones/lefthook-plugin.git"
},
{
"identity" : "swift-plugin-tuist",
"requirement" : {
"exact" : [
"4.115.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-tuist.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"exact" : [
"0.58.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat.git"
},
{
"identity" : "swiftlint",
"requirement" : {
"exact" : [
"0.62.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/realm/SwiftLint.git"
},
{
"identity" : "swift-plugin-subtree",
"requirement" : {
"exact" : [
"0.0.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-subtree.git"
}
],
"manifest_display_name" : "swift-secp256k1",
"name" : "swift-secp256k1",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "libsecp256k1",
"targets" : [
"libsecp256k1"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "libsecp256k1_zkp",
"targets" : [
"libsecp256k1_zkp"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "P256K",
"targets" : [
"P256K"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ZKP",
"targets" : [
"ZKP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "libsecp256k1zkpTests",
"module_type" : "SwiftTarget",
"name" : "libsecp256k1zkpTests",
"path" : "Tests/libsecp256k1zkpTests",
"sources" : [
"BindingsTests.swift"
],
"target_dependencies" : [
"ZKP",
"libsecp256k1_zkp"
],
"type" : "test"
},
{
"c99name" : "libsecp256k1_zkp",
"module_type" : "ClangTarget",
"name" : "libsecp256k1_zkp",
"path" : "Sources/libsecp256k1_zkp",
"product_memberships" : [
"libsecp256k1_zkp",
"ZKP"
],
"sources" : [
"src/Utility.c",
"src/precomputed_ecmult.c",
"src/precomputed_ecmult_gen.c",
"src/secp256k1.c"
],
"type" : "library"
},
{
"c99name" : "libsecp256k1",
"module_type" : "ClangTarget",
"name" : "libsecp256k1",
"path" : "Sources/libsecp256k1",
"product_memberships" : [
"libsecp256k1",
"P256K"
],
"sources" : [
"src/Utility.c",
"src/precomputed_ecmult.c",
"src/precomputed_ecmult_gen.c",
"src/secp256k1.c"
],
"type" : "library"
},
{
"c99name" : "ZKPTests",
"module_type" : "SwiftTarget",
"name" : "ZKPTests",
"path" : "Tests/ZKPTests",
"sources" : [
"AsymmetricTests.swift",
"ECDHTests.swift",
"ECDSATests.swift",
"MusigTests.swift",
"RecoveryTests.swift",
"SHA256Tests.swift",
"SchnorrTests.swift",
"TaprootTests.swift",
"TweakTests.swift",
"UInt256Tests.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"ZKP"
],
"type" : "test"
},
{
"c99name" : "ZKP",
"module_type" : "SwiftTarget",
"name" : "ZKP",
"path" : "Sources/ZKP",
"product_memberships" : [
"ZKP"
],
"sources" : [
"Placeholder.swift"
],
"target_dependencies" : [
"libsecp256k1_zkp",
"SharedSourcesPlugin"
],
"type" : "library"
},
{
"c99name" : "SharedSourcesPlugin",
"module_type" : "PluginTarget",
"name" : "SharedSourcesPlugin",
"path" : "Plugins/SharedSourcesPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"P256K",
"ZKP"
],
"sources" : [
"Plugin.swift"
],
"type" : "plugin"
},
{
"c99name" : "P256K",
"module_type" : "SwiftTarget",
"name" : "P256K",
"path" : "Sources/P256K",
"product_memberships" : [
"P256K"
],
"sources" : [
"Placeholder.swift"
],
"target_dependencies" : [
"libsecp256k1",
"SharedSourcesPlugin"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.