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 SwiftECC, reference master (85c529), with Swift 5.9 for macOS (SPM) on 11 Apr 2025 18:59:20 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/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:             5.9
Building package at path:  $PWD
https://github.com/leif-ibsen/SwiftECC.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/22] Compiling BigInt Karatsuba.swift
[2/23] Compiling BigInt GCD.swift
[3/23] Compiling BigInt Limbs.swift
[4/23] Compiling BigInt FFT.swift
[5/23] Compiling BigInt ExpMod.swift
[6/23] Compiling BigInt CRT.swift
[7/23] Compiling BigInt Factorial.swift
[8/23] Compiling Digest SHAKE.swift
[9/23] Compiling Digest SHA3.swift
[10/24] Compiling Digest SHA1.swift
[11/24] Compiling Digest SHA2.swift
[12/24] Compiling Digest MD.swift
[13/24] Compiling BigInt ToomCook.swift
[14/24] Compiling Digest XOF.swift
[15/24] Compiling BigInt BitSieve.swift
[16/24] Compiling BigInt BurnikelZiegler.swift
[17/24] Emitting module BigInt
[18/24] Compiling BigInt BigFrac.swift
[19/24] Compiling BigInt BigInt.swift
[20/24] Compiling Digest KDF.swift
[21/24] Compiling Digest HMAC.swift
[22/24] Compiling Digest BLAKE.swift
[23/24] Emitting module Digest
[24/24] Compiling Digest Base64.swift
[25/45] Emitting module ASN1
[26/47] Compiling ASN1 ASN1UTF8String.swift
[27/47] Compiling ASN1 InputStream.swift
[28/47] Compiling ASN1 ASN1Time.swift
[29/47] Compiling ASN1 ASN1UTCTime.swift
[30/47] Compiling ASN1 ASN1SimpleType.swift
[31/47] Compiling ASN1 ASN1T61String.swift
[32/47] Compiling ASN1 ASN1IA5String.swift
[33/47] Compiling ASN1 ASN1Integer.swift
[34/47] Compiling ASN1 ASN1Sequence.swift
[35/47] Compiling ASN1 ASN1Set.swift
[36/47] Compiling ASN1 ASN1Null.swift
[37/47] Compiling ASN1 ASN1ObjectIdentifier.swift
[38/47] Compiling ASN1 ASN1Boolean.swift
[39/47] Compiling ASN1 ASN1Collection.swift
[40/47] Compiling ASN1 ASN1Ctx.swift
[41/47] Compiling ASN1 ASN1Exception.swift
[42/47] Compiling ASN1 ASN1GeneralizedTime.swift
[43/47] Compiling ASN1 ASN1OctetString.swift
[44/47] Compiling ASN1 ASN1PrintableString.swift
[45/47] Compiling ASN1 ASN1.swift
[46/47] Compiling ASN1 ASN1BMPString.swift
[47/47] Compiling ASN1 ASN1BitString.swift
[48/84] Compiling SwiftECC BP320.swift
[49/84] Compiling SwiftECC BP384.swift
[50/84] Compiling SwiftECC BP512.swift
[51/84] Compiling SwiftECC DomainP.swift
[52/84] Compiling SwiftECC EC192.swift
[53/84] Compiling SwiftECC EC224.swift
[54/84] Compiling SwiftECC EC256.swift
[55/84] Compiling SwiftECC EC384.swift
[56/87] Compiling SwiftECC EC521.swift
[57/87] Compiling SwiftECC Exception.swift
[58/87] Compiling SwiftECC Point.swift
[59/87] Compiling SwiftECC PrivateKey.swift
[60/87] Emitting module SwiftECC
[61/87] Compiling SwiftECC Cipher.swift
[62/87] Compiling SwiftECC DeterministicK.swift
[63/87] Compiling SwiftECC ECBCipher.swift
[64/87] Compiling SwiftECC GCMCipher.swift
[65/87] Compiling SwiftECC PublicKey.swift
[66/87] Compiling SwiftECC RP.swift
[67/87] Compiling SwiftECC Signature.swift
[68/87] Compiling SwiftECC BitVector.swift
[69/87] Compiling SwiftECC Domain2.swift
[70/87] Compiling SwiftECC EC163.swift
[71/87] Compiling SwiftECC EC233.swift
[72/87] Compiling SwiftECC BP160.swift
[73/87] Compiling SwiftECC BP192.swift
[74/87] Compiling SwiftECC BP224.swift
[75/87] Compiling SwiftECC BP256.swift
[76/87] Compiling SwiftECC EC283.swift
[77/87] Compiling SwiftECC EC409.swift
[78/87] Compiling SwiftECC EC571.swift
[79/87] Compiling SwiftECC Point2.swift
[80/87] Compiling SwiftECC AES.swift
[81/87] Compiling SwiftECC CBCCipher.swift
[82/87] Compiling SwiftECC CFBCipher.swift
[83/87] Compiling SwiftECC CTRCipher.swift
[84/87] Compiling SwiftECC OFBCipher.swift
[85/87] Compiling SwiftECC PBE.swift
[86/87] Compiling SwiftECC Curve.swift
[87/87] Compiling SwiftECC Domain.swift
Build complete! (20.45s)
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
[99/5020] Fetching asn1, digest
[566/10536] Fetching asn1, digest, bigint
Fetched https://github.com/leif-ibsen/ASN1 (2.11s)
Fetched https://github.com/leif-ibsen/BigInt (2.11s)
Fetched https://github.com/leif-ibsen/Digest (2.11s)
Computing version for https://github.com/leif-ibsen/Digest
Computed https://github.com/leif-ibsen/Digest at 1.13.0 (0.32s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.21.0 (0.33s)
Computing version for https://github.com/leif-ibsen/ASN1
Computed https://github.com/leif-ibsen/ASN1 at 2.7.0 (2.90s)
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.