The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftDilithium, reference 3.5.0 (e5d439), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 15:18:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leif-ibsen/SwiftDilithium.git
Reference: 3.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leif-ibsen/SwiftDilithium
 * tag               3.5.0      -> FETCH_HEAD
HEAD is now at e5d4392 Release 3.5.0
Cloned https://github.com/leif-ibsen/SwiftDilithium.git
Revision (git rev-parse @):
e5d4392af75f6c6094e5a15ec90f432eff9eb733
SUCCESS checkout https://github.com/leif-ibsen/SwiftDilithium.git at 3.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/leif-ibsen/SwiftDilithium.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/27] Compiling BigInt Karatsuba.swift
[7/27] Compiling BigInt Limbs.swift
[8/27] Compiling BigInt Factorial.swift
[9/28] Compiling BigInt GCD.swift
[10/28] Compiling BigInt ExpMod.swift
[11/28] Compiling BigInt FFT.swift
[12/28] Compiling Digest SHA3.swift
[13/28] Compiling Digest SHAKE.swift
[14/28] Compiling Digest SHA2.swift
[15/28] Compiling Digest SHA1.swift
[16/29] Compiling BigInt ToomCook.swift
[17/29] Compiling Digest XOF.swift
[18/29] Compiling Digest MD.swift
[19/29] Compiling Digest HMAC.swift
[20/29] Compiling Digest KDF.swift
[21/29] Compiling Digest BLAKE.swift
[22/29] Emitting module Digest
[23/29] Compiling Digest Base64.swift
[24/29] Compiling BigInt CRT.swift
[25/29] Emitting module BigInt
[26/29] Compiling BigInt BitSieve.swift
[27/29] Compiling BigInt BurnikelZiegler.swift
[28/29] Compiling BigInt BigFrac.swift
[29/29] Compiling BigInt BigInt.swift
[30/50] Emitting module ASN1
[31/52] Compiling ASN1 ASN1UTF8String.swift
[32/52] Compiling ASN1 InputStream.swift
[33/52] Compiling ASN1 ASN1IA5String.swift
[34/52] Compiling ASN1 ASN1Integer.swift
[35/52] Compiling ASN1 ASN1SimpleType.swift
[36/52] Compiling ASN1 ASN1T61String.swift
[37/52] Compiling ASN1 ASN1Boolean.swift
[38/52] Compiling ASN1 ASN1Collection.swift
[39/52] Compiling ASN1 ASN1Ctx.swift
[40/52] Compiling ASN1 ASN1Null.swift
[41/52] Compiling ASN1 ASN1ObjectIdentifier.swift
[42/52] Compiling ASN1 ASN1OctetString.swift
[43/52] Compiling ASN1 ASN1PrintableString.swift
[44/52] Compiling ASN1 ASN1Time.swift
[45/52] Compiling ASN1 ASN1UTCTime.swift
[46/52] Compiling ASN1 ASN1Sequence.swift
[47/52] Compiling ASN1 ASN1Set.swift
[48/52] Compiling ASN1 ASN1.swift
[49/52] Compiling ASN1 ASN1BMPString.swift
[50/52] Compiling ASN1 ASN1BitString.swift
[51/52] Compiling ASN1 ASN1Exception.swift
[52/52] Compiling ASN1 ASN1GeneralizedTime.swift
[53/63] Compiling SwiftDilithium SecretKey.swift
[54/64] Compiling SwiftDilithium PreHash.swift
[55/64] Compiling SwiftDilithium PublicKey.swift
[56/64] Compiling SwiftDilithium Exception.swift
[57/64] Compiling SwiftDilithium Matrix.swift
[58/64] Compiling SwiftDilithium Parameters.swift
[59/64] Compiling SwiftDilithium Kind.swift
[60/64] Compiling SwiftDilithium Polynomial.swift
[61/64] Compiling SwiftDilithium Vector.swift
[62/64] Compiling SwiftDilithium ByteSlice.swift
[63/64] Compiling SwiftDilithium Dilithium.swift
[64/64] Emitting module SwiftDilithium
Build complete! (14.77s)
Fetching https://github.com/leif-ibsen/ASN1
Fetching https://github.com/leif-ibsen/Digest
Fetching https://github.com/leif-ibsen/BigInt
[1/2427] Fetching asn1
[123/5020] Fetching asn1, digest
[149/10536] Fetching asn1, digest, bigint
Fetched https://github.com/leif-ibsen/ASN1 from cache (1.46s)
Fetched https://github.com/leif-ibsen/Digest from cache (1.46s)
Fetched https://github.com/leif-ibsen/BigInt from cache (1.46s)
Computing version for https://github.com/leif-ibsen/Digest
Computed https://github.com/leif-ibsen/Digest at 1.13.0 (1.87s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.21.0 (0.37s)
Computing version for https://github.com/leif-ibsen/ASN1
Computed https://github.com/leif-ibsen/ASN1 at 2.7.0 (2.60s)
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.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
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.13.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/Digest"
    }
  ],
  "manifest_display_name" : "SwiftDilithium",
  "name" : "SwiftDilithium",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftDilithium",
      "targets" : [
        "SwiftDilithium"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDilithiumTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDilithiumTests",
      "path" : "Tests/SwiftDilithiumTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftDilithiumTests/Resources/katTestKeyGen.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftDilithiumTests/Resources/katTestSign.rsp",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftDilithiumTests/Resources/katTestVerify.rsp",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BitPacktest.swift",
        "ContextTest.swift",
        "DecomposeTest.swift",
        "EncodeDecodeTest.swift",
        "ExceptionTest.swift",
        "ExpandTest.swift",
        "HintBitTest.swift",
        "KATTestKeyGen.swift",
        "KATTestSign.swift",
        "KATTestVerify.swift",
        "MakeHintTest.swift",
        "NTTTest.swift",
        "PEMTest.swift",
        "Power2RoundTest.swift",
        "SampleInBallTest.swift",
        "SignVerifyTest.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "SwiftDilithium"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDilithium",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDilithium",
      "path" : "Sources/SwiftDilithium",
      "product_dependencies" : [
        "BigInt",
        "ASN1",
        "Digest"
      ],
      "product_memberships" : [
        "SwiftDilithium"
      ],
      "sources" : [
        "ByteSlice.swift",
        "Dilithium.swift",
        "Exception.swift",
        "Kind.swift",
        "Matrix.swift",
        "Parameters.swift",
        "Polynomial.swift",
        "PreHash.swift",
        "PublicKey.swift",
        "SecretKey.swift",
        "Vector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.