Build Information
Successful build of CryptoSwift, reference main (884e18), with Swift 6.1 for Wasm on 25 Apr 2026 07:34:49 UTC.
Swift 6 data race errors: 10
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[38/120] Compiling CryptoSwift AES.Cryptors.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[39/120] Compiling CryptoSwift AES.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[40/120] Compiling CryptoSwift ASN1.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[41/120] Compiling CryptoSwift ASN1Decoder.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[42/120] Compiling CryptoSwift ASN1Encoder.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[43/120] Compiling CryptoSwift ASN1Scanner.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[44/120] Compiling CryptoSwift Array+Extension.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[45/120] Compiling CryptoSwift Authenticator.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[46/120] Compiling CryptoSwift BatchedCollection.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[47/120] Compiling CryptoSwift Bit.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[48/120] Compiling CryptoSwift BlockCipher.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[49/120] Compiling CryptoSwift BlockDecryptor.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift:22:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 | public final class AEADChaCha20Poly1305: AEAD {
21 | public static let kLen = 32 // key length
22 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 | /// Authenticated encryption
/host/spi-builder-workspace/Sources/CryptoSwift/AEAD/AEADXChaCha20Poly1305.swift:28:21: warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | /// The valid range of initialization vector lengths for the XChaCha20 cipher (12 bytes).
28 | public static var ivRange = Range<Int>(12...12)
| |- warning: static property 'ivRange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ivRange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ivRange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | /// Encrypts the given plaintext using the XChaCha20 cipher and generates an authentication
[50/120] Compiling CryptoSwift Signature.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[51/120] Compiling CryptoSwift StreamDecryptor.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[52/120] Compiling CryptoSwift StreamEncryptor.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[53/120] Compiling CryptoSwift String+Extension.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[54/120] Compiling CryptoSwift UInt128.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[55/120] Compiling CryptoSwift UInt16+Extension.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[56/120] Compiling CryptoSwift UInt32+Extension.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[57/120] Compiling CryptoSwift UInt64+Extension.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[58/120] Compiling CryptoSwift UInt8+Extension.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[59/120] Compiling CryptoSwift Updatable.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[60/120] Compiling CryptoSwift Utils.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[61/120] Compiling CryptoSwift XChaCha20.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[62/120] Compiling CryptoSwift ZeroPadding.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[63/120] Compiling CryptoSwift resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[64/120] Compiling CryptoSwift BlockEncryptor.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[65/120] Compiling CryptoSwift BlockMode.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[66/120] Compiling CryptoSwift BlockModeOptions.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[67/120] Compiling CryptoSwift CBC.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[68/120] Compiling CryptoSwift CCM.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[69/120] Compiling CryptoSwift CFB.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[70/120] Compiling CryptoSwift CTR.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[71/120] Compiling CryptoSwift CipherModeWorker.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[72/120] Compiling CryptoSwift ECB.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[73/120] Compiling CryptoSwift GCM.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[74/120] Compiling CryptoSwift OCB.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[75/120] Compiling CryptoSwift OFB.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[76/120] Compiling CryptoSwift PCBC.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[77/120] Compiling CryptoSwift Blowfish.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[78/120] Compiling CryptoSwift CBCMAC.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:24:14: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
22 |
23 | @usableFromInline
24 | static let none = BlockModeOption(rawValue: 1 << 0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:27:14: warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
25 |
26 | @usableFromInline
27 | static let initializationVectorRequired = BlockModeOption(rawValue: 1 << 1)
| |- warning: static property 'initializationVectorRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'initializationVectorRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:30:14: warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
28 |
29 | @usableFromInline
30 | static let paddingRequired = BlockModeOption(rawValue: 1 << 2)
| |- warning: static property 'paddingRequired' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'paddingRequired' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @usableFromInline
/host/spi-builder-workspace/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift:33:14: warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
14 | //
15 |
16 | public struct BlockModeOption: OptionSet {
| `- note: consider making struct 'BlockModeOption' conform to the 'Sendable' protocol
17 | public let rawValue: Int
18 |
:
31 |
32 | @usableFromInline
33 | static let useEncryptToDecrypt = BlockModeOption(rawValue: 1 << 3)
| |- warning: static property 'useEncryptToDecrypt' is not concurrency-safe because non-'Sendable' type 'BlockModeOption' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'useEncryptToDecrypt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[79/120] Compiling CryptoSwift CMAC.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[80/120] Compiling CryptoSwift Addition.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[81/120] Compiling CryptoSwift BigInt.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[82/120] Compiling CryptoSwift BigUInt.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[83/120] Compiling CryptoSwift Bitwise Ops.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[84/120] Compiling CryptoSwift CS.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[85/120] Compiling CryptoSwift Codable.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[86/120] Compiling CryptoSwift Comparable.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[87/120] Compiling CryptoSwift Data Conversion.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[88/120] Compiling CryptoSwift Division.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[89/120] Compiling CryptoSwift Exponentiation.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[90/120] Compiling CryptoSwift Floating Point Conversion.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[91/120] Compiling CryptoSwift GCD.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[92/120] Compiling CryptoSwift Hashable.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[93/120] Compiling CryptoSwift XChaCha20+Foundation.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[94/120] Compiling CryptoSwift Generics.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[95/120] Compiling CryptoSwift HKDF.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[96/120] Compiling CryptoSwift HMAC.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[97/120] Compiling CryptoSwift ISO10126Padding.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[98/120] Compiling CryptoSwift ISO78164Padding.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[99/120] Compiling CryptoSwift Int+Extension.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[100/120] Compiling CryptoSwift MD5.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[101/120] Compiling CryptoSwift NoPadding.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[102/120] Compiling CryptoSwift Operators.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[103/120] Compiling CryptoSwift DER.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[104/120] Compiling CryptoSwift PBKDF1.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[105/120] Compiling CryptoSwift PBKDF2.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[106/120] Compiling CryptoSwift PKCS1v15.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[107/120] Compiling CryptoSwift PKCS5.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[108/120] Compiling CryptoSwift PKCS7.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[109/120] Compiling CryptoSwift PKCS7Padding.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[110/120] Compiling CryptoSwift Padding.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[111/120] Compiling CryptoSwift Poly1305.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[112/120] Compiling CryptoSwift RSA+Cipher.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[113/120] Compiling CryptoSwift RSA+Signature.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[114/120] Compiling CryptoSwift RSA.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[115/120] Compiling CryptoSwift Rabbit.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[116/120] Compiling CryptoSwift SHA1.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[117/120] Compiling CryptoSwift SHA2.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[118/120] Compiling CryptoSwift SHA3.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[119/120] Compiling CryptoSwift Scrypt.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
[120/120] Compiling CryptoSwift SecureBytes.swift
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:32:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
30 | }
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
34 |
/host/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
31 |
32 | internal fileprivate (set) var kind: Kind // Internal for testing only
33 | internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
34 |
35 | /// Initializes a new BigUInt with value 0.
Build complete! (40.13s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "CryptoSwift",
"name" : "CryptoSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "CryptoSwift",
"targets" : [
"CryptoSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TestsPerformance",
"module_type" : "SwiftTarget",
"name" : "TestsPerformance",
"path" : "Tests/TestsPerformance",
"sources" : [
"TestsPerformance.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CryptoSwift"
],
"type" : "test"
},
{
"c99name" : "CryptoSwiftTests",
"module_type" : "SwiftTarget",
"name" : "CryptoSwiftTests",
"path" : "Tests/CryptoSwiftTests",
"sources" : [
"AESCCMTests.swift",
"AESOCBTests.swift",
"AESTests.swift",
"AESTestsPerf.swift",
"ASN1Tests.swift",
"Access.swift",
"BlowfishTests.swift",
"CBCMacTests.swift",
"CMACTests.swift",
"ChaCha20Poly1305Tests.swift",
"ChaCha20Tests.swift",
"ChaCha20TestsPerf.swift",
"DigestTests.swift",
"DigestTestsPerf.swift",
"Error+Extension.swift",
"ExtensionsTest.swift",
"ExtensionsTestPerf.swift",
"HKDFTests.swift",
"HMACTests.swift",
"PBKDF.swift",
"PBKDFPerf.swift",
"PaddingTests.swift",
"Poly1305Tests.swift",
"RSASecKeyTests.swift",
"RSATests.swift",
"RabbitTests.swift",
"RabbitTestsPerf.swift",
"SHATestsPerf.swift",
"ScryptTests.swift",
"ScryptTestsPerf.swift",
"SignatureVerificationTests.swift",
"XCTestManifests.swift",
"XChaCha20Poly1305Tests.swift",
"XChaCha20Tests.swift"
],
"target_dependencies" : [
"CryptoSwift"
],
"type" : "test"
},
{
"c99name" : "CryptoSwift",
"module_type" : "SwiftTarget",
"name" : "CryptoSwift",
"path" : "Sources/CryptoSwift",
"product_memberships" : [
"CryptoSwift"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/CryptoSwift/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AEAD/AEAD.swift",
"AEAD/AEADChaCha20Poly1305.swift",
"AEAD/AEADXChaCha20Poly1305.swift",
"AES.Cryptors.swift",
"AES.swift",
"ASN1/ASN1.swift",
"ASN1/ASN1Decoder.swift",
"ASN1/ASN1Encoder.swift",
"ASN1/ASN1Scanner.swift",
"Array+Extension.swift",
"Authenticator.swift",
"BatchedCollection.swift",
"Bit.swift",
"BlockCipher.swift",
"BlockDecryptor.swift",
"BlockEncryptor.swift",
"BlockMode/BlockMode.swift",
"BlockMode/BlockModeOptions.swift",
"BlockMode/CBC.swift",
"BlockMode/CCM.swift",
"BlockMode/CFB.swift",
"BlockMode/CTR.swift",
"BlockMode/CipherModeWorker.swift",
"BlockMode/ECB.swift",
"BlockMode/GCM.swift",
"BlockMode/OCB.swift",
"BlockMode/OFB.swift",
"BlockMode/PCBC.swift",
"Blowfish.swift",
"CBCMAC.swift",
"CMAC.swift",
"CS_BigInt/Addition.swift",
"CS_BigInt/BigInt.swift",
"CS_BigInt/BigUInt.swift",
"CS_BigInt/Bitwise Ops.swift",
"CS_BigInt/CS.swift",
"CS_BigInt/Codable.swift",
"CS_BigInt/Comparable.swift",
"CS_BigInt/Data Conversion.swift",
"CS_BigInt/Division.swift",
"CS_BigInt/Exponentiation.swift",
"CS_BigInt/Floating Point Conversion.swift",
"CS_BigInt/GCD.swift",
"CS_BigInt/Hashable.swift",
"CS_BigInt/Integer Conversion.swift",
"CS_BigInt/Multiplication.swift",
"CS_BigInt/Prime Test.swift",
"CS_BigInt/Random.swift",
"CS_BigInt/Shifts.swift",
"CS_BigInt/Square Root.swift",
"CS_BigInt/Strideable.swift",
"CS_BigInt/String Conversion.swift",
"CS_BigInt/Subtraction.swift",
"CS_BigInt/Words and Bits.swift",
"ChaCha20.swift",
"Checksum.swift",
"Cipher.swift",
"Collection+Extension.swift",
"CompactMap.swift",
"Cryptor.swift",
"Cryptors.swift",
"Digest.swift",
"DigestType.swift",
"Foundation/AES+Foundation.swift",
"Foundation/Array+Foundation.swift",
"Foundation/Blowfish+Foundation.swift",
"Foundation/ChaCha20+Foundation.swift",
"Foundation/Data+Extension.swift",
"Foundation/HMAC+Foundation.swift",
"Foundation/Rabbit+Foundation.swift",
"Foundation/String+FoundationExtension.swift",
"Foundation/Utils+Foundation.swift",
"Foundation/XChaCha20+Foundation.swift",
"Generics.swift",
"HKDF.swift",
"HMAC.swift",
"ISO10126Padding.swift",
"ISO78164Padding.swift",
"Int+Extension.swift",
"MD5.swift",
"NoPadding.swift",
"Operators.swift",
"PEM/DER.swift",
"PKCS/PBKDF1.swift",
"PKCS/PBKDF2.swift",
"PKCS/PKCS1v15.swift",
"PKCS/PKCS5.swift",
"PKCS/PKCS7.swift",
"PKCS/PKCS7Padding.swift",
"Padding.swift",
"Poly1305.swift",
"RSA/RSA+Cipher.swift",
"RSA/RSA+Signature.swift",
"RSA/RSA.swift",
"Rabbit.swift",
"SHA1.swift",
"SHA2.swift",
"SHA3.swift",
"Scrypt.swift",
"SecureBytes.swift",
"Signature.swift",
"StreamDecryptor.swift",
"StreamEncryptor.swift",
"String+Extension.swift",
"UInt128.swift",
"UInt16+Extension.swift",
"UInt32+Extension.swift",
"UInt64+Extension.swift",
"UInt8+Extension.swift",
"Updatable.swift",
"Utils.swift",
"XChaCha20.swift",
"ZeroPadding.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Done.