Build Information
Successful build of SwiftECC, reference master (85c529
), with Swift 6.1 for iOS using Xcode 16.3 on 1 May 2025 08:02:40 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=iOS 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.36.3.3.2.8.1.1.13")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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("aadd9db8dbe9c48b3fd4e6ae33c9fc07cb308db3b3c9d20ed6639cca703308717d4d9b009bc66842aecda12ae6a380e62881ff2f2d82c68528aa6056583a48f3", 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/BP512.swift:32:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("aadd9db8dbe9c48b3fd4e6ae33c9fc07cb308db3b3c9d20ed6639cca703308717d4d9b009bc66842aecda12ae6a380e62881ff2f2d82c68528aa6056583a48f3", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("aadd9db8dbe9c48b3fd4e6ae33c9fc07cb308db3b3c9d20ed6639cca703308717d4d9b009bc66842aecda12ae6a380e62881ff2f2d82c68528aa6056583a48f3", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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("aadd9db8dbe9c48b3fd4e6ae33c9fc07cb308db3b3c9d20ed6639cca703308717d4d9b009bc66842aecda12ae6a380e62881ff2f2d82c68528aa6056583a48f0", 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/BP512.swift:33:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("aadd9db8dbe9c48b3fd4e6ae33c9fc07cb308db3b3c9d20ed6639cca703308717d4d9b009bc66842aecda12ae6a380e62881ff2f2d82c68528aa6056583a48f0", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("aadd9db8dbe9c48b3fd4e6ae33c9fc07cb308db3b3c9d20ed6639cca703308717d4d9b009bc66842aecda12ae6a380e62881ff2f2d82c68528aa6056583a48f0", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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("7cbbbcf9441cfab76e1890e46884eae321f70c0bcb4981527897504bec3e36a62bcdfa2304976540f6450085f2dae145c22553b465763689180ea2571867423e", 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/BP512.swift:34:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("7cbbbcf9441cfab76e1890e46884eae321f70c0bcb4981527897504bec3e36a62bcdfa2304976540f6450085f2dae145c22553b465763689180ea2571867423e", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("7cbbbcf9441cfab76e1890e46884eae321f70c0bcb4981527897504bec3e36a62bcdfa2304976540f6450085f2dae145c22553b465763689180ea2571867423e", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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("640ece5c12788717b9c1ba06cbc2a6feba85842458c56dde9db1758d39c0313d82ba51735cdb3ea499aa77a7d6943a64f7a3f25fe26f06b51baa2696fa9035da", 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/BP512.swift:35:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("640ece5c12788717b9c1ba06cbc2a6feba85842458c56dde9db1758d39c0313d82ba51735cdb3ea499aa77a7d6943a64f7a3f25fe26f06b51baa2696fa9035da", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("640ece5c12788717b9c1ba06cbc2a6feba85842458c56dde9db1758d39c0313d82ba51735cdb3ea499aa77a7d6943a64f7a3f25fe26f06b51baa2696fa9035da", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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("5b534bd595f5af0fa2c892376c84ace1bb4e3019b71634c01131159cae03cee9d9932184beef216bd71df2dadf86a627306ecff96dbb8bace198b61e00f8b332", 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/BP512.swift:36:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("5b534bd595f5af0fa2c892376c84ace1bb4e3019b71634c01131159cae03cee9d9932184beef216bd71df2dadf86a627306ecff96dbb8bace198b61e00f8b332", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("5b534bd595f5af0fa2c892376c84ace1bb4e3019b71634c01131159cae03cee9d9932184beef216bd71df2dadf86a627306ecff96dbb8bace198b61e00f8b332", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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("aadd9db8dbe9c48b3fd4e6ae33c9fc07cb308db3b3c9d20ed6639cca70330870553e5c414ca92619418661197fac10471db1d381085ddaddb58796829ca90069", 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/BP512.swift:37:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("aadd9db8dbe9c48b3fd4e6ae33c9fc07cb308db3b3c9d20ed6639cca70330870553e5c414ca92619418661197fac10471db1d381085ddaddb58796829ca90069", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("aadd9db8dbe9c48b3fd4e6ae33c9fc07cb308db3b3c9d20ed6639cca70330870553e5c414ca92619418661197fac10471db1d381085ddaddb58796829ca90069", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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.14")!
^
/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/BP512.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.14")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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.14")!
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/DomainP.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EC192.swift,\ EC224.swift,\ EC256.swift,\ EC384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.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/EC192.swift:15: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("fffffffffffffffffffffffffffffffffffffffeffffee37", 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/EC192.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/DomainP/EC192.swift:15:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("fffffffffffffffffffffffffffffffffffffffeffffee37", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("fffffffffffffffffffffffffffffffffffffffeffffee37", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:16: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("000000000000000000000000000000000000000000000000", 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/EC192.swift:16:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("000000000000000000000000000000000000000000000000", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("000000000000000000000000000000000000000000000000", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:17: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("000000000000000000000000000000000000000000000003", 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/EC192.swift:17:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("000000000000000000000000000000000000000000000003", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("000000000000000000000000000000000000000000000003", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:18: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("db4ff10ec057e9ae26b07d0280b7f4341da5d1b1eae06c7d", 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/EC192.swift:18:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("db4ff10ec057e9ae26b07d0280b7f4341da5d1b1eae06c7d", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("db4ff10ec057e9ae26b07d0280b7f4341da5d1b1eae06c7d", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:19: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("9b2f2f6d9c5628a7844163d015be86344082aa88d95e2f9d", 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/EC192.swift:19:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("9b2f2f6d9c5628a7844163d015be86344082aa88d95e2f9d", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("9b2f2f6d9c5628a7844163d015be86344082aa88d95e2f9d", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:20: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("fffffffffffffffffffffffe26f2fc170f69466a74defd8d", 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/EC192.swift:20:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("fffffffffffffffffffffffe26f2fc170f69466a74defd8d", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("fffffffffffffffffffffffe26f2fc170f69466a74defd8d", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:22: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.31")!
^
/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/EC192.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/DomainP/EC192.swift:22:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.132.0.31")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.132.0.31")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:33: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("fffffffffffffffffffffffffffffffeffffffffffffffff", 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/EC192.swift:33:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("fffffffffffffffffffffffffffffffeffffffffffffffff", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("fffffffffffffffffffffffffffffffeffffffffffffffff", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:34: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("fffffffffffffffffffffffffffffffefffffffffffffffc", 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/EC192.swift:34:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("fffffffffffffffffffffffffffffffefffffffffffffffc", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("fffffffffffffffffffffffffffffffefffffffffffffffc", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:35: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("64210519e59c80e70fa7e9ab72243049feb8deecc146b9b1", radix: 16)! /// The generator point x-coordinate
^
/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/EC192.swift:35:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("64210519e59c80e70fa7e9ab72243049feb8deecc146b9b1", radix: 16)! /// The generator point x-coordinate
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("64210519e59c80e70fa7e9ab72243049feb8deecc146b9b1", radix: 16)! /// The generator point x-coordinate
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:36: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("188da80eb03090f67cbf20eb43a18800f4ff0afd82ff1012", 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/EC192.swift:36:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("188da80eb03090f67cbf20eb43a18800f4ff0afd82ff1012", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("188da80eb03090f67cbf20eb43a18800f4ff0afd82ff1012", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:37: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("07192b95ffc8da78631011ed6b24cdd573f977a11e794811", 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/EC192.swift:37:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("07192b95ffc8da78631011ed6b24cdd573f977a11e794811", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("07192b95ffc8da78631011ed6b24cdd573f977a11e794811", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:38: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("ffffffffffffffffffffffff99def836146bc9b1b4d22831", 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/EC192.swift:38:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("ffffffffffffffffffffffff99def836146bc9b1b4d22831", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:38:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("ffffffffffffffffffffffff99def836146bc9b1b4d22831", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:40: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.2.840.10045.3.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/EC192.swift:40:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.2.840.10045.3.1.1")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC192.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.2.840.10045.3.1.1")!
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.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/EC224.swift:15: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("fffffffffffffffffffffffffffffffffffffffffffffffeffffe56d", 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/EC224.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/DomainP/EC224.swift:15:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("fffffffffffffffffffffffffffffffffffffffffffffffeffffe56d", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("fffffffffffffffffffffffffffffffffffffffffffffffeffffe56d", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:16: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("00000000000000000000000000000000000000000000000000000000", 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/EC224.swift:16:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("00000000000000000000000000000000000000000000000000000000", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("00000000000000000000000000000000000000000000000000000000", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:17: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("00000000000000000000000000000000000000000000000000000005", 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/EC224.swift:17:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("00000000000000000000000000000000000000000000000000000005", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("00000000000000000000000000000000000000000000000000000005", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:18: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("a1455b334df099df30fc28a169a467e9e47075a90f7e650eb6b7a45c", 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/EC224.swift:18:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("a1455b334df099df30fc28a169a467e9e47075a90f7e650eb6b7a45c", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("a1455b334df099df30fc28a169a467e9e47075a90f7e650eb6b7a45c", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:19: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("7e089fed7fba344282cafbd6f7e319f7c0b0bd59e2ca4bdb556d61a5", 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/EC224.swift:19:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("7e089fed7fba344282cafbd6f7e319f7c0b0bd59e2ca4bdb556d61a5", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("7e089fed7fba344282cafbd6f7e319f7c0b0bd59e2ca4bdb556d61a5", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:20: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("10000000000000000000000000001dce8d2ec6184caf0a971769fb1f7", 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/EC224.swift:20:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("10000000000000000000000000001dce8d2ec6184caf0a971769fb1f7", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("10000000000000000000000000001dce8d2ec6184caf0a971769fb1f7", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:22: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.32")!
^
/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/EC224.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/DomainP/EC224.swift:22:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.132.0.32")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.132.0.32")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:33: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("ffffffffffffffffffffffffffffffff000000000000000000000001", 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/EC224.swift:33:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("ffffffffffffffffffffffffffffffff000000000000000000000001", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("ffffffffffffffffffffffffffffffff000000000000000000000001", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:34: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("fffffffffffffffffffffffffffffffefffffffffffffffffffffffe", 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/EC224.swift:34:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("fffffffffffffffffffffffffffffffefffffffffffffffffffffffe", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("fffffffffffffffffffffffffffffffefffffffffffffffffffffffe", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:35: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("b4050a850c04b3abf54132565044b0b7d7bfd8ba270b39432355ffb4", 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/EC224.swift:35:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("b4050a850c04b3abf54132565044b0b7d7bfd8ba270b39432355ffb4", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("b4050a850c04b3abf54132565044b0b7d7bfd8ba270b39432355ffb4", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:36: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("b70e0cbd6bb4bf7f321390b94a03c1d356c21122343280d6115c1d21", 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/EC224.swift:36:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("b70e0cbd6bb4bf7f321390b94a03c1d356c21122343280d6115c1d21", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("b70e0cbd6bb4bf7f321390b94a03c1d356c21122343280d6115c1d21", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:37: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("bd376388b5f723fb4c22dfe6cd4375a05a07476444d5819985007e34", 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/EC224.swift:37:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("bd376388b5f723fb4c22dfe6cd4375a05a07476444d5819985007e34", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("bd376388b5f723fb4c22dfe6cd4375a05a07476444d5819985007e34", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:38: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("ffffffffffffffffffffffffffff16a2e0b8f03e13dd29455c5c2a3d", 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/EC224.swift:38:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("ffffffffffffffffffffffffffff16a2e0b8f03e13dd29455c5c2a3d", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:38:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("ffffffffffffffffffffffffffff16a2e0b8f03e13dd29455c5c2a3d", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:40: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.33")!
^
/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/EC224.swift:40:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.132.0.33")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC224.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.132.0.33")!
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.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/EC256.swift:15: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("fffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f", 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/EC256.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/DomainP/EC256.swift:15:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("fffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("fffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:16: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("0000000000000000000000000000000000000000000000000000000000000000", 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/EC256.swift:16:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("0000000000000000000000000000000000000000000000000000000000000000", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("0000000000000000000000000000000000000000000000000000000000000000", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:17: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("0000000000000000000000000000000000000000000000000000000000000007", 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/EC256.swift:17:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("0000000000000000000000000000000000000000000000000000000000000007", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("0000000000000000000000000000000000000000000000000000000000000007", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:18: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("79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798", 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/EC256.swift:18:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:19: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("483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8", 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/EC256.swift:19:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:20: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("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141", 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/EC256.swift:20:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:22: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.10")!
^
/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/EC256.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/DomainP/EC256.swift:22:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.132.0.10")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.132.0.10")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:33: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("ffffffff00000001000000000000000000000000ffffffffffffffffffffffff", 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/EC256.swift:33:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("ffffffff00000001000000000000000000000000ffffffffffffffffffffffff", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("ffffffff00000001000000000000000000000000ffffffffffffffffffffffff", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:34: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("ffffffff00000001000000000000000000000000fffffffffffffffffffffffc", 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/EC256.swift:34:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("ffffffff00000001000000000000000000000000fffffffffffffffffffffffc", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("ffffffff00000001000000000000000000000000fffffffffffffffffffffffc", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:35: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("5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b", 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/EC256.swift:35:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:36: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("6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296", 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/EC256.swift:36:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:37: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("4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5", 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/EC256.swift:37:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:38: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("ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551", 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/EC256.swift:38:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:38:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:40: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.2.840.10045.3.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/EC256.swift:40:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.2.840.10045.3.1.7")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC256.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.2.840.10045.3.1.7")!
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.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/EC384.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("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000ffffffff", 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/EC384.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/EC384.swift:14:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000ffffffff", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000ffffffff", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.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("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000fffffffc", 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/EC384.swift:15:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000fffffffc", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffeffffffff0000000000000000fffffffc", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.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("b3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef", 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/EC384.swift:16:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("b3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("b3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.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("aa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7", 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/EC384.swift:17:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("aa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("aa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.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("3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f", 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/EC384.swift:18:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.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("ffffffffffffffffffffffffffffffffffffffffffffffffc7634d81f4372ddf581a0db248b0a77aecec196accc52973", 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/EC384.swift:19:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("ffffffffffffffffffffffffffffffffffffffffffffffffc7634d81f4372ddf581a0db248b0a77aecec196accc52973", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("ffffffffffffffffffffffffffffffffffffffffffffffffc7634d81f4372ddf581a0db248b0a77aecec196accc52973", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.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.132.0.34")!
^
/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/EC384.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/EC384.swift:21:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.132.0.34")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/EC384.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.132.0.34")!
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Time.swift, ASN1UTCTime.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling Base64.swift (in target 'Digest' from project 'Digest')
SwiftCompile normal arm64 Compiling\ AES.swift,\ CBCCipher.swift,\ CFBCipher.swift,\ CTRCipher.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/AES.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/CBCCipher.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/CFBCipher.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/CTRCipher.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/AES.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/Cipher/CBCCipher.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/Cipher/CFBCipher.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/Cipher/CTRCipher.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling BigFrac.swift, BigInt.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ EC283.swift,\ EC409.swift,\ EC571.swift,\ Point2.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC571.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/Point2.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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/EC283.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(283, 12, 7, 5)
^
/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/EC283.swift:15:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
static let rp = RP(283, 12, 7, 5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let rp = RP(283, 12, 7, 5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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("800000000000000000000000000000000000000000000000000000000000000000010a1", 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/EC283.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/EC283.swift:16:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("800000000000000000000000000000000000000000000000000000000000000000010a1", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("800000000000000000000000000000000000000000000000000000000000000000010a1", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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/EC283.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/EC283.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/EC283.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/EC283.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/EC283.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/EC283.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("503213f78ca44883f1a3b8162f188e553cd265f23c1567a16876913b0c2ac2458492836", 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/EC283.swift:19:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("503213f78ca44883f1a3b8162f188e553cd265f23c1567a16876913b0c2ac2458492836", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("503213f78ca44883f1a3b8162f188e553cd265f23c1567a16876913b0c2ac2458492836", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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("1ccda380f1c9e318d90f95d07e5426fe87e45c0e8184698e45962364e34116177dd2259", 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/EC283.swift:20:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("1ccda380f1c9e318d90f95d07e5426fe87e45c0e8184698e45962364e34116177dd2259", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("1ccda380f1c9e318d90f95d07e5426fe87e45c0e8184698e45962364e34116177dd2259", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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("1ffffffffffffffffffffffffffffffffffe9ae2ed07577265dff7f94451e061e163c61", 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/EC283.swift:21:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("1ffffffffffffffffffffffffffffffffffe9ae2ed07577265dff7f94451e061e163c61", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("1ffffffffffffffffffffffffffffffffffe9ae2ed07577265dff7f94451e061e163c61", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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.16")!
^
/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/EC283.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/EC283.swift:23:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.132.0.16")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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.16")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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(283, 12, 7, 5)
^
/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/EC283.swift:39:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
static let rp = RP(283, 12, 7, 5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let rp = RP(283, 12, 7, 5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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("800000000000000000000000000000000000000000000000000000000000000000010a1", 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/EC283.swift:40:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("800000000000000000000000000000000000000000000000000000000000000000010a1", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("800000000000000000000000000000000000000000000000000000000000000000010a1", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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/EC283.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/EC283.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/EC283.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("27b680ac8b8596da5a4af8a19a0303fca97fd7645309fa2a581485af6263e313b79a2f5", 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/EC283.swift:42:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("27b680ac8b8596da5a4af8a19a0303fca97fd7645309fa2a581485af6263e313b79a2f5", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift:42:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("27b680ac8b8596da5a4af8a19a0303fca97fd7645309fa2a581485af6263e313b79a2f5", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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("5f939258db7dd90e1934f8c70b0dfec2eed25b8557eac9c80e2e198f8cdbecd86b12053", 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/EC283.swift:43:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("5f939258db7dd90e1934f8c70b0dfec2eed25b8557eac9c80e2e198f8cdbecd86b12053", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("5f939258db7dd90e1934f8c70b0dfec2eed25b8557eac9c80e2e198f8cdbecd86b12053", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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("3676854fe24141cb98fe6d4b20d02b4516ff702350eddb0826779c813f0df45be8112f4", 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/EC283.swift:44:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("3676854fe24141cb98fe6d4b20d02b4516ff702350eddb0826779c813f0df45be8112f4", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("3676854fe24141cb98fe6d4b20d02b4516ff702350eddb0826779c813f0df45be8112f4", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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("3ffffffffffffffffffffffffffffffffffef90399660fc938a90165b042a7cefadb307", 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/EC283.swift:45:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("3ffffffffffffffffffffffffffffffffffef90399660fc938a90165b042a7cefadb307", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("3ffffffffffffffffffffffffffffffffffef90399660fc938a90165b042a7cefadb307", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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.17")!
^
/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/EC283.swift:47:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.132.0.17")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC283.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.17")!
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.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/EC409.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(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:15: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:15: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: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("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: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/EC409.swift:16: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:16: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: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/EC409.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/EC409.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/EC409.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/EC409.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/EC409.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/EC409.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("60f05f658f49c1ad3ab1890f7184210efd0987e307c84c27accfb8f9f67cc2c460189eb5aaaa62ee222eb1b35540cfe9023746", 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:19:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("60f05f658f49c1ad3ab1890f7184210efd0987e307c84c27accfb8f9f67cc2c460189eb5aaaa62ee222eb1b35540cfe9023746", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("60f05f658f49c1ad3ab1890f7184210efd0987e307c84c27accfb8f9f67cc2c460189eb5aaaa62ee222eb1b35540cfe9023746", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.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("1e369050b7c4e42acba1dacbf04299c3460782f918ea427e6325165e9ea10e3da5f6c42e9c55215aa9ca27a5863ec48d8e0286b", 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:20:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("1e369050b7c4e42acba1dacbf04299c3460782f918ea427e6325165e9ea10e3da5f6c42e9c55215aa9ca27a5863ec48d8e0286b", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("1e369050b7c4e42acba1dacbf04299c3460782f918ea427e6325165e9ea10e3da5f6c42e9c55215aa9ca27a5863ec48d8e0286b", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.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("7ffffffffffffffffffffffffffffffffffffffffffffffffffe5f83b2d4ea20400ec4557d5ed3e3e7ca5b4b5c83b8e01e5fcf", 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:21:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("7ffffffffffffffffffffffffffffffffffffffffffffffffffe5f83b2d4ea20400ec4557d5ed3e3e7ca5b4b5c83b8e01e5fcf", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("7ffffffffffffffffffffffffffffffffffffffffffffffffffe5f83b2d4ea20400ec4557d5ed3e3e7ca5b4b5c83b8e01e5fcf", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC409.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.36")!
^
/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: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/EC409.swift:23:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
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 ASN1.swift, ASN1BMPString.swift, ASN1BitString.swift (in target 'ASN1' from project 'ASN1')
SwiftCompile normal arm64 Compiling\ OFBCipher.swift,\ PBE.swift,\ Curve.swift,\ Domain.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/OFBCipher.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/PBE.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/OFBCipher.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/Cipher/PBE.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/Curve.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/Domain.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain.swift:52:23: warning: static property 'OID_P' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let OID_P = ASN1ObjectIdentifier("1.2.840.10045.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/Domain.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/Domain.swift:52:23: note: add '@MainActor' to make static property 'OID_P' part of global actor 'MainActor'
public static let OID_P = ASN1ObjectIdentifier("1.2.840.10045.1.1")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let OID_P = ASN1ObjectIdentifier("1.2.840.10045.1.1")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain.swift:54:23: warning: static property 'OID_2' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let OID_2 = ASN1ObjectIdentifier("1.2.840.10045.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/Domain.swift:54:23: note: add '@MainActor' to make static property 'OID_2' part of global actor 'MainActor'
public static let OID_2 = ASN1ObjectIdentifier("1.2.840.10045.1.2")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let OID_2 = ASN1ObjectIdentifier("1.2.840.10045.1.2")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain.swift:56:23: warning: static property 'OID_EC' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let OID_EC = ASN1ObjectIdentifier("1.2.840.10045.2.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/Domain.swift:56:23: note: add '@MainActor' to make static property 'OID_EC' part of global actor 'MainActor'
public static let OID_EC = ASN1ObjectIdentifier("1.2.840.10045.2.1")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let OID_EC = ASN1ObjectIdentifier("1.2.840.10045.2.1")!
^
nonisolated(unsafe)
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Digest.build/Objects-normal/arm64/Digest_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/Digest.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/Digest.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/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-iphoneos/Digest.build/Objects-normal/arm64/Digest-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling BP160.swift, BP192.swift, BP224.swift, BP256.swift (in target 'SwiftECC' from project 'SwiftECC')
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/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-iphoneos/BigInt.build/Objects-normal/arm64/BigInt-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-iphoneos/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-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/Digest.build/Objects-normal/arm64/Digest.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Digest.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BigInt.o
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/SwiftECC.build/Objects-normal/arm64/SwiftECC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/SwiftECC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/SwiftECC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/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-iphoneos/SwiftECC.build/Objects-normal/arm64/SwiftECC-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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/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-iphoneos/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-iphoneos/SwiftECC-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/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-iphoneos/SwiftECC.build/Objects-normal/arm64/SwiftECC-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwiftECC-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftECC.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/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-iphoneos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftECC.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftECC.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/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-iphoneos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftECC.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftECC.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/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-iphoneos/SwiftECC.build/Objects-normal/arm64/SwiftECC.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftECC.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftECC.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/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-iphoneos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftECC.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier digest.Digest --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Digest.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Digest.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/Digest.build/Objects-normal/arm64/Digest_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/Digest.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/Digest.build/Objects-normal/arm64/Digest.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/Digest.build/Digest.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/Digest.build/Digest.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-iphoneos/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:02:34.954 appintentsmetadataprocessor[867:4635] Starting appintentsmetadataprocessor export
2025-05-01 01:02:34.998 appintentsmetadataprocessor[867:4635] 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier bigint.BigInt --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BigInt.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BigInt.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/BigInt.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/BigInt.build/BigInt.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/BigInt.build/BigInt.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-iphoneos/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:02:34.954 appintentsmetadataprocessor[868:4646] Starting appintentsmetadataprocessor export
2025-05-01 01:02:34.998 appintentsmetadataprocessor[868:4646] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Digest.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/BigInt.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ASN1.o
SwiftDriverJobDiscovery normal arm64 Compiling Cipher.swift, DeterministicK.swift, ECBCipher.swift, GCMCipher.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftDriverJobDiscovery normal arm64 Compiling BP320.swift, BP384.swift, BP512.swift, DomainP.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier asn1.ASN1 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ASN1.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ASN1.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/ASN1.build/Objects-normal/arm64/ASN1_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/ASN1.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/ASN1.build/ASN1.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/ASN1.build/ASN1.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-iphoneos/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:02:35.058 appintentsmetadataprocessor[871:4673] Starting appintentsmetadataprocessor export
2025-05-01 01:02:35.092 appintentsmetadataprocessor[871:4673] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/ASN1.o
SwiftDriverJobDiscovery normal arm64 Compiling OFBCipher.swift, PBE.swift, Curve.swift, Domain.swift (in target 'SwiftECC' from project 'SwiftECC')
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')
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/SwiftECC.build/Objects-normal/arm64/SwiftECC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/SwiftECC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/SwiftECC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.SwiftECC --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftECC.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftECC.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/SwiftECC.build/Objects-normal/arm64/SwiftECC_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/SwiftECC.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/SwiftECC.build/Objects-normal/arm64/SwiftECC.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/SwiftECC.build/SwiftECC.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/SwiftECC.build/SwiftECC.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-iphoneos/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:02:39.170 appintentsmetadataprocessor[874:4715] Starting appintentsmetadataprocessor export
2025-05-01 01:02:39.202 appintentsmetadataprocessor[874:4715] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.