Build Information
Successful build of SwiftECC, reference master (85c529
), with Swift 6.1 for visionOS using Xcode 16.3 on 1 May 2025 08:02:59 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=xrOS 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.11")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.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("8cb91e82a3386d280f5d6f7e50e641df152f7109ed5456b412b1da197fb71123acd3a729901d1a71874700133107ec53", 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/BP384.swift:32:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("8cb91e82a3386d280f5d6f7e50e641df152f7109ed5456b412b1da197fb71123acd3a729901d1a71874700133107ec53", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("8cb91e82a3386d280f5d6f7e50e641df152f7109ed5456b412b1da197fb71123acd3a729901d1a71874700133107ec53", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.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("8cb91e82a3386d280f5d6f7e50e641df152f7109ed5456b412b1da197fb71123acd3a729901d1a71874700133107ec50", 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/BP384.swift:33:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("8cb91e82a3386d280f5d6f7e50e641df152f7109ed5456b412b1da197fb71123acd3a729901d1a71874700133107ec50", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("8cb91e82a3386d280f5d6f7e50e641df152f7109ed5456b412b1da197fb71123acd3a729901d1a71874700133107ec50", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.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("7f519eada7bda81bd826dba647910f8c4b9346ed8ccdc64e4b1abd11756dce1d2074aa263b88805ced70355a33b471ee", 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/BP384.swift:34:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("7f519eada7bda81bd826dba647910f8c4b9346ed8ccdc64e4b1abd11756dce1d2074aa263b88805ced70355a33b471ee", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("7f519eada7bda81bd826dba647910f8c4b9346ed8ccdc64e4b1abd11756dce1d2074aa263b88805ced70355a33b471ee", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.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("18de98b02db9a306f2afcd7235f72a819b80ab12ebd653172476fecd462aabffc4ff191b946a5f54d8d0aa2f418808cc", 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/BP384.swift:35:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("18de98b02db9a306f2afcd7235f72a819b80ab12ebd653172476fecd462aabffc4ff191b946a5f54d8d0aa2f418808cc", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("18de98b02db9a306f2afcd7235f72a819b80ab12ebd653172476fecd462aabffc4ff191b946a5f54d8d0aa2f418808cc", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.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("25ab056962d30651a114afd2755ad336747f93475b7a1fca3b88f2b6a208ccfe469408584dc2b2912675bf5b9e582928", 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/BP384.swift:36:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("25ab056962d30651a114afd2755ad336747f93475b7a1fca3b88f2b6a208ccfe469408584dc2b2912675bf5b9e582928", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("25ab056962d30651a114afd2755ad336747f93475b7a1fca3b88f2b6a208ccfe469408584dc2b2912675bf5b9e582928", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.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("8cb91e82a3386d280f5d6f7e50e641df152f7109ed5456b31f166e6cac0425a7cf3ab6af6b7fc3103b883202e9046565", 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/BP384.swift:37:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("8cb91e82a3386d280f5d6f7e50e641df152f7109ed5456b31f166e6cac0425a7cf3ab6af6b7fc3103b883202e9046565", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("8cb91e82a3386d280f5d6f7e50e641df152f7109ed5456b31f166e6cac0425a7cf3ab6af6b7fc3103b883202e9046565", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.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.12")!
^
/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/BP384.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.12")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP384.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.12")!
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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/BP512.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("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: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/BP512.swift:14: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:14: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: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("7830a3318b603b89e2327145ac234cc594cbdd8d3df91610a83441caea9863bc2ded5d5aa8253aa10a2ef1c98b9ac8b57f1117a72bf2c7b9e7c1ac4d77fc94ca", 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:15:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("7830a3318b603b89e2327145ac234cc594cbdd8d3df91610a83441caea9863bc2ded5d5aa8253aa10a2ef1c98b9ac8b57f1117a72bf2c7b9e7c1ac4d77fc94ca", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("7830a3318b603b89e2327145ac234cc594cbdd8d3df91610a83441caea9863bc2ded5d5aa8253aa10a2ef1c98b9ac8b57f1117a72bf2c7b9e7c1ac4d77fc94ca", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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("3df91610a83441caea9863bc2ded5d5aa8253aa10a2ef1c98b9ac8b57f1117a72bf2c7b9e7c1ac4d77fc94cadc083e67984050b75ebae5dd2809bd638016f723", 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:16:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("3df91610a83441caea9863bc2ded5d5aa8253aa10a2ef1c98b9ac8b57f1117a72bf2c7b9e7c1ac4d77fc94cadc083e67984050b75ebae5dd2809bd638016f723", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("3df91610a83441caea9863bc2ded5d5aa8253aa10a2ef1c98b9ac8b57f1117a72bf2c7b9e7c1ac4d77fc94cadc083e67984050b75ebae5dd2809bd638016f723", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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("81aee4bdd82ed9645a21322e9c4c6a9385ed9f70b5d916c1b43b62eef4d0098eff3b1f78e2d0d48d50d1687b93b97d5f7c6d5047406a5e688b352209bcb9f822", 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:17:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("81aee4bdd82ed9645a21322e9c4c6a9385ed9f70b5d916c1b43b62eef4d0098eff3b1f78e2d0d48d50d1687b93b97d5f7c6d5047406a5e688b352209bcb9f822", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("81aee4bdd82ed9645a21322e9c4c6a9385ed9f70b5d916c1b43b62eef4d0098eff3b1f78e2d0d48d50d1687b93b97d5f7c6d5047406a5e688b352209bcb9f822", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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("7dde385d566332ecc0eabfa9cf7822fdf209f70024a57b1aa000c55b881f8111b2dcde494a5f485e5bca4bd88a2763aed1ca2b2fa8f0540678cd1e0f3ad80892", 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:18:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("7dde385d566332ecc0eabfa9cf7822fdf209f70024a57b1aa000c55b881f8111b2dcde494a5f485e5bca4bd88a2763aed1ca2b2fa8f0540678cd1e0f3ad80892", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("7dde385d566332ecc0eabfa9cf7822fdf209f70024a57b1aa000c55b881f8111b2dcde494a5f485e5bca4bd88a2763aed1ca2b2fa8f0540678cd1e0f3ad80892", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.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("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:19: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:19: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:21:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.13")!
^
/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: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/BP512.swift:21:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.13")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP512.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.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
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Exception.swift, ASN1GeneralizedTime.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1UTF8String.swift, InputStream.swift (in target 'ASN1' from project 'ASN1')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftECC-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/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-xros/SwiftECC.build/Objects-normal/arm64/SwiftECC-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftECC-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Base64.swift (in target 'Digest' from project 'Digest')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftECC.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/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-xros/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftECC.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftECC.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/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-xros/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftECC.swiftmodule/arm64-apple-xros.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Time.swift, ASN1UTCTime.swift (in target 'ASN1' from project 'ASN1')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftECC.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/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-xros/SwiftECC.build/Objects-normal/arm64/SwiftECC.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftECC.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftECC.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/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-xros/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftECC.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Cipher.swift,\ DeterministicK.swift,\ ECBCipher.swift,\ GCMCipher.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/Cipher.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/DeterministicK.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/ECBCipher.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/GCMCipher.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/Cipher.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/Cipher.swift:44:16: warning: static property 'MD' is not concurrency-safe because non-'Sendable' type 'MessageDigest.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
static let MD = MessageDigest.Kind.SHA2_256
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Digest/Sources/Digest/MD.swift:29:17: note: enum 'Kind' does not conform to the 'Sendable' protocol
public enum Kind: CaseIterable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/Cipher.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Digest'
import Digest
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/Cipher.swift:44:16: note: add '@MainActor' to make static property 'MD' part of global actor 'MainActor'
static let MD = MessageDigest.Kind.SHA2_256
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/Cipher.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MD = MessageDigest.Kind.SHA2_256
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Cipher/DeterministicK.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/ECBCipher.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/GCMCipher.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BitVector.swift,\ Domain2.swift,\ EC163.swift,\ EC233.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/BitVector.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/Domain2.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/BitVector.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/Domain2.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:15:16: warning: static property 'rp' is not concurrency-safe because non-'Sendable' type 'RP' may have shared mutable state; this is an error in the Swift 6 language mode
static let rp = RP(163, 7, 6, 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/RP.swift:10:15: note: consider making struct 'RP' conform to the 'Sendable' protocol
public struct RP: CustomStringConvertible, Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:15:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
static let rp = RP(163, 7, 6, 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let rp = RP(163, 7, 6, 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:16:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:16:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:17:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt.ONE
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:17:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt.ONE
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt.ONE
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:18:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt.ONE
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:18:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt.ONE
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt.ONE
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:19:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("2fe13c0537bbc11acaa07d793de4e6d5e5c94eee8", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:19:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("2fe13c0537bbc11acaa07d793de4e6d5e5c94eee8", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("2fe13c0537bbc11acaa07d793de4e6d5e5c94eee8", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:20:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("289070fb05d38ff58321f2e800536d538ccdaa3d9", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:20:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("289070fb05d38ff58321f2e800536d538ccdaa3d9", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("289070fb05d38ff58321f2e800536d538ccdaa3d9", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:21:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("4000000000000000000020108a2e0cc0d99f8a5ef", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:21:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("4000000000000000000020108a2e0cc0d99f8a5ef", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("4000000000000000000020108a2e0cc0d99f8a5ef", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:23:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.132.0.1")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:23:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.132.0.1")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.132.0.1")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:39:16: warning: static property 'rp' is not concurrency-safe because non-'Sendable' type 'RP' may have shared mutable state; this is an error in the Swift 6 language mode
static let rp = RP(163, 7, 6, 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/RP.swift:10:15: note: consider making struct 'RP' conform to the 'Sendable' protocol
public struct RP: CustomStringConvertible, Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:39:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
static let rp = RP(163, 7, 6, 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let rp = RP(163, 7, 6, 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:40:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:40:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("800000000000000000000000000000000000000c9", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:41:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt.ONE
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:41:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt.ONE
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt.ONE
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:42:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt("20a601907b8c953ca1481eb10512f78744a3205fd", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:42:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("20a601907b8c953ca1481eb10512f78744a3205fd", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:42:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("20a601907b8c953ca1481eb10512f78744a3205fd", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:43:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("3f0eba16286a2d57ea0991168d4994637e8343e36", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:43:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("3f0eba16286a2d57ea0991168d4994637e8343e36", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("3f0eba16286a2d57ea0991168d4994637e8343e36", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:44:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("0d51fbc6c71a0094fa2cdd545b11c5c0c797324f1", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:44:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("0d51fbc6c71a0094fa2cdd545b11c5c0c797324f1", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("0d51fbc6c71a0094fa2cdd545b11c5c0c797324f1", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:45:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("40000000000000000000292fe77e70c12a4234c33", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:45:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("40000000000000000000292fe77e70c12a4234c33", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("40000000000000000000292fe77e70c12a4234c33", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:47:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.132.0.15")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:47:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.132.0.15")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC163.swift:47:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.132.0.15")!
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:15:16: warning: static property 'rp' is not concurrency-safe because non-'Sendable' type 'RP' may have shared mutable state; this is an error in the Swift 6 language mode
static let rp = RP(233, 74)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/RP.swift:10:15: note: consider making struct 'RP' conform to the 'Sendable' protocol
public struct RP: CustomStringConvertible, Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:15:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
static let rp = RP(233, 74)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let rp = RP(233, 74)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:16:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:16:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:17:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt.ZERO
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:17:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt.ZERO
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt.ZERO
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:18:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt.ONE
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:18:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt.ONE
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt.ONE
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:19:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("17232ba853a7e731af129f22ff4149563a419c26bf50a4c9d6eefad6126", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:19:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("17232ba853a7e731af129f22ff4149563a419c26bf50a4c9d6eefad6126", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("17232ba853a7e731af129f22ff4149563a419c26bf50a4c9d6eefad6126", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:20:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("1db537dece819b7f70f555a67c427a8cd9bf18aeb9b56e0c11056fae6a3", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:20:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("1db537dece819b7f70f555a67c427a8cd9bf18aeb9b56e0c11056fae6a3", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("1db537dece819b7f70f555a67c427a8cd9bf18aeb9b56e0c11056fae6a3", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:21:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("8000000000000000000000000000069d5bb915bcd46efb1ad5f173abdf", radix: 16)! /// The cofactor
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:21:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("8000000000000000000000000000069d5bb915bcd46efb1ad5f173abdf", radix: 16)! /// The cofactor
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("8000000000000000000000000000069d5bb915bcd46efb1ad5f173abdf", radix: 16)! /// The cofactor
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:23:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.132.0.26")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:23:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.132.0.26")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.132.0.26")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:39:16: warning: static property 'rp' is not concurrency-safe because non-'Sendable' type 'RP' may have shared mutable state; this is an error in the Swift 6 language mode
static let rp = RP(233, 74)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/RP.swift:10:15: note: consider making struct 'RP' conform to the 'Sendable' protocol
public struct RP: CustomStringConvertible, Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:39:16: note: add '@MainActor' to make static property 'rp' part of global actor 'MainActor'
static let rp = RP(233, 74)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let rp = RP(233, 74)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:40:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:40:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("20000000000000000000000000000000000000004000000000000000001", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:41:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt.ONE
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:41:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt.ONE
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt.ONE
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:42:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt("66647ede6c332c7f8c0923bb58213b333b20e9ce4281fe115f7d8f90ad", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:42:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("66647ede6c332c7f8c0923bb58213b333b20e9ce4281fe115f7d8f90ad", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:42:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("66647ede6c332c7f8c0923bb58213b333b20e9ce4281fe115f7d8f90ad", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:43:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("fac9dfcbac8313bb2139f1bb755fef65bc391f8b36f8f8eb7371fd558b", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:43:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("fac9dfcbac8313bb2139f1bb755fef65bc391f8b36f8f8eb7371fd558b", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("fac9dfcbac8313bb2139f1bb755fef65bc391f8b36f8f8eb7371fd558b", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:44:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("1006a08a41903350678e58528bebf8a0beff867a7ca36716f7e01f81052", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:44:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("1006a08a41903350678e58528bebf8a0beff867a7ca36716f7e01f81052", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("1006a08a41903350678e58528bebf8a0beff867a7ca36716f7e01f81052", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:45:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("1000000000000000000000000000013e974e72f8a6922031d2603cfe0d7", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:45:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("1000000000000000000000000000013e974e72f8a6922031d2603cfe0d7", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("1000000000000000000000000000013e974e72f8a6922031d2603cfe0d7", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:47:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.132.0.27")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:47:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.132.0.27")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/Domain2/EC233.swift:47:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.132.0.27")!
^
nonisolated(unsafe)
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 ASN1.swift, ASN1BMPString.swift, ASN1BitString.swift (in target 'ASN1' from project 'ASN1')
SwiftCompile normal arm64 Compiling\ BP160.swift,\ BP192.swift,\ BP224.swift,\ BP256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:14:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:14:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:15:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt("340e7be2a280eb74e2be61bada745d97e8f7c300", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:15:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("340e7be2a280eb74e2be61bada745d97e8f7c300", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("340e7be2a280eb74e2be61bada745d97e8f7c300", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:16:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt("1e589a8595423412134faa2dbdec95c8d8675e58", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:16:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("1e589a8595423412134faa2dbdec95c8d8675e58", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("1e589a8595423412134faa2dbdec95c8d8675e58", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:17:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("bed5af16ea3f6a4f62938c4631eb5af7bdbcdbc3", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:17:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("bed5af16ea3f6a4f62938c4631eb5af7bdbcdbc3", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("bed5af16ea3f6a4f62938c4631eb5af7bdbcdbc3", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:18:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("1667cb477a1a8ec338f94741669c976316da6321", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:18:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("1667cb477a1a8ec338f94741669c976316da6321", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("1667cb477a1a8ec338f94741669c976316da6321", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:19:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:19:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:21:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.1")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:21:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.1")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.1")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:32:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:32:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620f", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:33:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620c", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:33:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620c", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("e95e4a5f737059dc60dfc7ad95b3d8139515620c", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:34:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt("7a556b6dae535b7b51ed2c4d7daa7a0b5c55f380", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:34:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("7a556b6dae535b7b51ed2c4d7daa7a0b5c55f380", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("7a556b6dae535b7b51ed2c4d7daa7a0b5c55f380", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:35:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("b199b13b9b34efc1397e64baeb05acc265ff2378", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:35:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("b199b13b9b34efc1397e64baeb05acc265ff2378", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("b199b13b9b34efc1397e64baeb05acc265ff2378", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:36:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("add6718b7c7c1961f0991b842443772152c9e0ad", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:36:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("add6718b7c7c1961f0991b842443772152c9e0ad", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("add6718b7c7c1961f0991b842443772152c9e0ad", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:37:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:37:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("e95e4a5f737059dc60df5991d45029409e60fc09", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:39:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.2")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:39:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.2")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP160.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.2")!
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:14:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:14:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:15:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt("6a91174076b1e0e19c39c031fe8685c1cae040e5c69a28ef", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:15:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("6a91174076b1e0e19c39c031fe8685c1cae040e5c69a28ef", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("6a91174076b1e0e19c39c031fe8685c1cae040e5c69a28ef", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:16:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt("469a28ef7c28cca3dc721d044f4496bcca7ef4146fbf25c9", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:16:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("469a28ef7c28cca3dc721d044f4496bcca7ef4146fbf25c9", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("469a28ef7c28cca3dc721d044f4496bcca7ef4146fbf25c9", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:17:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("c0a0647eaab6a48753b033c56cb0f0900a2f5c4853375fd6", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:17:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("c0a0647eaab6a48753b033c56cb0f0900a2f5c4853375fd6", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("c0a0647eaab6a48753b033c56cb0f0900a2f5c4853375fd6", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:18:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("14b690866abd5bb88b5f4828c1490002e6773fa2fa299b8f", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:18:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("14b690866abd5bb88b5f4828c1490002e6773fa2fa299b8f", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("14b690866abd5bb88b5f4828c1490002e6773fa2fa299b8f", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:19:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:19:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:21:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.3")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:21:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.3")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.3")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:32:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:32:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86297", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:33:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86294", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:33:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86294", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("c302f41d932a36cda7a3463093d18db78fce476de1a86294", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:34:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt("13d56ffaec78681e68f9deb43b35bec2fb68542e27897b79", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:34:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("13d56ffaec78681e68f9deb43b35bec2fb68542e27897b79", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("13d56ffaec78681e68f9deb43b35bec2fb68542e27897b79", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:35:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("3ae9e58c82f63c30282e1fe7bbf43fa72c446af6f4618129", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:35:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("3ae9e58c82f63c30282e1fe7bbf43fa72c446af6f4618129", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("3ae9e58c82f63c30282e1fe7bbf43fa72c446af6f4618129", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:36:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("097e2c5667c2223a902ab5ca449d0084b7e5b3de7ccc01c9", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:36:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("097e2c5667c2223a902ab5ca449d0084b7e5b3de7ccc01c9", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("097e2c5667c2223a902ab5ca449d0084b7e5b3de7ccc01c9", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:37:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:37:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("c302f41d932a36cda7a3462f9e9e916b5be8f1029ac4acc1", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:39:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.4")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:39:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.4")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP192.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.4")!
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:14:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:14:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:15:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt("68a5e62ca9ce6c1c299803a6c1530b514e182ad8b0042a59cad29f43", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:15:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("68a5e62ca9ce6c1c299803a6c1530b514e182ad8b0042a59cad29f43", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("68a5e62ca9ce6c1c299803a6c1530b514e182ad8b0042a59cad29f43", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:16:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt("2580f63ccfe44138870713b1a92369e33e2135d266dbb372386c400b", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:16:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("2580f63ccfe44138870713b1a92369e33e2135d266dbb372386c400b", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("2580f63ccfe44138870713b1a92369e33e2135d266dbb372386c400b", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:17:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("0d9029ad2c7e5cf4340823b2a87dc68c9e4ce3174c1e6efdee12c07d", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:17:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("0d9029ad2c7e5cf4340823b2a87dc68c9e4ce3174c1e6efdee12c07d", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("0d9029ad2c7e5cf4340823b2a87dc68c9e4ce3174c1e6efdee12c07d", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:18:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("58aa56f772c0726f24c6b89e4ecdac24354b9e99caa3f6d3761402cd", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:18:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("58aa56f772c0726f24c6b89e4ecdac24354b9e99caa3f6d3761402cd", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("58aa56f772c0726f24c6b89e4ecdac24354b9e99caa3f6d3761402cd", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:19:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:19:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:21:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.5")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:21:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.5")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.5")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:32:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:32:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0ff", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:33:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0fc", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:33:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0fc", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("d7c134aa264366862a18302575d1d787b09f075797da89f57ec8c0fc", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:34:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt("4b337d934104cd7bef271bf60ced1ed20da14c08b3bb64f18a60888d", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:34:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("4b337d934104cd7bef271bf60ced1ed20da14c08b3bb64f18a60888d", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("4b337d934104cd7bef271bf60ced1ed20da14c08b3bb64f18a60888d", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:35:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("6ab1e344ce25ff3896424e7ffe14762ecb49f8928ac0c76029b4d580", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:35:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("6ab1e344ce25ff3896424e7ffe14762ecb49f8928ac0c76029b4d580", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("6ab1e344ce25ff3896424e7ffe14762ecb49f8928ac0c76029b4d580", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:36:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("0374e9f5143e568cd23f3f4d7c0d4b1e41c8cc0d1c6abd5f1a46db4c", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:36:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("0374e9f5143e568cd23f3f4d7c0d4b1e41c8cc0d1c6abd5f1a46db4c", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("0374e9f5143e568cd23f3f4d7c0d4b1e41c8cc0d1c6abd5f1a46db4c", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:37:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:37:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("d7c134aa264366862a18302575d0fb98d116bc4b6ddebca3a5a7939f", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:39:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.6")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:39:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.6")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP224.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.6")!
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift (in target 'SwiftECC' from project 'SwiftECC')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:14:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BigInt'
import BigInt
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:14:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:15:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt("7d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:15:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("7d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("7d5a0975fc2c3057eef67530417affe7fb8055c126dc5c6ce94a4b44f330b5d9", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:16:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt("26dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b6", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:16:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("26dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b6", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("26dc5c6ce94a4b44f330b5d9bbd77cbf958416295cf7e1ce6bccdc18ff8c07b6", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:17:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("8bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:17:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("8bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("8bd2aeb9cb7e57cb2c4b482ffc81b7afb9de27e1e3bd23c23a4453bd9ace3262", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:18:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f046997", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:18:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f046997", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("547ef835c3dac4fd97f8461a14611dc9c27745132ded8e545c1d54c72f046997", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:19:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:19:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:21:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.7")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1'
import ASN1
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:21:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.7")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:21:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.7")!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:32:16: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:32:16: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let p = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5377", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:33:16: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let a = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5374", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:33:16: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
static let a = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5374", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let a = BInt("a9fb57dba1eea9bc3e660a909d838d726e3bf623d52620282013481d1f6e5374", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:34:16: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let b = BInt("662c61c430d84ea4fe66a7733d0b76b7bf93ebc4af2f49256ae58101fee92b04", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:34:16: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
static let b = BInt("662c61c430d84ea4fe66a7733d0b76b7bf93ebc4af2f49256ae58101fee92b04", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let b = BInt("662c61c430d84ea4fe66a7733d0b76b7bf93ebc4af2f49256ae58101fee92b04", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:35:16: warning: static property 'gx' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gx = BInt("a3e8eb3cc1cfe7b7732213b23a656149afa142c47aafbc2b79a191562e1305f4", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:35:16: note: add '@MainActor' to make static property 'gx' part of global actor 'MainActor'
static let gx = BInt("a3e8eb3cc1cfe7b7732213b23a656149afa142c47aafbc2b79a191562e1305f4", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gx = BInt("a3e8eb3cc1cfe7b7732213b23a656149afa142c47aafbc2b79a191562e1305f4", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:36:16: warning: static property 'gy' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let gy = BInt("2d996c823439c56d7f7b22e14644417e69bcb6de39d027001dabe8f35b25c9be", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:36:16: note: add '@MainActor' to make static property 'gy' part of global actor 'MainActor'
static let gy = BInt("2d996c823439c56d7f7b22e14644417e69bcb6de39d027001dabe8f35b25c9be", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:36:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gy = BInt("2d996c823439c56d7f7b22e14644417e69bcb6de39d027001dabe8f35b25c9be", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:37:16: warning: static property 'order' is not concurrency-safe because non-'Sendable' type 'BInt' may have shared mutable state; this is an error in the Swift 6 language mode
static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift:31:15: note: struct 'BInt' does not conform to the 'Sendable' protocol
public struct BInt: CustomStringConvertible, Comparable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:37:16: note: add '@MainActor' to make static property 'order' part of global actor 'MainActor'
static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let order = BInt("a9fb57dba1eea9bc3e660a909d838d718c397aa3b561a6f7901e0e82974856a7", radix: 16)!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:39:16: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.8")!
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1/Sources/ASN1/ASN1ObjectIdentifier.swift:12:14: note: class 'ASN1ObjectIdentifier' does not conform to the 'Sendable' protocol
public class ASN1ObjectIdentifier: ASN1SimpleType, CustomStringConvertible, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:39:16: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.8")!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftECC/DomainP/BP256.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oid = ASN1ObjectIdentifier("1.3.36.3.3.2.8.1.1.8")!
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/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-xros/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-xros/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-xros/Digest.build/Objects-normal/arm64/Digest_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/Digest.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/Digest.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/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-xros/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 EC521.swift, Exception.swift, Point.swift, PrivateKey.swift (in target 'SwiftECC' from project 'SwiftECC')
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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/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-xros/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-xros/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-xros/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/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-xros/ASN1.build/Objects-normal/arm64/ASN1-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-xros/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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/Digest.build/Objects-normal/arm64/Digest.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Digest.o
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/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier digest.Digest --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Digest.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Digest.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/Digest.build/Objects-normal/arm64/Digest_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/Digest.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/Digest.build/Objects-normal/arm64/Digest.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/Digest.build/Digest.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/Digest.build/Digest.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Digest.build/Debug-xros/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:53.947 appintentsmetadataprocessor[899:4687] Starting appintentsmetadataprocessor export
2025-05-01 01:02:53.990 appintentsmetadataprocessor[899:4687] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling PublicKey.swift, RP.swift, Signature.swift (in target 'SwiftECC' from project 'SwiftECC')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/Digest.o
SwiftDriverJobDiscovery normal arm64 Compiling Cipher.swift, DeterministicK.swift, ECBCipher.swift, GCMCipher.swift (in target 'SwiftECC' from project 'SwiftECC')
SwiftDriverJobDiscovery normal arm64 Compiling OFBCipher.swift, PBE.swift, Curve.swift, Domain.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')
SwiftDriverJobDiscovery normal arm64 Compiling BigFrac.swift, BigInt.swift (in target 'BigInt' from project 'BigInt')
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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/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-xros/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-xros/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-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/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-xros/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-xros/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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o
SwiftDriverJobDiscovery normal arm64 Compiling BP160.swift, BP192.swift, BP224.swift, BP256.swift (in target 'SwiftECC' from project 'SwiftECC')
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/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier bigint.BigInt --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/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:54.121 appintentsmetadataprocessor[902:4717] Starting appintentsmetadataprocessor export
2025-05-01 01:02:54.157 appintentsmetadataprocessor[902:4717] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/BigInt.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.o
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/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier asn1.ASN1 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/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:54.205 appintentsmetadataprocessor[905:4732] Starting appintentsmetadataprocessor export
2025-05-01 01:02:54.239 appintentsmetadataprocessor[905:4732] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/ASN1.o
SwiftDriverJobDiscovery normal arm64 Compiling EC283.swift, EC409.swift, EC571.swift, Point2.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 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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/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-xros/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-xros/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-xros/SwiftECC.build/Objects-normal/arm64/SwiftECC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/SwiftECC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/SwiftECC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/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-xros/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-xros/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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/SwiftECC.build/Objects-normal/arm64/SwiftECC.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.SwiftECC --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftECC.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftECC.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/SwiftECC.build/Objects-normal/arm64/SwiftECC_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/SwiftECC.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/SwiftECC.build/Objects-normal/arm64/SwiftECC.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/SwiftECC.build/SwiftECC.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/SwiftECC.build/SwiftECC.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftECC.build/Debug-xros/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:58.467 appintentsmetadataprocessor[908:4762] Starting appintentsmetadataprocessor export
2025-05-01 01:02:58.501 appintentsmetadataprocessor[908:4762] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/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.