The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftKyber, reference main (9dcd9e), with Swift 6.1 for macOS (SPM) on 22 Apr 2026 14:06:50 UTC.

Swift 6 data race errors: 4

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leif-ibsen/SwiftKyber.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leif-ibsen/SwiftKyber
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9dcd9ef Release 3.5.0
Cloned https://github.com/leif-ibsen/SwiftKyber.git
Revision (git rev-parse @):
9dcd9efd90c48f10ad8ec2e6dced43e325625a1a
SUCCESS checkout https://github.com/leif-ibsen/SwiftKyber.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/leif-ibsen/SwiftKyber.git
https://github.com/leif-ibsen/SwiftKyber.git
{
  "dependencies" : [
    {
      "identity" : "asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/ASN1"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/BigInt"
    },
    {
      "identity" : "digest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/Digest"
    }
  ],
  "manifest_display_name" : "SwiftKyber",
  "name" : "SwiftKyber",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftKyber",
      "targets" : [
        "SwiftKyber"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKyberTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKyberTests",
      "path" : "Tests/SwiftKyberTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/katTestDecap.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/katTestEncap.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/katTestKeyGen.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/wycheproofEdgeCase.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/wycheproofEncap.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/wycheproofEncapKey.rsp",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CompressTest.swift",
        "EncapDecapTest.swift",
        "EncodeDecodeTest.swift",
        "ExceptionTest.swift",
        "KATTestDecap.swift",
        "KATTestEncap.swift",
        "KATTestKeyGen.swift",
        "K_PKETest.swift",
        "KeysTest.swift",
        "ML_KEMInternalTest.swift",
        "NTTTest.swift",
        "PEMTest.swift",
        "SampleNTTTest.swift",
        "SamplePolyCBDTest.swift",
        "Util.swift",
        "WycheproofEdgeCaseTest.swift",
        "WycheproofEncapKeyTest.swift",
        "WycheproofEncapTest.swift"
      ],
      "target_dependencies" : [
        "SwiftKyber"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKyber",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKyber",
      "path" : "Sources/SwiftKyber",
      "product_dependencies" : [
        "BigInt",
        "ASN1",
        "Digest"
      ],
      "product_memberships" : [
        "SwiftKyber"
      ],
      "sources" : [
        "DecapsulationKey.swift",
        "EncapsulationKey.swift",
        "Exception.swift",
        "Kind.swift",
        "Kyber.swift",
        "Matrix.swift",
        "Parameters.swift",
        "Polynomial.swift",
        "Vector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/28] Compiling Digest SHAKE.swift
[7/29] Compiling BigInt Karatsuba.swift
[8/29] Compiling BigInt FFT.swift
[9/29] Compiling BigInt Factorial.swift
[10/29] Compiling BigInt GCD.swift
[11/29] Compiling BigInt Limbs.swift
[12/30] Compiling Digest MD.swift
[13/30] Compiling Digest SHA1.swift
[14/30] Compiling Digest SHA2.swift
[15/30] Compiling Digest HMAC.swift
[16/30] Compiling Digest SHA3.swift
[17/30] Compiling Digest KDF.swift
[18/30] Compiling Digest XOF.swift
[19/30] Compiling BigInt ToomCook.swift
[20/30] Compiling Digest BLAKE.swift
[21/30] Emitting module Digest
[22/30] Compiling Digest Base64.swift
[23/30] Compiling BigInt ExpMod.swift
[24/30] Compiling BigInt BailliePSW.swift
[25/30] Compiling BigInt BigFrac.swift
[26/30] Emitting module BigInt
[27/30] Compiling BigInt BigInt.swift
[28/30] Compiling BigInt BitSieve.swift
[29/30] Compiling BigInt BurnikelZiegler.swift
[30/30] Compiling BigInt CRT.swift
[31/51] Compiling ASN1 ASN1Exception.swift
[32/51] Compiling ASN1 ASN1GeneralizedTime.swift
[33/51] Compiling ASN1 ASN1OctetString.swift
[34/51] Compiling ASN1 ASN1PrintableString.swift
[35/53] Compiling ASN1 ASN1Boolean.swift
[36/53] Compiling ASN1 ASN1Collection.swift
[37/53] Compiling ASN1 ASN1Ctx.swift
[38/53] Compiling ASN1 ASN1Sequence.swift
[39/53] Compiling ASN1 ASN1Set.swift
[40/53] Compiling ASN1 ASN1UTF8String.swift
[41/53] Compiling ASN1 InputStream.swift
[42/53] Emitting module ASN1
[43/53] Compiling ASN1 ASN1Time.swift
[44/53] Compiling ASN1 ASN1UTCTime.swift
[45/53] Compiling ASN1 ASN1Null.swift
[46/53] Compiling ASN1 ASN1ObjectIdentifier.swift
[47/53] Compiling ASN1 ASN1IA5String.swift
[48/53] Compiling ASN1 ASN1Integer.swift
[49/53] Compiling ASN1 ASN1SimpleType.swift
[50/53] Compiling ASN1 ASN1T61String.swift
[51/53] Compiling ASN1 ASN1.swift
[52/53] Compiling ASN1 ASN1BMPString.swift
[53/53] Compiling ASN1 ASN1BitString.swift
[54/63] Compiling SwiftKyber Vector.swift
[55/63] Compiling SwiftKyber Parameters.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKyber/Parameters.swift:25:16: warning: static property 'params' is not concurrency-safe because non-'Sendable' type '[Parameters]' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | // Parameters for the three Kyber instances
11 | struct Parameters {
   |        `- note: consider making struct 'Parameters' conform to the 'Sendable' protocol
12 |
13 |     let k: Int
   :
23 |     // Figures from [FIPS203] section 8
24 |
25 |     static let params: [Parameters] = [
   |                |- warning: static property 'params' is not concurrency-safe because non-'Sendable' type '[Parameters]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'params' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |         // K512 parameters
27 |         Parameters(k: 2, eta1: 3, eta2: 2, du: 10, dv: 4, ekSize:  800, dkSize: 1632, ctSize: 768, oid: ASN1ObjectIdentifier("2.16.840.1.101.3.4.4.1")!),
[56/63] Compiling SwiftKyber Polynomial.swift
[57/63] Compiling SwiftKyber Matrix.swift
[58/63] Compiling SwiftKyber Exception.swift
[59/63] Compiling SwiftKyber Kind.swift
[60/63] Compiling SwiftKyber EncapsulationKey.swift
[61/63] Compiling SwiftKyber DecapsulationKey.swift
[62/63] Emitting module SwiftKyber
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKyber/Kyber.swift:73:16: warning: static property 'sha256' is not concurrency-safe because non-'Sendable' type 'MessageDigest' may have shared mutable state; this is an error in the Swift 6 language mode
 71 |     static let hSize = 32
 72 |     static let zSize = 32
 73 |     static let sha256 = MessageDigest(.SHA3_256)
    |                `- warning: static property 'sha256' is not concurrency-safe because non-'Sendable' type 'MessageDigest' may have shared mutable state; this is an error in the Swift 6 language mode
 74 |     static let sha512 = MessageDigest(.SHA3_512)
 75 |     static let shake256 = SHAKE(.SHAKE256)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Digest/Sources/Digest/MD.swift:26:14: note: class 'MessageDigest' does not conform to the 'Sendable' protocol
 24 |
 25 | /// The MessageDigest class
 26 | public class MessageDigest {
    |              `- note: class 'MessageDigest' does not conform to the 'Sendable' protocol
 27 |
 28 |     /// The message digest algorithms
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKyber/Kyber.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Digest'
  8 | import Foundation
  9 | import ASN1
 10 | import Digest
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Digest'
 11 |
 12 | /// Unsigned 8 bit value
    :
 71 |     static let hSize = 32
 72 |     static let zSize = 32
 73 |     static let sha256 = MessageDigest(.SHA3_256)
    |                |- note: add '@MainActor' to make static property 'sha256' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 74 |     static let sha512 = MessageDigest(.SHA3_512)
 75 |     static let shake256 = SHAKE(.SHAKE256)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKyber/Kyber.swift:74:16: warning: static property 'sha512' is not concurrency-safe because non-'Sendable' type 'MessageDigest' may have shared mutable state; this is an error in the Swift 6 language mode
 72 |     static let zSize = 32
 73 |     static let sha256 = MessageDigest(.SHA3_256)
 74 |     static let sha512 = MessageDigest(.SHA3_512)
    |                |- warning: static property 'sha512' is not concurrency-safe because non-'Sendable' type 'MessageDigest' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'sha512' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 75 |     static let shake256 = SHAKE(.SHAKE256)
 76 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Digest/Sources/Digest/MD.swift:26:14: note: class 'MessageDigest' does not conform to the 'Sendable' protocol
 24 |
 25 | /// The MessageDigest class
 26 | public class MessageDigest {
    |              `- note: class 'MessageDigest' does not conform to the 'Sendable' protocol
 27 |
 28 |     /// The message digest algorithms
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKyber/Kyber.swift:75:16: warning: static property 'shake256' is not concurrency-safe because non-'Sendable' type 'SHAKE' may have shared mutable state; this is an error in the Swift 6 language mode
 73 |     static let sha256 = MessageDigest(.SHA3_256)
 74 |     static let sha512 = MessageDigest(.SHA3_512)
 75 |     static let shake256 = SHAKE(.SHAKE256)
    |                |- warning: static property 'shake256' is not concurrency-safe because non-'Sendable' type 'SHAKE' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shake256' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |
 77 |     let k: Int
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Digest/Sources/Digest/SHAKE.swift:42:15: note: struct 'SHAKE' does not conform to the 'Sendable' protocol
40 |
41 | /// The SHAKE structure
42 | public struct SHAKE {
   |               `- note: struct 'SHAKE' does not conform to the 'Sendable' protocol
43 |
44 |     /// The SHAKE kinds
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKyber/Parameters.swift:25:16: warning: static property 'params' is not concurrency-safe because non-'Sendable' type '[Parameters]' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | // Parameters for the three Kyber instances
11 | struct Parameters {
   |        `- note: consider making struct 'Parameters' conform to the 'Sendable' protocol
12 |
13 |     let k: Int
   :
23 |     // Figures from [FIPS203] section 8
24 |
25 |     static let params: [Parameters] = [
   |                |- warning: static property 'params' is not concurrency-safe because non-'Sendable' type '[Parameters]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'params' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |         // K512 parameters
27 |         Parameters(k: 2, eta1: 3, eta2: 2, du: 10, dv: 4, ekSize:  800, dkSize: 1632, ctSize: 768, oid: ASN1ObjectIdentifier("2.16.840.1.101.3.4.4.1")!),
[63/63] Compiling SwiftKyber Kyber.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKyber/Kyber.swift:73:16: warning: static property 'sha256' is not concurrency-safe because non-'Sendable' type 'MessageDigest' may have shared mutable state; this is an error in the Swift 6 language mode
 71 |     static let hSize = 32
 72 |     static let zSize = 32
 73 |     static let sha256 = MessageDigest(.SHA3_256)
    |                `- warning: static property 'sha256' is not concurrency-safe because non-'Sendable' type 'MessageDigest' may have shared mutable state; this is an error in the Swift 6 language mode
 74 |     static let sha512 = MessageDigest(.SHA3_512)
 75 |     static let shake256 = SHAKE(.SHAKE256)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Digest/Sources/Digest/MD.swift:26:14: note: class 'MessageDigest' does not conform to the 'Sendable' protocol
 24 |
 25 | /// The MessageDigest class
 26 | public class MessageDigest {
    |              `- note: class 'MessageDigest' does not conform to the 'Sendable' protocol
 27 |
 28 |     /// The message digest algorithms
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKyber/Kyber.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Digest'
  8 | import Foundation
  9 | import ASN1
 10 | import Digest
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Digest'
 11 |
 12 | /// Unsigned 8 bit value
    :
 71 |     static let hSize = 32
 72 |     static let zSize = 32
 73 |     static let sha256 = MessageDigest(.SHA3_256)
    |                |- note: add '@MainActor' to make static property 'sha256' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 74 |     static let sha512 = MessageDigest(.SHA3_512)
 75 |     static let shake256 = SHAKE(.SHAKE256)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKyber/Kyber.swift:74:16: warning: static property 'sha512' is not concurrency-safe because non-'Sendable' type 'MessageDigest' may have shared mutable state; this is an error in the Swift 6 language mode
 72 |     static let zSize = 32
 73 |     static let sha256 = MessageDigest(.SHA3_256)
 74 |     static let sha512 = MessageDigest(.SHA3_512)
    |                |- warning: static property 'sha512' is not concurrency-safe because non-'Sendable' type 'MessageDigest' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'sha512' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 75 |     static let shake256 = SHAKE(.SHAKE256)
 76 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Digest/Sources/Digest/MD.swift:26:14: note: class 'MessageDigest' does not conform to the 'Sendable' protocol
 24 |
 25 | /// The MessageDigest class
 26 | public class MessageDigest {
    |              `- note: class 'MessageDigest' does not conform to the 'Sendable' protocol
 27 |
 28 |     /// The message digest algorithms
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKyber/Kyber.swift:75:16: warning: static property 'shake256' is not concurrency-safe because non-'Sendable' type 'SHAKE' may have shared mutable state; this is an error in the Swift 6 language mode
 73 |     static let sha256 = MessageDigest(.SHA3_256)
 74 |     static let sha512 = MessageDigest(.SHA3_512)
 75 |     static let shake256 = SHAKE(.SHAKE256)
    |                |- warning: static property 'shake256' is not concurrency-safe because non-'Sendable' type 'SHAKE' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'shake256' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |
 77 |     let k: Int
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Digest/Sources/Digest/SHAKE.swift:42:15: note: struct 'SHAKE' does not conform to the 'Sendable' protocol
40 |
41 | /// The SHAKE structure
42 | public struct SHAKE {
   |               `- note: struct 'SHAKE' does not conform to the 'Sendable' protocol
43 |
44 |     /// The SHAKE kinds
Build complete! (15.28s)
Fetching https://github.com/leif-ibsen/ASN1
Fetching https://github.com/leif-ibsen/BigInt
Fetching https://github.com/leif-ibsen/Digest
[1/2427] Fetching asn1
[2/9178] Fetching asn1, bigint
[458/11771] Fetching asn1, bigint, digest
Fetched https://github.com/leif-ibsen/ASN1 from cache (1.42s)
Fetched https://github.com/leif-ibsen/Digest from cache (1.42s)
Fetched https://github.com/leif-ibsen/BigInt from cache (1.42s)
Computing version for https://github.com/leif-ibsen/Digest
Computed https://github.com/leif-ibsen/Digest at 1.13.0 (1.89s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.23.0 (0.46s)
Computing version for https://github.com/leif-ibsen/ASN1
Computed https://github.com/leif-ibsen/ASN1 at 2.7.0 (3.03s)
Creating working copy for https://github.com/leif-ibsen/Digest
Working copy of https://github.com/leif-ibsen/Digest resolved at 1.13.0
Creating working copy for https://github.com/leif-ibsen/ASN1
Working copy of https://github.com/leif-ibsen/ASN1 resolved at 2.7.0
Creating working copy for https://github.com/leif-ibsen/BigInt
Working copy of https://github.com/leif-ibsen/BigInt resolved at 1.23.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/ASN1"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/BigInt"
    },
    {
      "identity" : "digest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/Digest"
    }
  ],
  "manifest_display_name" : "SwiftKyber",
  "name" : "SwiftKyber",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftKyber",
      "targets" : [
        "SwiftKyber"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKyberTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKyberTests",
      "path" : "Tests/SwiftKyberTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/katTestDecap.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/katTestEncap.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/katTestKeyGen.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/wycheproofEdgeCase.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/wycheproofEncap.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/wycheproofEncapKey.rsp",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CompressTest.swift",
        "EncapDecapTest.swift",
        "EncodeDecodeTest.swift",
        "ExceptionTest.swift",
        "KATTestDecap.swift",
        "KATTestEncap.swift",
        "KATTestKeyGen.swift",
        "K_PKETest.swift",
        "KeysTest.swift",
        "ML_KEMInternalTest.swift",
        "NTTTest.swift",
        "PEMTest.swift",
        "SampleNTTTest.swift",
        "SamplePolyCBDTest.swift",
        "Util.swift",
        "WycheproofEdgeCaseTest.swift",
        "WycheproofEncapKeyTest.swift",
        "WycheproofEncapTest.swift"
      ],
      "target_dependencies" : [
        "SwiftKyber"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKyber",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKyber",
      "path" : "Sources/SwiftKyber",
      "product_dependencies" : [
        "BigInt",
        "ASN1",
        "Digest"
      ],
      "product_memberships" : [
        "SwiftKyber"
      ],
      "sources" : [
        "DecapsulationKey.swift",
        "EncapsulationKey.swift",
        "Exception.swift",
        "Kind.swift",
        "Kyber.swift",
        "Matrix.swift",
        "Parameters.swift",
        "Polynomial.swift",
        "Vector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.