The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftKyber, reference main (f8e419), with Swift 5.9 for macOS (SPM) on 31 Mar 2025 18:22:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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 f8e4193 Release 3.3.0
Cloned https://github.com/leif-ibsen/SwiftKyber.git
Revision (git rev-parse @):
f8e419304a49fa7bb6cff1d25492e2b5a1460342
SUCCESS checkout https://github.com/leif-ibsen/SwiftKyber.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/leif-ibsen/SwiftKyber.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/22] Compiling BigInt CRT.swift
[2/23] Compiling Digest SHAKE.swift
[3/24] Compiling Digest SHA3.swift
[4/24] Compiling BigInt Karatsuba.swift
[5/24] Compiling BigInt FFT.swift
[6/24] Compiling BigInt GCD.swift
[7/24] Compiling BigInt Factorial.swift
[8/24] Compiling BigInt Limbs.swift
[9/24] Compiling BigInt ToomCook.swift
[10/24] Compiling Digest XOF.swift
[11/24] Compiling BigInt ExpMod.swift
[12/24] Compiling BigInt BitSieve.swift
[13/24] Compiling BigInt BurnikelZiegler.swift
[14/24] Emitting module BigInt
[15/24] Compiling BigInt BigFrac.swift
[16/24] Compiling BigInt BigInt.swift
[17/24] Compiling Digest SHA2.swift
[18/24] Compiling Digest MD.swift
[19/24] Compiling Digest BLAKE.swift
[20/24] Compiling Digest SHA1.swift
[21/24] Compiling Digest HMAC.swift
[22/24] Compiling Digest Base64.swift
[23/24] Compiling Digest KDF.swift
[24/24] Emitting module Digest
[25/45] Emitting module ASN1
[26/47] Compiling ASN1 ASN1Sequence.swift
[27/47] Compiling ASN1 ASN1Set.swift
[28/47] Compiling ASN1 ASN1OctetString.swift
[29/47] Compiling ASN1 ASN1PrintableString.swift
[30/47] Compiling ASN1 ASN1UTF8String.swift
[31/47] Compiling ASN1 InputStream.swift
[32/47] Compiling ASN1 ASN1SimpleType.swift
[33/47] Compiling ASN1 ASN1T61String.swift
[34/47] Compiling ASN1 ASN1Boolean.swift
[35/47] Compiling ASN1 ASN1Collection.swift
[36/47] Compiling ASN1 ASN1Ctx.swift
[37/47] Compiling ASN1 ASN1IA5String.swift
[38/47] Compiling ASN1 ASN1Integer.swift
[39/47] Compiling ASN1 ASN1Exception.swift
[40/47] Compiling ASN1 ASN1GeneralizedTime.swift
[41/47] Compiling ASN1 ASN1Time.swift
[42/47] Compiling ASN1 ASN1UTCTime.swift
[43/47] Compiling ASN1 ASN1Null.swift
[44/47] Compiling ASN1 ASN1ObjectIdentifier.swift
[45/47] Compiling ASN1 ASN1.swift
[46/47] Compiling ASN1 ASN1BMPString.swift
[47/47] Compiling ASN1 ASN1BitString.swift
[48/57] Compiling SwiftKyber Kind.swift
[49/57] Compiling SwiftKyber EncapsulationKey.swift
[50/57] Compiling SwiftKyber Exception.swift
[51/57] Compiling SwiftKyber DecapsulationKey.swift
[52/57] Emitting module SwiftKyber
[53/57] Compiling SwiftKyber Matrix.swift
[54/57] Compiling SwiftKyber Polynomial.swift
[55/57] Compiling SwiftKyber Vector.swift
[56/57] Compiling SwiftKyber Kyber.swift
[57/57] Compiling SwiftKyber Parameters.swift
Build complete! (15.19s)
Fetching https://github.com/leif-ibsen/Digest
Fetching https://github.com/leif-ibsen/BigInt
Fetching https://github.com/leif-ibsen/ASN1
[1/2359] Fetching digest
[497/4786] Fetching digest, asn1
[711/10302] Fetching digest, asn1, bigint
Fetched https://github.com/leif-ibsen/ASN1 (1.77s)
[4235/7875] Fetching digest, bigint
Fetched https://github.com/leif-ibsen/Digest (2.08s)
Fetched https://github.com/leif-ibsen/BigInt (2.08s)
Computing version for https://github.com/leif-ibsen/Digest
Computed https://github.com/leif-ibsen/Digest at 1.12.0 (0.32s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.21.0 (0.32s)
Computing version for https://github.com/leif-ibsen/ASN1
Computed https://github.com/leif-ibsen/ASN1 at 2.7.0 (2.35s)
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.21.0
Creating working copy for https://github.com/leif-ibsen/Digest
Working copy of https://github.com/leif-ibsen/Digest resolved at 1.12.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.21.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/BigInt"
    },
    {
      "identity" : "digest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.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/katTestKeyGen.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftKyberTests/Resources/katTestEncap.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"
      ],
      "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.