The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftECC, reference 5.5.0 (85c529), with Swift 6.1 for tvOS using Xcode 16.3 on 1 May 2025 08:03:26 UTC.

Swift 6 data race errors: 245

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftECC -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

    static let oid = ASN1ObjectIdentifier("1.3.132.0.36")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.132.0.36")!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:39:16: warning: static property 'rp' is not concurrency-safe because non-'Sendable' type 'RP' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rp = RP(409, 87)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/RP.swift:10:15: note: consider making struct 'RP' conform to the 'Sendable' protocol
public struct RP: CustomStringConvertible, Equatable {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:39:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
    static let rp = RP(409, 87)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rp = RP(409, 87)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:40:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("2000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000001", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:40:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("2000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000001", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("2000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000001", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:41:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt.ONE
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:41:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt.ONE
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt.ONE
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:42:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("21a5c2c8ee9feb5c4b9a753b7b476b7fd6422ef1f3dd674761fa99d6ac27c8a9a197b272822f6cd57a55aa4f50ae317b13545f", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:42:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("21a5c2c8ee9feb5c4b9a753b7b476b7fd6422ef1f3dd674761fa99d6ac27c8a9a197b272822f6cd57a55aa4f50ae317b13545f", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:42:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("21a5c2c8ee9feb5c4b9a753b7b476b7fd6422ef1f3dd674761fa99d6ac27c8a9a197b272822f6cd57a55aa4f50ae317b13545f", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:43:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("15d4860d088ddb3496b0c6064756260441cde4af1771d4db01ffe5b34e59703dc255a868a1180515603aeab60794e54bb7996a7", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:43:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("15d4860d088ddb3496b0c6064756260441cde4af1771d4db01ffe5b34e59703dc255a868a1180515603aeab60794e54bb7996a7", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("15d4860d088ddb3496b0c6064756260441cde4af1771d4db01ffe5b34e59703dc255a868a1180515603aeab60794e54bb7996a7", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:44:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("61b1cfab6be5f32bbfa78324ed106a7636b9c5a7bd198d0158aa4f5488d08f38514f1fdf4b4f40d2181b3681c364ba0273c706", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:44:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("61b1cfab6be5f32bbfa78324ed106a7636b9c5a7bd198d0158aa4f5488d08f38514f1fdf4b4f40d2181b3681c364ba0273c706", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("61b1cfab6be5f32bbfa78324ed106a7636b9c5a7bd198d0158aa4f5488d08f38514f1fdf4b4f40d2181b3681c364ba0273c706", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:45:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("10000000000000000000000000000000000000000000000000001e2aad6a612f33307be5fa47c3c9e052f838164cd37d9a21173", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:45:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("10000000000000000000000000000000000000000000000000001e2aad6a612f33307be5fa47c3c9e052f838164cd37d9a21173", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("10000000000000000000000000000000000000000000000000001e2aad6a612f33307be5fa47c3c9e052f838164cd37d9a21173", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:47:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.132.0.37")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:47:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.132.0.37")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:47:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.132.0.37")!
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:15:16: warning: static property 'rp' is not concurrency-safe because non-'Sendable' type 'RP' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rp = RP(571, 10, 5, 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/RP.swift:10:15: note: consider making struct 'RP' conform to the 'Sendable' protocol
public struct RP: CustomStringConvertible, Equatable {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:15:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
    static let rp = RP(571, 10, 5, 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rp = RP(571, 10, 5, 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:16:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000425", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:16:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000425", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000425", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:17:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt.ZERO
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:17:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt.ZERO
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt.ZERO
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:18:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt.ONE
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:18:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt.ONE
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt.ONE
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:19:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("26eb7a859923fbc82189631f8103fe4ac9ca2970012d5d46024804801841ca44370958493b205e647da304db4ceb08cbbd1ba39494776fb988b47174dca88c7e2945283a01c8972", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:19:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("26eb7a859923fbc82189631f8103fe4ac9ca2970012d5d46024804801841ca44370958493b205e647da304db4ceb08cbbd1ba39494776fb988b47174dca88c7e2945283a01c8972", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("26eb7a859923fbc82189631f8103fe4ac9ca2970012d5d46024804801841ca44370958493b205e647da304db4ceb08cbbd1ba39494776fb988b47174dca88c7e2945283a01c8972", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:20:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("349dc807f4fbf374f4aeade3bca95314dd58cec9f307a54ffc61efc006d8a2c9d4979c0ac44aea74fbebbb9f772aedcb620b01a7ba7af1b320430c8591984f601cd4c143ef1c7a3", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:20:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("349dc807f4fbf374f4aeade3bca95314dd58cec9f307a54ffc61efc006d8a2c9d4979c0ac44aea74fbebbb9f772aedcb620b01a7ba7af1b320430c8591984f601cd4c143ef1c7a3", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("349dc807f4fbf374f4aeade3bca95314dd58cec9f307a54ffc61efc006d8a2c9d4979c0ac44aea74fbebbb9f772aedcb620b01a7ba7af1b320430c8591984f601cd4c143ef1c7a3", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:21:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("20000000000000000000000000000000000000000000000000000000000000000000000131850e1f19a63e4b391a8db917f4138b630d84be5d639381e91deb45cfe778f637c1001", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:21:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("20000000000000000000000000000000000000000000000000000000000000000000000131850e1f19a63e4b391a8db917f4138b630d84be5d639381e91deb45cfe778f637c1001", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("20000000000000000000000000000000000000000000000000000000000000000000000131850e1f19a63e4b391a8db917f4138b630d84be5d639381e91deb45cfe778f637c1001", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:23:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.132.0.38")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:23:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.132.0.38")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.132.0.38")!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:39:16: warning: static property 'rp' is not concurrency-safe because non-'Sendable' type 'RP' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rp = RP(571, 10, 5, 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/RP.swift:10:15: note: consider making struct 'RP' conform to the 'Sendable' protocol
public struct RP: CustomStringConvertible, Equatable {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:39:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
    static let rp = RP(571, 10, 5, 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rp = RP(571, 10, 5, 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:40:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000425", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:40:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000425", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000425", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:41:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt.ONE
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:41:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt.ONE
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt.ONE
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:42:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("2f40e7e2221f295de297117b7f3d62f5c6a97ffcb8ceff1cd6ba8ce4a9a18ad84ffabbd8efa59332be7ad6756a66e294afd185a78ff12aa520e4de739baca0c7ffeff7f2955727a", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:42:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("2f40e7e2221f295de297117b7f3d62f5c6a97ffcb8ceff1cd6ba8ce4a9a18ad84ffabbd8efa59332be7ad6756a66e294afd185a78ff12aa520e4de739baca0c7ffeff7f2955727a", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:42:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("2f40e7e2221f295de297117b7f3d62f5c6a97ffcb8ceff1cd6ba8ce4a9a18ad84ffabbd8efa59332be7ad6756a66e294afd185a78ff12aa520e4de739baca0c7ffeff7f2955727a", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:43:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("303001d34b856296c16c0d40d3cd7750a93d1d2955fa80aa5f40fc8db7b2abdbde53950f4c0d293cdd711a35b67fb1499ae60038614f1394abfa3b4c850d927e1e7769c8eec2d19", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:43:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("303001d34b856296c16c0d40d3cd7750a93d1d2955fa80aa5f40fc8db7b2abdbde53950f4c0d293cdd711a35b67fb1499ae60038614f1394abfa3b4c850d927e1e7769c8eec2d19", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("303001d34b856296c16c0d40d3cd7750a93d1d2955fa80aa5f40fc8db7b2abdbde53950f4c0d293cdd711a35b67fb1499ae60038614f1394abfa3b4c850d927e1e7769c8eec2d19", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:44:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("37bf27342da639b6dccfffeb73d69d78c6c27a6009cbbca1980f8533921e8a684423e43bab08a576291af8f461bb2a8b3531d2f0485c19b16e2f1516e23dd3c1a4827af1b8ac15b", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:44:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("37bf27342da639b6dccfffeb73d69d78c6c27a6009cbbca1980f8533921e8a684423e43bab08a576291af8f461bb2a8b3531d2f0485c19b16e2f1516e23dd3c1a4827af1b8ac15b", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("37bf27342da639b6dccfffeb73d69d78c6c27a6009cbbca1980f8533921e8a684423e43bab08a576291af8f461bb2a8b3531d2f0485c19b16e2f1516e23dd3c1a4827af1b8ac15b", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:45:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe661ce18ff55987308059b186823851ec7dd9ca1161de93d5174d66e8382e9bb2fe84e47", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:45:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe661ce18ff55987308059b186823851ec7dd9ca1161de93d5174d66e8382e9bb2fe84e47", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe661ce18ff55987308059b186823851ec7dd9ca1161de93d5174d66e8382e9bb2fe84e47", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:47:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.132.0.39")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:47:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.132.0.39")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift:47:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.132.0.39")!
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/Point2.swift (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ASN1UTF8String.swift, InputStream.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Boolean.swift, ASN1Collection.swift, ASN1Ctx.swift (in target 'ASN1' from project 'ASN1')
SwiftCompile normal arm64 Compiling\ BitVector.swift,\ Domain2.swift,\ EC163.swift,\ EC233.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/BitVector.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/Domain2.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/BitVector.swift (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/Domain2.swift (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:15:16: warning: static property 'rp' is not concurrency-safe because non-'Sendable' type 'RP' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rp = RP(163, 7, 6, 3)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/RP.swift:10:15: note: consider making struct 'RP' conform to the 'Sendable' protocol
public struct RP: CustomStringConvertible, Equatable {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:15:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
    static let rp = RP(163, 7, 6, 3)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rp = RP(163, 7, 6, 3)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:16:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:16:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:17:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt.ONE
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:17:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt.ONE
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt.ONE
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:18:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt.ONE
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:18:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt.ONE
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt.ONE
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:19:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("2fe13c0537bbc11acaa07d793de4e6d5e5c94eee8", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:19:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("2fe13c0537bbc11acaa07d793de4e6d5e5c94eee8", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("2fe13c0537bbc11acaa07d793de4e6d5e5c94eee8", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:20:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("289070fb05d38ff58321f2e800536d538ccdaa3d9", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:20:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("289070fb05d38ff58321f2e800536d538ccdaa3d9", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("289070fb05d38ff58321f2e800536d538ccdaa3d9", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:21:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("4000000000000000000020108a2e0cc0d99f8a5ef", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:21:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("4000000000000000000020108a2e0cc0d99f8a5ef", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("4000000000000000000020108a2e0cc0d99f8a5ef", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:23:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.132.0.1")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:23:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.132.0.1")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.132.0.1")!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:39:16: warning: static property 'rp' is not concurrency-safe because non-'Sendable' type 'RP' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rp = RP(163, 7, 6, 3)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/RP.swift:10:15: note: consider making struct 'RP' conform to the 'Sendable' protocol
public struct RP: CustomStringConvertible, Equatable {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:39:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
    static let rp = RP(163, 7, 6, 3)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rp = RP(163, 7, 6, 3)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:40:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:40:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:41:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt.ONE
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:41:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt.ONE
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt.ONE
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:42:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("20a601907b8c953ca1481eb10512f78744a3205fd", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:42:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("20a601907b8c953ca1481eb10512f78744a3205fd", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:42:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("20a601907b8c953ca1481eb10512f78744a3205fd", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:43:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("3f0eba16286a2d57ea0991168d4994637e8343e36", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:43:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("3f0eba16286a2d57ea0991168d4994637e8343e36", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("3f0eba16286a2d57ea0991168d4994637e8343e36", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:44:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("0d51fbc6c71a0094fa2cdd545b11c5c0c797324f1", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:44:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("0d51fbc6c71a0094fa2cdd545b11c5c0c797324f1", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("0d51fbc6c71a0094fa2cdd545b11c5c0c797324f1", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:45:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("40000000000000000000292fe77e70c12a4234c33", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:45:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("40000000000000000000292fe77e70c12a4234c33", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("40000000000000000000292fe77e70c12a4234c33", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:47:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.132.0.15")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:47:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.132.0.15")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:47:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.132.0.15")!
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:15:16: warning: static property 'rp' is not concurrency-safe because non-'Sendable' type 'RP' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rp = RP(233, 74)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/RP.swift:10:15: note: consider making struct 'RP' conform to the 'Sendable' protocol
public struct RP: CustomStringConvertible, Equatable {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:15:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
    static let rp = RP(233, 74)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rp = RP(233, 74)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:16:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:16:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:17:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt.ZERO
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:17:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt.ZERO
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt.ZERO
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:18:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt.ONE
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:18:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt.ONE
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt.ONE
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:19:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("17232ba853a7e731af129f22ff4149563a419c26bf50a4c9d6eefad6126", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:19:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("17232ba853a7e731af129f22ff4149563a419c26bf50a4c9d6eefad6126", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("17232ba853a7e731af129f22ff4149563a419c26bf50a4c9d6eefad6126", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:20:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("1db537dece819b7f70f555a67c427a8cd9bf18aeb9b56e0c11056fae6a3", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:20:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("1db537dece819b7f70f555a67c427a8cd9bf18aeb9b56e0c11056fae6a3", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("1db537dece819b7f70f555a67c427a8cd9bf18aeb9b56e0c11056fae6a3", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:21:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("8000000000000000000000000000069d5bb915bcd46efb1ad5f173abdf", radix: 16)!    /// The cofactor
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:21:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("8000000000000000000000000000069d5bb915bcd46efb1ad5f173abdf", radix: 16)!    /// The cofactor
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("8000000000000000000000000000069d5bb915bcd46efb1ad5f173abdf", radix: 16)!    /// The cofactor
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:23:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.132.0.26")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:23:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.132.0.26")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.132.0.26")!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:39:16: warning: static property 'rp' is not concurrency-safe because non-'Sendable' type 'RP' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rp = RP(233, 74)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/RP.swift:10:15: note: consider making struct 'RP' conform to the 'Sendable' protocol
public struct RP: CustomStringConvertible, Equatable {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:39:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
    static let rp = RP(233, 74)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rp = RP(233, 74)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:40:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:40:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:41:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt.ONE
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:41:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt.ONE
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt.ONE
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:42:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("66647ede6c332c7f8c0923bb58213b333b20e9ce4281fe115f7d8f90ad", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:42:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("66647ede6c332c7f8c0923bb58213b333b20e9ce4281fe115f7d8f90ad", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:42:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("66647ede6c332c7f8c0923bb58213b333b20e9ce4281fe115f7d8f90ad", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:43:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("fac9dfcbac8313bb2139f1bb755fef65bc391f8b36f8f8eb7371fd558b", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:43:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("fac9dfcbac8313bb2139f1bb755fef65bc391f8b36f8f8eb7371fd558b", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("fac9dfcbac8313bb2139f1bb755fef65bc391f8b36f8f8eb7371fd558b", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:44:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("1006a08a41903350678e58528bebf8a0beff867a7ca36716f7e01f81052", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:44:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("1006a08a41903350678e58528bebf8a0beff867a7ca36716f7e01f81052", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("1006a08a41903350678e58528bebf8a0beff867a7ca36716f7e01f81052", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:45:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("1000000000000000000000000000013e974e72f8a6922031d2603cfe0d7", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:45:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("1000000000000000000000000000013e974e72f8a6922031d2603cfe0d7", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("1000000000000000000000000000013e974e72f8a6922031d2603cfe0d7", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:47:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.132.0.27")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:47:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.132.0.27")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:47:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.132.0.27")!
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling BigFrac.swift, BigInt.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ BP160.swift,\ BP192.swift,\ BP224.swift,\ BP256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:14:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:14:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:15:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt("340e7be2a280eb74e2be61bada745d97e8f7c300", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:15:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt("340e7be2a280eb74e2be61bada745d97e8f7c300", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt("340e7be2a280eb74e2be61bada745d97e8f7c300", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:16:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("1e589a8595423412134faa2dbdec95c8d8675e58", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:16:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("1e589a8595423412134faa2dbdec95c8d8675e58", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("1e589a8595423412134faa2dbdec95c8d8675e58", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:17:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("bed5af16ea3f6a4f62938c4631eb5af7bdbcdbc3", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:17:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("bed5af16ea3f6a4f62938c4631eb5af7bdbcdbc3", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("bed5af16ea3f6a4f62938c4631eb5af7bdbcdbc3", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:18:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("1667cb477a1a8ec338f94741669c976316da6321", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:18:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("1667cb477a1a8ec338f94741669c976316da6321", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("1667cb477a1a8ec338f94741669c976316da6321", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:19:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:19:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:21:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.1")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:21:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.1")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.1")!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:32:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:32:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:33:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620c", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:33:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620c", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620c", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:34:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("7a556b6dae535b7b51ed2c4d7daa7a0b5c55f380", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:34:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("7a556b6dae535b7b51ed2c4d7daa7a0b5c55f380", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("7a556b6dae535b7b51ed2c4d7daa7a0b5c55f380", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:35:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("b199b13b9b34efc1397e64baeb05acc265ff2378", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:35:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("b199b13b9b34efc1397e64baeb05acc265ff2378", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("b199b13b9b34efc1397e64baeb05acc265ff2378", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:36:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("add6718b7c7c1961f0991b842443772152c9e0ad", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:36:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("add6718b7c7c1961f0991b842443772152c9e0ad", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("add6718b7c7c1961f0991b842443772152c9e0ad", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:37:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:37:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:39:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.2")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:39:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.2")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.2")!
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:14:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:14:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:15:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt("6a91174076b1e0e19c39c031fe8685c1cae040e5c69a28ef", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:15:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt("6a91174076b1e0e19c39c031fe8685c1cae040e5c69a28ef", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt("6a91174076b1e0e19c39c031fe8685c1cae040e5c69a28ef", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:16:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("469a28ef7c28cca3dc721d044f4496bcca7ef4146fbf25c9", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:16:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("469a28ef7c28cca3dc721d044f4496bcca7ef4146fbf25c9", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("469a28ef7c28cca3dc721d044f4496bcca7ef4146fbf25c9", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:17:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("c0a0647eaab6a48753b033c56cb0f0900a2f5c4853375fd6", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:17:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("c0a0647eaab6a48753b033c56cb0f0900a2f5c4853375fd6", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("c0a0647eaab6a48753b033c56cb0f0900a2f5c4853375fd6", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:18:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("14b690866abd5bb88b5f4828c1490002e6773fa2fa299b8f", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:18:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("14b690866abd5bb88b5f4828c1490002e6773fa2fa299b8f", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("14b690866abd5bb88b5f4828c1490002e6773fa2fa299b8f", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:19:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:19:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:21:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.3")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:21:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.3")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.3")!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:32:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:32:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:33:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86294", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:33:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86294", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86294", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:34:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("13d56ffaec78681e68f9deb43b35bec2fb68542e27897b79", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:34:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("13d56ffaec78681e68f9deb43b35bec2fb68542e27897b79", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("13d56ffaec78681e68f9deb43b35bec2fb68542e27897b79", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:35:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("3ae9e58c82f63c30282e1fe7bbf43fa72c446af6f4618129", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:35:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("3ae9e58c82f63c30282e1fe7bbf43fa72c446af6f4618129", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("3ae9e58c82f63c30282e1fe7bbf43fa72c446af6f4618129", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:36:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("097e2c5667c2223a902ab5ca449d0084b7e5b3de7ccc01c9", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:36:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("097e2c5667c2223a902ab5ca449d0084b7e5b3de7ccc01c9", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("097e2c5667c2223a902ab5ca449d0084b7e5b3de7ccc01c9", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:37:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:37:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:39:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.4")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:39:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.4")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.4")!
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:14:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:14:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:15:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt("68a5e62ca9ce6c1c299803a6c1530b514e182ad8b0042a59cad29f43", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:15:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt("68a5e62ca9ce6c1c299803a6c1530b514e182ad8b0042a59cad29f43", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt("68a5e62ca9ce6c1c299803a6c1530b514e182ad8b0042a59cad29f43", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:16:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("2580f63ccfe44138870713b1a92369e33e2135d266dbb372386c400b", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:16:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("2580f63ccfe44138870713b1a92369e33e2135d266dbb372386c400b", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("2580f63ccfe44138870713b1a92369e33e2135d266dbb372386c400b", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:17:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("0d9029ad2c7e5cf4340823b2a87dc68c9e4ce3174c1e6efdee12c07d", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:17:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("0d9029ad2c7e5cf4340823b2a87dc68c9e4ce3174c1e6efdee12c07d", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("0d9029ad2c7e5cf4340823b2a87dc68c9e4ce3174c1e6efdee12c07d", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:18:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("58aa56f772c0726f24c6b89e4ecdac24354b9e99caa3f6d3761402cd", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:18:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("58aa56f772c0726f24c6b89e4ecdac24354b9e99caa3f6d3761402cd", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("58aa56f772c0726f24c6b89e4ecdac24354b9e99caa3f6d3761402cd", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:19:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:19:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:21:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.5")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:21:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.5")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.5")!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:32:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:32:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:33:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0fc", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:33:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0fc", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0fc", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:34:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("4b337d934104cd7bef271bf60ced1ed20da14c08b3bb64f18a60888d", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:34:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("4b337d934104cd7bef271bf60ced1ed20da14c08b3bb64f18a60888d", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("4b337d934104cd7bef271bf60ced1ed20da14c08b3bb64f18a60888d", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:35:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("6ab1e344ce25ff3896424e7ffe14762ecb49f8928ac0c76029b4d580", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:35:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("6ab1e344ce25ff3896424e7ffe14762ecb49f8928ac0c76029b4d580", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("6ab1e344ce25ff3896424e7ffe14762ecb49f8928ac0c76029b4d580", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:36:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("0374e9f5143e568cd23f3f4d7c0d4b1e41c8cc0d1c6abd5f1a46db4c", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:36:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("0374e9f5143e568cd23f3f4d7c0d4b1e41c8cc0d1c6abd5f1a46db4c", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("0374e9f5143e568cd23f3f4d7c0d4b1e41c8cc0d1c6abd5f1a46db4c", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:37:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:37:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:39:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.6")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:39:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.6")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.6")!
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:14:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:14:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:15:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt("7d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:15:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt("7d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt("7d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:16:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("26dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b6", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:16:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("26dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b6", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("26dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b6", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:17:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("8bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:17:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("8bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("8bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:18:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f046997", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:18:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f046997", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f046997", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:19:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:19:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:21:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.7")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:21:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.7")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.7")!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:32:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:32:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
    static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:33:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let a = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5374", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:33:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
    static let a = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5374", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let a = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5374", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:34:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let b = BInt("662c61c430d84ea4fe66a7733d0b76b7bf93ebc4af2f49256ae58101fee92b04", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:34:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
    static let b = BInt("662c61c430d84ea4fe66a7733d0b76b7bf93ebc4af2f49256ae58101fee92b04", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let b = BInt("662c61c430d84ea4fe66a7733d0b76b7bf93ebc4af2f49256ae58101fee92b04", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:35:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gx = BInt("a3e8eb3cc1cfe7b7732213b23a656149afa142c47aafbc2b79a191562e1305f4", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:35:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
    static let gx = BInt("a3e8eb3cc1cfe7b7732213b23a656149afa142c47aafbc2b79a191562e1305f4", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gx = BInt("a3e8eb3cc1cfe7b7732213b23a656149afa142c47aafbc2b79a191562e1305f4", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:36:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gy = BInt("2d996c823439c56d7f7b22e14644417e69bcb6de39d027001dabe8f35b25c9be", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:36:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
    static let gy = BInt("2d996c823439c56d7f7b22e14644417e69bcb6de39d027001dabe8f35b25c9be", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gy = BInt("2d996c823439c56d7f7b22e14644417e69bcb6de39d027001dabe8f35b25c9be", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:37:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
    static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:37:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
    static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:39:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.8")!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:39:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.8")!
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.8")!
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftECC (in target 'SwiftECC' from project 'SwiftECC')
SwiftDriver\ Compilation\ Requirements SwiftECC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftECC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling EC192.swift, EC224.swift, EC256.swift, EC384.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftDriver\ Compilation Digest normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Digest' from project 'Digest')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Digest -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name digest -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bigint -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation ASN1 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SwiftECC-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC-Swift.h (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SwiftECC-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftmodule (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftdoc (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.abi.json (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftsourceinfo (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Digest.o normal (in target 'Digest' from project 'Digest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Digest
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Digest.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BigInt.o normal (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BigInt.o
SwiftDriverJobDiscovery normal arm64 Compiling OFBCipher.swift, PBE.swift, Curve.swift, Domain.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftDriverJobDiscovery normal arm64 Compiling Cipher.swift, DeterministicK.swift, ECBCipher.swift, GCMCipher.swift (in target 'SwiftECC' from project 'SwiftECC')
ExtractAppIntentsMetadata (in target 'Digest' from project 'Digest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Digest
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Digest --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier digest.Digest --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Digest.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Digest.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Digest.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Digest.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-appletvos/Digest.build/Objects-normal/arm64/Digest.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-01 01:03:21.525 appintentsmetadataprocessor[870:4717] Starting appintentsmetadataprocessor export
2025-05-01 01:03:21.574 appintentsmetadataprocessor[870:4717] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BigInt --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier bigint.BigInt --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BigInt.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BigInt.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/BigInt.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/BigInt.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-appletvos/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-01 01:03:21.525 appintentsmetadataprocessor[871:4729] Starting appintentsmetadataprocessor export
2025-05-01 01:03:21.574 appintentsmetadataprocessor[871:4729] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling BP320.swift, BP384.swift, BP512.swift, DomainP.swift (in target 'SwiftECC' from project 'SwiftECC')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Digest.o (in target 'Digest' from project 'Digest')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Digest
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Digest.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BigInt.o (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/BigInt.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ASN1.o normal (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ASN1.o
SwiftDriverJobDiscovery normal arm64 Compiling BP160.swift, BP192.swift, BP224.swift, BP256.swift (in target 'SwiftECC' from project 'SwiftECC')
ExtractAppIntentsMetadata (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ASN1 --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier asn1.ASN1 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ASN1.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ASN1.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/ASN1.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/ASN1.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-appletvos/ASN1.build/Objects-normal/arm64/ASN1.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-01 01:03:21.640 appintentsmetadataprocessor[874:4757] Starting appintentsmetadataprocessor export
2025-05-01 01:03:21.676 appintentsmetadataprocessor[874:4757] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling EC521.swift, Exception.swift, Point.swift, PrivateKey.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftDriverJobDiscovery normal arm64 Compiling PublicKey.swift, RP.swift, Signature.swift (in target 'SwiftECC' from project 'SwiftECC')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ASN1.o (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ASN1.o
SwiftDriverJobDiscovery normal arm64 Compiling BitVector.swift, Domain2.swift, EC163.swift, EC233.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftDriverJobDiscovery normal arm64 Compiling EC283.swift, EC409.swift, EC571.swift, Point2.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftDriverJobDiscovery normal arm64 Compiling AES.swift, CBCCipher.swift, CFBCipher.swift, CTRCipher.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftDriver\ Compilation SwiftECC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftECC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.o normal (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.o
ExtractAppIntentsMetadata (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftECC --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.SwiftECC --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.appintents --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/SwiftECC.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/SwiftECC.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-appletvos/SwiftECC.build/Objects-normal/arm64/SwiftECC.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-01 01:03:25.828 appintentsmetadataprocessor[877:4787] Starting appintentsmetadataprocessor export
2025-05-01 01:03:25.863 appintentsmetadataprocessor[877:4787] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.o (in target 'SwiftECC' from project 'SwiftECC')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftECC.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/ASN1"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/BigInt"
    },
    {
      "identity" : "digest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/Digest"
    }
  ],
  "manifest_display_name" : "SwiftECC",
  "name" : "SwiftECC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftECC",
      "targets" : [
        "SwiftECC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftECCTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftECCTests",
      "path" : "Tests/SwiftECCTests",
      "sources" : [
        "BlueTest.swift",
        "BrainpoolTest.swift",
        "CipherTest.swift",
        "CryptoKitTest.swift",
        "DomainTest.swift",
        "ECDHTest.swift",
        "EciesAESGCMTest.swift",
        "EciesChaChaTest.swift",
        "EciesTest.swift",
        "ExceptionTest.swift",
        "FuzzTest.swift",
        "GCMTest.swift",
        "KeysEncryptedTest.swift",
        "KeysTest.swift",
        "PEMTest.swift",
        "PointTest.swift",
        "SignatureDetTest.swift",
        "SignatureTest.swift",
        "Test29.swift",
        "Test4.swift",
        "VerifyTest.swift",
        "ZTest.swift"
      ],
      "target_dependencies" : [
        "SwiftECC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftECC",
      "module_type" : "SwiftTarget",
      "name" : "SwiftECC",
      "path" : "Sources/SwiftECC",
      "product_dependencies" : [
        "BigInt",
        "ASN1",
        "Digest"
      ],
      "product_memberships" : [
        "SwiftECC"
      ],
      "sources" : [
        "Cipher/AES.swift",
        "Cipher/CBCCipher.swift",
        "Cipher/CFBCipher.swift",
        "Cipher/CTRCipher.swift",
        "Cipher/Cipher.swift",
        "Cipher/DeterministicK.swift",
        "Cipher/ECBCipher.swift",
        "Cipher/GCMCipher.swift",
        "Cipher/OFBCipher.swift",
        "Cipher/PBE.swift",
        "Curve.swift",
        "Domain.swift",
        "Domain2/BitVector.swift",
        "Domain2/Domain2.swift",
        "Domain2/EC163.swift",
        "Domain2/EC233.swift",
        "Domain2/EC283.swift",
        "Domain2/EC409.swift",
        "Domain2/EC571.swift",
        "Domain2/Point2.swift",
        "DomainP/BP160.swift",
        "DomainP/BP192.swift",
        "DomainP/BP224.swift",
        "DomainP/BP256.swift",
        "DomainP/BP320.swift",
        "DomainP/BP384.swift",
        "DomainP/BP512.swift",
        "DomainP/DomainP.swift",
        "DomainP/EC192.swift",
        "DomainP/EC224.swift",
        "DomainP/EC256.swift",
        "DomainP/EC384.swift",
        "DomainP/EC521.swift",
        "Exception.swift",
        "Point.swift",
        "PrivateKey.swift",
        "PublicKey.swift",
        "RP.swift",
        "Signature.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.