The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CryptoSwift, reference 1.8.1 (884e18), with Swift 6.3 for macOS (SPM) on 25 Apr 2026 07:36:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bytehubio/CryptoSwift.git
Reference: 1.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bytehubio/CryptoSwift
 * tag               1.8.1      -> FETCH_HEAD
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 1.8.1
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (1.74s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3675] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.81s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "cryptoswift",
      "name": "CryptoSwift",
      "url": "https://github.com/bytehubio/CryptoSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bytehubio/CryptoSwift.git
[1/10918] Fetching cryptoswift
Fetched https://github.com/bytehubio/CryptoSwift.git from cache (1.82s)
Creating working copy for https://github.com/bytehubio/CryptoSwift.git
Working copy of https://github.com/bytehubio/CryptoSwift.git resolved at 1.8.1 (884e184)
warning: '.resolve-product-dependencies': dependency 'cryptoswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bytehubio/CryptoSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[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--6988338F2F200930.txt
[6/109] Compiling CryptoSwift Bit.swift
/Users/admin/builder/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 |
/Users/admin/builder/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/109] Compiling CryptoSwift BlockCipher.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[8/109] Compiling CryptoSwift BlockDecryptor.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[9/109] Compiling CryptoSwift BlockEncryptor.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[10/109] Compiling CryptoSwift BlockMode.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[11/109] Compiling CryptoSwift BlockModeOptions.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[12/109] Compiling CryptoSwift CBC.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[13/109] Compiling CryptoSwift CCM.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[14/109] Compiling CryptoSwift CFB.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[15/109] Compiling CryptoSwift CTR.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[16/109] Compiling CryptoSwift CipherModeWorker.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[17/109] Compiling CryptoSwift ECB.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[18/120] Compiling CryptoSwift GCM.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[19/120] Compiling CryptoSwift OCB.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[20/120] Compiling CryptoSwift OFB.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[21/120] Compiling CryptoSwift PCBC.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[22/120] Compiling CryptoSwift Blowfish.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 CBCMAC.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 CMAC.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Addition.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 BigInt.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 BigUInt.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Bitwise Ops.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 CS.swift
/Users/admin/builder/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 |
/Users/admin/builder/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] Emitting module CryptoSwift
/Users/admin/builder/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 |
/Users/admin/builder/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 Cryptor.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Cryptors.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Digest.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 DigestType.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 AES+Foundation.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Array+Foundation.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[37/120] Compiling CryptoSwift Blowfish+Foundation.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[38/120] Compiling CryptoSwift ChaCha20+Foundation.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[39/120] Compiling CryptoSwift Data+Extension.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[40/120] Compiling CryptoSwift HMAC+Foundation.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[41/120] Compiling CryptoSwift Rabbit+Foundation.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[42/120] Compiling CryptoSwift String+FoundationExtension.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[43/120] Compiling CryptoSwift Utils+Foundation.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[44/120] Compiling CryptoSwift XChaCha20+Foundation.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[45/120] Compiling CryptoSwift Generics.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[46/120] Compiling CryptoSwift HKDF.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[47/120] Compiling CryptoSwift HMAC.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[48/120] Compiling CryptoSwift ISO10126Padding.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[49/120] Compiling CryptoSwift ISO78164Padding.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.
[50/120] Compiling CryptoSwift Int+Extension.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[51/120] Compiling CryptoSwift MD5.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[52/120] Compiling CryptoSwift NoPadding.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[53/120] Compiling CryptoSwift Operators.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[54/120] Compiling CryptoSwift DER.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[55/120] Compiling CryptoSwift PBKDF1.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[56/120] Compiling CryptoSwift PBKDF2.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[57/120] Compiling CryptoSwift PKCS1v15.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[58/120] Compiling CryptoSwift PKCS5.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[59/120] Compiling CryptoSwift PKCS7.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[60/120] Compiling CryptoSwift PKCS7Padding.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[61/120] Compiling CryptoSwift Padding.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[62/120] Compiling CryptoSwift Poly1305.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[63/120] Compiling CryptoSwift RSA+Cipher.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
[64/120] Compiling CryptoSwift Codable.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Comparable.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Data Conversion.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Division.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Exponentiation.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Floating Point Conversion.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 GCD.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Hashable.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Integer Conversion.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Multiplication.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Prime Test.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Random.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Shifts.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Square Root.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Strideable.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 String Conversion.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Subtraction.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Words and Bits.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 ChaCha20.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Checksum.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Cipher.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Collection+Extension.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 CompactMap.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 RSA+Signature.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 RSA.swift
/Users/admin/builder/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 |
/Users/admin/builder/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.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 SHA1.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 SHA2.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 SHA3.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Scrypt.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 SecureBytes.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Signature.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 StreamDecryptor.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 StreamEncryptor.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 AEAD.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 AEADChaCha20Poly1305.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 AEADXChaCha20Poly1305.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 AES.Cryptors.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 AES.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 ASN1.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 ASN1Decoder.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 ASN1Encoder.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 ASN1Scanner.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Array+Extension.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Authenticator.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 BatchedCollection.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 String+Extension.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 UInt128.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 UInt16+Extension.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 UInt32+Extension.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 UInt64+Extension.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 UInt8+Extension.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Updatable.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 Utils.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 XChaCha20.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 ZeroPadding.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 resource_bundle_accessor.swift
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/CS_BigInt/BigUInt.swift:33:27: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 31 |
 32 |       internal fileprivate (set) var kind: Kind // Internal for testing only
 33 |       internal fileprivate (set) var storage: [Word] // Internal for testing only; stored separately to prevent COW copies
    |                           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 34 |
 35 |       /// Initializes a new BigUInt with value 0.
