The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CryptoSwift, reference main (884e18), with Swift 6.3 for Android on 25 Apr 2026 07:34:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bytehubio/CryptoSwift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/bytehubio/CryptoSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 884e184 Merge pull request #1040 from CH3COOH/fix-privacy-info
Cloned https://github.com/bytehubio/CryptoSwift.git
Revision (git rev-parse @):
884e184bd41ad0a870d49ccc7131e7b0eb77f590
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bytehubio/CryptoSwift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bytehubio/CryptoSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.52s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (1.16s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3675] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.82s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.05s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Copying PrivacyInfo.xcprivacy
[3/5] Write sources
[4/5] Write swift-version--4F562202D5529B1.txt
[6/106] Emitting module CryptoSwift
/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.
[7/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[8/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[9/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[10/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[11/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[12/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[13/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[14/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[15/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[16/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[17/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[18/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[19/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[20/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[21/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/CCM.swift:341:26: error: cannot find 'pow' in scope
339 |       // [a]32
340 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
341 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
342 |       // [a]64
343 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[22/120] Compiling CryptoSwift Integer 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.
[23/120] Compiling CryptoSwift Multiplication.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.
[24/120] Compiling CryptoSwift Prime Test.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.
[25/120] Compiling CryptoSwift Random.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.
[26/120] Compiling CryptoSwift Shifts.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.
[27/120] Compiling CryptoSwift Square Root.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.
[28/120] Compiling CryptoSwift Strideable.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.
[29/120] Compiling CryptoSwift String 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.
[30/120] Compiling CryptoSwift Subtraction.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.
[31/120] Compiling CryptoSwift Words and Bits.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.
[32/120] Compiling CryptoSwift ChaCha20.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.
[33/120] Compiling CryptoSwift Checksum.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.
[34/120] Compiling CryptoSwift 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.
[35/120] Compiling CryptoSwift Collection+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.
[36/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[37/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[38/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[39/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[40/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[41/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[42/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[43/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[44/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[45/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[46/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[47/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[48/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[49/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.
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:41:9: error: cannot find 'mlock' in scope
39 |         // not supported on WASI
40 |       #else
41 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
42 |       #endif
43 |     }
/host/spi-builder-workspace/Sources/CryptoSwift/SecureBytes.swift:53:9: error: cannot find 'munlock' in scope
51 |         // not supported on WASI
52 |       #else
53 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
54 |       #endif
55 |     }
[50/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[51/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[52/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[53/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[54/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[55/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[56/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[57/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[58/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[59/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[60/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[61/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[62/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[63/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.
/host/spi-builder-workspace/Sources/CryptoSwift/HKDF.swift:57:25: error: cannot find 'ceil' in scope
55 |     let keyLengthFinal = Double(dkLen)
56 |     let hLen = Double(variant.digestLength)
57 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
58 |     guard numBlocks <= 255 else {
59 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:64:28: error: cannot find 'pow' in scope
 62 |       let keyLengthFinal = Double(dkLen)
 63 |       let hLen = Double(prf.variant.digestLength)
 64 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 65 |         throw Error.derivedKeyTooLong
 66 |       }
/host/spi-builder-workspace/Sources/CryptoSwift/PKCS/PBKDF2.swift:72:28: error: cannot find 'ceil' in scope
 70 |       self.prf = prf
 71 |
 72 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 73 |     }
 74 |
[64/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.
[65/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.
[66/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.
[67/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.
[68/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.
[69/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.
[70/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.
[71/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.
[72/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.
[73/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.
[74/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.
[75/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.
[76/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.
[77/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.
[78/120] Compiling CryptoSwift CompactMap.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.
[79/120] Compiling CryptoSwift Cryptor.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 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.
[81/120] Compiling CryptoSwift Digest.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 DigestType.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 AES+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.
[84/120] Compiling CryptoSwift Array+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.
[85/120] Compiling CryptoSwift Blowfish+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.
[86/120] Compiling CryptoSwift ChaCha20+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.
[87/120] Compiling CryptoSwift Data+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.
[88/120] Compiling CryptoSwift HMAC+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.
[89/120] Compiling CryptoSwift Rabbit+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.
[90/120] Compiling CryptoSwift String+FoundationExtension.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 Utils+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.
[92/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.
[93/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.
[94/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.
[95/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.
[96/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.
[97/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.
[98/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.
[99/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.
[100/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.
[101/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.
[102/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.
[103/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.
[104/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.
[105/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.
[106/120] Compiling CryptoSwift AEAD.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 AEADChaCha20Poly1305.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 AEADXChaCha20Poly1305.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 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.
[110/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.
[111/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.
[112/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.
[113/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.
[114/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.
[115/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.
[116/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.
[117/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.
[118/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.
[119/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.
[120/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.
BUILD FAILURE 6.3 android