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 SwiftECC, reference master (85c529), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 16:38:49 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/SwiftECC.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leif-ibsen/SwiftECC
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 85c529c Release 5.5.0
Cloned https://github.com/leif-ibsen/SwiftECC.git
Revision (git rev-parse @):
85c529c9c56b649a8d8edcef60aab3925ab0f69f
SUCCESS checkout https://github.com/leif-ibsen/SwiftECC.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/leif-ibsen/SwiftECC.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 FFT.swift
[7/28] Compiling Digest SHAKE.swift
[8/29] Compiling BigInt GCD.swift
[9/29] Compiling BigInt Karatsuba.swift
[10/29] Compiling BigInt Limbs.swift
[11/29] Compiling Digest KDF.swift
[12/29] Emitting module Digest
[13/29] Compiling BigInt Factorial.swift
[14/29] Compiling BigInt ExpMod.swift
[15/29] Compiling Digest BLAKE.swift
[16/29] Compiling Digest XOF.swift
[17/29] Compiling BigInt ToomCook.swift
[18/29] Compiling Digest SHA1.swift
[19/29] Compiling Digest Base64.swift
[20/29] Compiling Digest SHA3.swift
[21/29] Compiling Digest MD.swift
[22/29] Compiling Digest HMAC.swift
[23/29] Compiling Digest SHA2.swift
[24/29] Emitting module BigInt
[25/29] Compiling BigInt BigFrac.swift
[26/29] Compiling BigInt BigInt.swift
[27/29] Compiling BigInt BitSieve.swift
[28/29] Compiling BigInt BurnikelZiegler.swift
[29/29] Compiling BigInt CRT.swift
[30/50] Compiling ASN1 ASN1SimpleType.swift
[31/50] Compiling ASN1 ASN1T61String.swift
[32/50] Compiling ASN1 ASN1Exception.swift
[33/50] Compiling ASN1 ASN1GeneralizedTime.swift
[34/50] Compiling ASN1 ASN1Null.swift
[35/50] Compiling ASN1 ASN1ObjectIdentifier.swift
[36/50] Compiling ASN1 ASN1Sequence.swift
[37/50] Compiling ASN1 ASN1Set.swift
[38/50] Compiling ASN1 ASN1Boolean.swift
[39/50] Compiling ASN1 ASN1Collection.swift
[40/50] Compiling ASN1 ASN1Ctx.swift
[41/50] Compiling ASN1 ASN1IA5String.swift
[42/50] Compiling ASN1 ASN1Integer.swift
[43/50] Compiling ASN1 ASN1OctetString.swift
[44/50] Compiling ASN1 ASN1PrintableString.swift
[45/50] Compiling ASN1 ASN1Time.swift
[46/50] Compiling ASN1 ASN1UTCTime.swift
[47/52] Compiling ASN1 ASN1UTF8String.swift
[48/52] Compiling ASN1 InputStream.swift
[49/52] Emitting module ASN1
[50/52] Compiling ASN1 ASN1.swift
[51/52] Compiling ASN1 ASN1BMPString.swift
[52/52] Compiling ASN1 ASN1BitString.swift
[53/89] Emitting module SwiftECC
[54/92] Compiling SwiftECC EC192.swift
[55/92] Compiling SwiftECC EC224.swift
[56/92] Compiling SwiftECC EC256.swift
[57/92] Compiling SwiftECC EC384.swift
[58/92] Compiling SwiftECC OFBCipher.swift
[59/92] Compiling SwiftECC PBE.swift
[60/92] Compiling SwiftECC Curve.swift
[61/92] Compiling SwiftECC Domain.swift
[62/92] Compiling SwiftECC BP160.swift
[63/92] Compiling SwiftECC BP192.swift
[64/92] Compiling SwiftECC BP224.swift
[65/92] Compiling SwiftECC BP256.swift
[66/92] Compiling SwiftECC BP320.swift
[67/92] Compiling SwiftECC BP384.swift
[68/92] Compiling SwiftECC BP512.swift
[69/92] Compiling SwiftECC DomainP.swift
[70/92] Compiling SwiftECC Cipher.swift
[71/92] Compiling SwiftECC DeterministicK.swift
[72/92] Compiling SwiftECC ECBCipher.swift
[73/92] Compiling SwiftECC GCMCipher.swift
[74/92] Compiling SwiftECC EC521.swift
[75/92] Compiling SwiftECC Exception.swift
[76/92] Compiling SwiftECC Point.swift
[77/92] Compiling SwiftECC PrivateKey.swift
[78/92] Compiling SwiftECC BitVector.swift
[79/92] Compiling SwiftECC Domain2.swift
[80/92] Compiling SwiftECC EC163.swift
[81/92] Compiling SwiftECC EC233.swift
[82/92] Compiling SwiftECC PublicKey.swift
[83/92] Compiling SwiftECC RP.swift
[84/92] Compiling SwiftECC Signature.swift
[85/92] Compiling SwiftECC EC283.swift
[86/92] Compiling SwiftECC EC409.swift
[87/92] Compiling SwiftECC EC571.swift
[88/92] Compiling SwiftECC Point2.swift
[89/92] Compiling SwiftECC AES.swift
[90/92] Compiling SwiftECC CBCCipher.swift
[91/92] Compiling SwiftECC CFBCipher.swift
[92/92] Compiling SwiftECC CTRCipher.swift
Build complete! (16.11s)
Fetching https://github.com/leif-ibsen/Digest
Fetching https://github.com/leif-ibsen/BigInt
Fetching https://github.com/leif-ibsen/ASN1
[1/2427] Fetching asn1
[26/5020] Fetching asn1, digest
[463/10536] Fetching asn1, digest, bigint
Fetched https://github.com/leif-ibsen/BigInt from cache (1.36s)
Fetched https://github.com/leif-ibsen/ASN1 from cache (1.36s)
Fetched https://github.com/leif-ibsen/Digest from cache (1.36s)
Computing version for https://github.com/leif-ibsen/Digest
Computed https://github.com/leif-ibsen/Digest at 1.13.0 (1.81s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.21.0 (0.40s)
Computing version for https://github.com/leif-ibsen/ASN1
Computed https://github.com/leif-ibsen/ASN1 at 2.7.0 (2.52s)
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/Digest
Working copy of https://github.com/leif-ibsen/Digest resolved at 1.13.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
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" : "SwiftECC",
  "name" : "SwiftECC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftECC",
      "targets" : [
        "SwiftECC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftECCTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftECCTests",
      "path" : "Tests/SwiftECCTests",
      "sources" : [
        "BlueTest.swift",
        "BrainpoolTest.swift",
        "CipherTest.swift",
        "CryptoKitTest.swift",
        "DomainTest.swift",
        "ECDHTest.swift",
        "EciesAESGCMTest.swift",
        "EciesChaChaTest.swift",
        "EciesTest.swift",
        "ExceptionTest.swift",
        "FuzzTest.swift",
        "GCMTest.swift",
        "KeysEncryptedTest.swift",
        "KeysTest.swift",
        "PEMTest.swift",
        "PointTest.swift",
        "SignatureDetTest.swift",
        "SignatureTest.swift",
        "Test29.swift",
        "Test4.swift",
        "VerifyTest.swift",
        "ZTest.swift"
      ],
      "target_dependencies" : [
        "SwiftECC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftECC",
      "module_type" : "SwiftTarget",
      "name" : "SwiftECC",
      "path" : "Sources/SwiftECC",
      "product_dependencies" : [
        "BigInt",
        "ASN1",
        "Digest"
      ],
      "product_memberships" : [
        "SwiftECC"
      ],
      "sources" : [
        "Cipher/AES.swift",
        "Cipher/CBCCipher.swift",
        "Cipher/CFBCipher.swift",
        "Cipher/CTRCipher.swift",
        "Cipher/Cipher.swift",
        "Cipher/DeterministicK.swift",
        "Cipher/ECBCipher.swift",
        "Cipher/GCMCipher.swift",
        "Cipher/OFBCipher.swift",
        "Cipher/PBE.swift",
        "Curve.swift",
        "Domain.swift",
        "Domain2/BitVector.swift",
        "Domain2/Domain2.swift",
        "Domain2/EC163.swift",
        "Domain2/EC233.swift",
        "Domain2/EC283.swift",
        "Domain2/EC409.swift",
        "Domain2/EC571.swift",
        "Domain2/Point2.swift",
        "DomainP/BP160.swift",
        "DomainP/BP192.swift",
        "DomainP/BP224.swift",
        "DomainP/BP256.swift",
        "DomainP/BP320.swift",
        "DomainP/BP384.swift",
        "DomainP/BP512.swift",
        "DomainP/DomainP.swift",
        "DomainP/EC192.swift",
        "DomainP/EC224.swift",
        "DomainP/EC256.swift",
        "DomainP/EC384.swift",
        "DomainP/EC521.swift",
        "Exception.swift",
        "Point.swift",
        "PrivateKey.swift",
        "PublicKey.swift",
        "RP.swift",
        "Signature.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.