Build complete! (11.38s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "CryptoSwift",
  "name" : "CryptoSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "CryptoSwift",
      "targets" : [
        "CryptoSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestsPerformance",
      "module_type" : "SwiftTarget",
      "name" : "TestsPerformance",
      "path" : "Tests/TestsPerformance",
      "sources" : [
        "TestsPerformance.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CryptoSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CryptoSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "CryptoSwiftTests",
      "path" : "Tests/CryptoSwiftTests",
      "sources" : [
        "AESCCMTests.swift",
        "AESOCBTests.swift",
        "AESTests.swift",
        "AESTestsPerf.swift",
        "ASN1Tests.swift",
        "Access.swift",
        "BlowfishTests.swift",
        "CBCMacTests.swift",
        "CMACTests.swift",
        "ChaCha20Poly1305Tests.swift",
        "ChaCha20Tests.swift",
        "ChaCha20TestsPerf.swift",
        "DigestTests.swift",
        "DigestTestsPerf.swift",
        "Error+Extension.swift",
        "ExtensionsTest.swift",
        "ExtensionsTestPerf.swift",
        "HKDFTests.swift",
        "HMACTests.swift",
        "PBKDF.swift",
        "PBKDFPerf.swift",
        "PaddingTests.swift",
        "Poly1305Tests.swift",
        "RSASecKeyTests.swift",
        "RSATests.swift",
        "RabbitTests.swift",
        "RabbitTestsPerf.swift",
        "SHATestsPerf.swift",
        "ScryptTests.swift",
        "ScryptTestsPerf.swift",
        "SignatureVerificationTests.swift",
        "XCTestManifests.swift",
        "XChaCha20Poly1305Tests.swift",
        "XChaCha20Tests.swift"
      ],
      "target_dependencies" : [
        "CryptoSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CryptoSwift",
      "module_type" : "SwiftTarget",
      "name" : "CryptoSwift",
      "path" : "Sources/CryptoSwift",
      "product_memberships" : [
        "CryptoSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AEAD/AEAD.swift",
        "AEAD/AEADChaCha20Poly1305.swift",
        "AEAD/AEADXChaCha20Poly1305.swift",
        "AES.Cryptors.swift",
        "AES.swift",
        "ASN1/ASN1.swift",
        "ASN1/ASN1Decoder.swift",
        "ASN1/ASN1Encoder.swift",
        "ASN1/ASN1Scanner.swift",
        "Array+Extension.swift",
        "Authenticator.swift",
        "BatchedCollection.swift",
        "Bit.swift",
        "BlockCipher.swift",
        "BlockDecryptor.swift",
        "BlockEncryptor.swift",
        "BlockMode/BlockMode.swift",
        "BlockMode/BlockModeOptions.swift",
        "BlockMode/CBC.swift",
        "BlockMode/CCM.swift",
        "BlockMode/CFB.swift",
        "BlockMode/CTR.swift",
        "BlockMode/CipherModeWorker.swift",
        "BlockMode/ECB.swift",
        "BlockMode/GCM.swift",
        "BlockMode/OCB.swift",
        "BlockMode/OFB.swift",
        "BlockMode/PCBC.swift",
        "Blowfish.swift",
        "CBCMAC.swift",
        "CMAC.swift",
        "CS_BigInt/Addition.swift",
        "CS_BigInt/BigInt.swift",
        "CS_BigInt/BigUInt.swift",
        "CS_BigInt/Bitwise Ops.swift",
        "CS_BigInt/CS.swift",
        "CS_BigInt/Codable.swift",
        "CS_BigInt/Comparable.swift",
        "CS_BigInt/Data Conversion.swift",
        "CS_BigInt/Division.swift",
        "CS_BigInt/Exponentiation.swift",
        "CS_BigInt/Floating Point Conversion.swift",
        "CS_BigInt/GCD.swift",
        "CS_BigInt/Hashable.swift",
        "CS_BigInt/Integer Conversion.swift",
        "CS_BigInt/Multiplication.swift",
        "CS_BigInt/Prime Test.swift",
        "CS_BigInt/Random.swift",
        "CS_BigInt/Shifts.swift",
        "CS_BigInt/Square Root.swift",
        "CS_BigInt/Strideable.swift",
        "CS_BigInt/String Conversion.swift",
        "CS_BigInt/Subtraction.swift",
        "CS_BigInt/Words and Bits.swift",
        "ChaCha20.swift",
        "Checksum.swift",
        "Cipher.swift",
        "Collection+Extension.swift",
        "CompactMap.swift",
        "Cryptor.swift",
        "Cryptors.swift",
        "Digest.swift",
        "DigestType.swift",
        "Foundation/AES+Foundation.swift",
        "Foundation/Array+Foundation.swift",
        "Foundation/Blowfish+Foundation.swift",
        "Foundation/ChaCha20+Foundation.swift",
        "Foundation/Data+Extension.swift",
        "Foundation/HMAC+Foundation.swift",
        "Foundation/Rabbit+Foundation.swift",
        "Foundation/String+FoundationExtension.swift",
        "Foundation/Utils+Foundation.swift",
        "Foundation/XChaCha20+Foundation.swift",
        "Generics.swift",
        "HKDF.swift",
        "HMAC.swift",
        "ISO10126Padding.swift",
        "ISO78164Padding.swift",
        "Int+Extension.swift",
        "MD5.swift",
        "NoPadding.swift",
        "Operators.swift",
        "PEM/DER.swift",
        "PKCS/PBKDF1.swift",
        "PKCS/PBKDF2.swift",
        "PKCS/PKCS1v15.swift",
        "PKCS/PKCS5.swift",
        "PKCS/PKCS7.swift",
        "PKCS/PKCS7Padding.swift",
        "Padding.swift",
        "Poly1305.swift",
        "RSA/RSA+Cipher.swift",
        "RSA/RSA+Signature.swift",
        "RSA/RSA.swift",
        "Rabbit.swift",
        "SHA1.swift",
        "SHA2.swift",
        "SHA3.swift",
        "Scrypt.swift",
        "SecureBytes.swift",
        "Signature.swift",
        "StreamDecryptor.swift",
        "StreamEncryptor.swift",
        "String+Extension.swift",
        "UInt128.swift",
        "UInt16+Extension.swift",
        "UInt32+Extension.swift",
        "UInt64+Extension.swift",
        "UInt8+Extension.swift",
        "Updatable.swift",
        "Utils.swift",
        "XChaCha20.swift",
        "ZeroPadding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/bytehubio/cryptoswift/1.8.1
Repository:               bytehubio/CryptoSwift
Swift version used:       6.3
    .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target:                   CryptoSwift
Extracting symbol information for 'CryptoSwift'...
Finished extracting symbol information for 'CryptoSwift'. (27.67s)
Building documentation for 'CryptoSwift'...
warning: Parameter 'iv' not found in initializer declaration
   --> Sources/CryptoSwift/AES.swift:120:7-120:88
118 |   ///
119 |   /// - parameter key:       Key. Length of the key decides on AES variant.
120 +   /// - parameter iv:        Initialization Vector (Optional for some blockMode values)
    |       ╰─suggestion: Remove 'iv' parameter documentation
121 |   /// - parameter blockMode: Cipher mode of operation
122 |   /// - parameter padding:   Padding method. .pkcs7, .noPadding, .zeroPadding, ...
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/CS_BigInt/Multiplication.swift:43:9-43:82
41 |     /// - Note: This is the fused multiply/shift/add operation; it is more efficient than doing the components
42 |     ///   individually. (The fused operation doesn't need to allocate space for temporary big integers.)
43 +     /// - Returns: `self` is set to `self + (x * y) << (shift * 2^Word.bitWidth)`
   |         ╰─suggestion: Remove return value documentation
44 |     /// - Complexity: O(count)
45 |     public mutating func multiplyAndAdd(_ x: CS.BigUInt, _ y: Word, shiftedBy shift: Int = 0) {
warning: External name 'to' used to document parameter
  --> Sources/CryptoSwift/Cryptor.swift:20:19-20:21
18 |   /// Seek to position in file, if block mode allows random access.
19 |   ///
20 +   /// - parameter to: new value of counter
   |                   ╰─suggestion: Replace 'to' with 'position'
21 |   mutating func seek(to: Int) throws
22 | }
warning: Parameter 'password' is missing documentation
  --> Sources/CryptoSwift/HKDF.swift:48:52-48:52
46 |   ///   - salt: optional salt (if not provided, it is set to a sequence of variant.digestLength zeros)
   |         ╰─suggestion: Document 'password' parameter
47 |   ///   - info: optional context and application specific information
48 +   ///   - keyLength: intended length of derived key
49 |   public init(password: Array<UInt8>, salt: Array<UInt8>? = nil, info: Array<UInt8>? = nil, keyLength: Int? = nil /* dkLen */, variant: HMAC.Variant = .sha2(.sha256)) throws {
50 |     guard !password.isEmpty else {
warning: Parameter 'password' is missing documentation
  --> Sources/CryptoSwift/PKCS/PBKDF1.swift:68:54-68:54
66 |     ///   - variant: hash variant
67 |     ///   - iterations: iteration count, a positive integer
68 +     ///   - keyLength: intended length of derived key
69 |     public init(password: Array<UInt8>, salt: Array<UInt8>, variant: Variant = .sha1, iterations: Int = 4096 /* c */, keyLength: Int? = nil /* dkLen */ ) throws {
70 |       precondition(iterations > 0)
warning: Parameter 'variant' is already documented
Sources/CryptoSwift/PKCS/PBKDF2.swift:48:11: Previously documented here
  --> Sources/CryptoSwift/PKCS/PBKDF2.swift:51:11-51:53
49 |     ///   - iterations: iteration count, a positive integer
50 |     ///   - keyLength: intended length of derived key
51 +     ///   - variant: MAC variant. Defaults to SHA256
   |           ╰─suggestion: Remove duplicate parameter documentation
52 |     public init(password: Array<UInt8>, salt: Array<UInt8>, iterations: Int = 4096 /* c */, keyLength: Int? = nil /* dkLen */, variant: HMAC.Variant = .sha2(.sha256)) throws {
53 |       precondition(iterations > 0)
warning: Parameter 'password' is missing documentation
  --> Sources/CryptoSwift/PKCS/PBKDF2.swift:51:53-51:53
49 |     ///   - iterations: iteration count, a positive integer
50 |     ///   - keyLength: intended length of derived key
51 +     ///   - variant: MAC variant. Defaults to SHA256
52 |     public init(password: Array<UInt8>, salt: Array<UInt8>, iterations: Int = 4096 /* c */, keyLength: Int? = nil /* dkLen */, variant: HMAC.Variant = .sha2(.sha256)) throws {
53 |       precondition(iterations > 0)
warning: Parameter 'expectedData' not found in instance method declaration
  --> Sources/CryptoSwift/RSA/RSA+Signature.swift:50:9-50:80
48 |   /// - Parameters:
49 |   ///   - signature: The signature to verify
50 +   ///   - expectedData: The original data that you expected to have been signed
   |         ╰─suggestion: Remove 'expectedData' parameter documentation
51 |   ///   - variant: The variant used to sign the data
52 |   /// - Returns: `True` when the signature is valid for the expected data, `False` otherwise.
warning: Parameter 'bytes' is missing documentation
  --> Sources/CryptoSwift/RSA/RSA+Signature.swift:51:53-51:53
49 |   ///   - signature: The signature to verify
50 |   ///   - expectedData: The original data that you expected to have been signed
51 +   ///   - variant: The variant used to sign the data
   |         ╰─suggestion: Document 'bytes' parameter
52 |   /// - Returns: `True` when the signature is valid for the expected data, `False` otherwise.
53 |   ///
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 |   ///   - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 |   ///   - output: Resulting bytes callback.
32 +   /// - Returns: Processed partial result data or empty array.
   |       ╰─suggestion: Remove return value documentation
33 |   mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 |   ///   - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 |   ///   - output: Resulting bytes callback.
32 +   /// - Returns: Processed partial result data or empty array.
   |       ╰─suggestion: Remove return value documentation
33 |   mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 |   ///   - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 |   ///   - output: Resulting bytes callback.
32 +   /// - Returns: Processed partial result data or empty array.
   |       ╰─suggestion: Remove return value documentation
33 |   mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 |   ///   - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 |   ///   - output: Resulting bytes callback.
32 +   /// - Returns: Processed partial result data or empty array.
   |       ╰─suggestion: Remove return value documentation
33 |   mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 |   ///   - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 |   ///   - output: Resulting bytes callback.
32 +   /// - Returns: Processed partial result data or empty array.
   |       ╰─suggestion: Remove return value documentation
33 |   mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 |   ///   - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 |   ///   - output: Resulting bytes callback.
32 +   /// - Returns: Processed partial result data or empty array.
   |       ╰─suggestion: Remove return value documentation
33 |   mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 |   ///   - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 |   ///   - output: Resulting bytes callback.
32 +   /// - Returns: Processed partial result data or empty array.
   |       ╰─suggestion: Remove return value documentation
33 |   mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 |   ///   - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 |   ///   - output: Resulting bytes callback.
32 +   /// - Returns: Processed partial result data or empty array.
   |       ╰─suggestion: Remove return value documentation
33 |   mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 |   ///   - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 |   ///   - output: Resulting bytes callback.
32 +   /// - Returns: Processed partial result data or empty array.
   |       ╰─suggestion: Remove return value documentation
33 |   mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 |   /// - parameter bytes: Bytes to process
84 |   /// - parameter output: Resulting data
85 +   /// - returns: Processed data.
   |       ╰─suggestion: Remove return value documentation
86 |   @inlinable
87 |   public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 |   /// - parameter bytes: Bytes to process
84 |   /// - parameter output: Resulting data
85 +   /// - returns: Processed data.
   |       ╰─suggestion: Remove return value documentation
86 |   @inlinable
87 |   public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 |   /// - parameter bytes: Bytes to process
84 |   /// - parameter output: Resulting data
85 +   /// - returns: Processed data.
   |       ╰─suggestion: Remove return value documentation
86 |   @inlinable
87 |   public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 |   /// - parameter bytes: Bytes to process
84 |   /// - parameter output: Resulting data
85 +   /// - returns: Processed data.
   |       ╰─suggestion: Remove return value documentation
86 |   @inlinable
87 |   public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 |   /// - parameter bytes: Bytes to process
84 |   /// - parameter output: Resulting data
85 +   /// - returns: Processed data.
   |       ╰─suggestion: Remove return value documentation
86 |   @inlinable
87 |   public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 |   /// - parameter bytes: Bytes to process
84 |   /// - parameter output: Resulting data
85 +   /// - returns: Processed data.
   |       ╰─suggestion: Remove return value documentation
86 |   @inlinable
87 |   public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 |   /// - parameter bytes: Bytes to process
84 |   /// - parameter output: Resulting data
85 +   /// - returns: Processed data.
   |       ╰─suggestion: Remove return value documentation
86 |   @inlinable
87 |   public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
  --> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 |   /// - parameter bytes: Bytes to process
84 |   /// - parameter output: Resulting data
85 +   /// - returns: Processed data.
   |       ╰─suggestion: Remove return value documentation
86 |   @inlinable
87 |   public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
Finished building documentation for 'CryptoSwift' (0.83s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bytehubio/cryptoswift/1.8.1
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit DeclarationFragments.swift
[11/57] Compiling SymbolKit Fragment.swift
[12/57] Compiling SymbolKit FragmentKind.swift
[13/57] Compiling SymbolKit FunctionParameter.swift
[14/57] Compiling SymbolKit FunctionSignature.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit Mixin+Equals.swift
[22/57] Compiling SymbolKit Mixin+Hash.swift
[23/57] Compiling SymbolKit Mixin.swift
[24/57] Compiling SymbolKit LineList.swift
[25/57] Compiling SymbolKit Position.swift
[26/57] Compiling SymbolKit Names.swift
[27/57] Compiling SymbolKit SPI.swift
[28/57] Compiling SymbolKit Snippet.swift
[29/57] Compiling SymbolKit Extension.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit Identifier.swift
[36/57] Compiling SymbolKit KindIdentifier.swift
[37/57] Compiling SymbolKit Location.swift
[38/57] Compiling SymbolKit Mutability.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.32s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'CryptoSwift' complete! (0.24s)
    2474
15	/Users/admin/builder/spi-builder-workspace/.docs/bytehubio/cryptoswift/1.8.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/bytehubio/cryptoswift/1.8.1
File count: 2474
Doc size:   15.0MB
Preparing doc bundle ...
Uploading prod-bytehubio-cryptoswift-1.8.1-6d44a104.zip to s3://spi-docs-inbox/prod-bytehubio-cryptoswift-1.8.1-6d44a104.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [42%]
Copying... [52%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.