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 IDKit, reference main (9f34f0), with Swift 6.1 for macOS (SPM) on 16 Dec 2025 15:41:04 UTC.

Swift 6 data race errors: 0

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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/worldcoin/idkit-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/worldcoin/idkit-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9f34f05 Update .github/workflows/relyance-sci.yml
Cloned https://github.com/worldcoin/idkit-swift.git
Revision (git rev-parse @):
9f34f0588589c765dabd9726d3ab6ef3d3a91103
SUCCESS checkout https://github.com/worldcoin/idkit-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/worldcoin/idkit-swift.git
https://github.com/worldcoin/idkit-swift.git
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "IDKit",
  "name" : "IDKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "IDKit",
      "targets" : [
        "IDKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "idkitFFI",
      "module_type" : "BinaryTarget",
      "name" : "idkitFFI",
      "path" : "remote/archive/IDKitFFI.xcframework.zip",
      "product_memberships" : [
        "IDKit"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "IDKit",
      "module_type" : "SwiftTarget",
      "name" : "IDKit",
      "path" : "Sources/IDKit",
      "product_dependencies" : [
        "BigInt",
        "Crypto",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "IDKit"
      ],
      "sources" : [
        "Generated/idkit.swift",
        "Generated/idkit_core.swift",
        "IDKit.swift",
        "Request+Convenience.swift",
        "Session+Compatibility.swift"
      ],
      "target_dependencies" : [
        "idkitFFI"
      ],
      "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/8] Write sources
[4/8] Copying libidkitFFI.a
[5/8] Copying PrivacyInfo.xcprivacy
[7/8] Write swift-version-2F0A5646E1D333AE.txt
[9/207] Emitting module BigInt
[10/209] Emitting module Crypto
[11/217] Compiling CryptoSwift Array+Extension.swift
[12/217] Compiling CryptoSwift Authenticator.swift
[13/217] Compiling CryptoSwift ASN1.swift
[14/217] Compiling CryptoSwift ASN1Decoder.swift
[15/217] Compiling BigInt Subtraction.swift
[16/217] Compiling BigInt Words and Bits.swift
[17/217] Compiling CryptoSwift Bit.swift
[18/217] Compiling CryptoSwift BlockCipher.swift
[19/217] Compiling CryptoSwift BlockDecryptor.swift
[20/217] Compiling CryptoSwift BlockEncryptor.swift
[21/217] Compiling CryptoSwift BlockMode.swift
[22/217] Compiling CryptoSwift BlockModeOptions.swift
[23/217] Compiling CryptoSwift CBC.swift
[24/217] Compiling CryptoSwift CCM.swift
[27/217] Compiling CryptoSwift CipherModeWorker.swift
[28/217] Compiling CryptoSwift ECB.swift
[29/228] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[30/228] Compiling CryptoSwift AES.Cryptors.swift
[31/228] Compiling CryptoSwift AES.swift
[32/228] Compiling CryptoSwift ASN1Encoder.swift
[33/228] Compiling CryptoSwift ASN1Scanner.swift
[34/228] Compiling Crypto ECDSA_boring.swift
[35/228] Compiling Crypto EdDSA_boring.swift
[36/228] Compiling Crypto ECDSA.swift
[37/228] Compiling Crypto Ed25519.swift
[38/228] Compiling Crypto Signature.swift
[39/228] Compiling Crypto CryptoKitErrors_boring.swift
[40/228] Compiling Crypto Curve25519.swift
[41/228] Compiling CryptoSwift Checksum.swift
[42/228] Compiling CryptoSwift Cipher.swift
[43/228] Compiling CryptoSwift Collection+Extension.swift
[44/228] Compiling CryptoSwift CompactMap.swift
[45/228] Compiling CryptoSwift Operators.swift
[46/228] Compiling CryptoSwift DER.swift
[47/228] Compiling CryptoSwift PBKDF1.swift
[48/228] Compiling Crypto RNG_boring.swift
[49/228] Compiling Crypto SafeCompare_boring.swift
[50/228] Compiling Crypto Zeroization_boring.swift
[51/228] Compiling Crypto PrettyBytes.swift
[52/228] Compiling Crypto SafeCompare.swift
[53/228] Compiling Crypto SecureBytes.swift
[54/228] Compiling Crypto Zeroization.swift
[55/228] Compiling Crypto resource_bundle_accessor.swift
[56/228] Compiling CryptoSwift AEAD.swift
[57/228] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[58/228] Compiling CryptoSwift BatchedCollection.swift
[67/228] Compiling CryptoSwift Cryptors.swift
[68/228] Compiling CryptoSwift Digest.swift
[69/228] Compiling CryptoSwift DigestType.swift
[70/228] Compiling CryptoSwift AES+Foundation.swift
[71/228] Compiling CryptoSwift Array+Foundation.swift
[72/228] Compiling CryptoSwift Blowfish+Foundation.swift
[73/228] Compiling CryptoSwift ChaCha20+Foundation.swift
[74/228] Compiling CryptoSwift Data+Extension.swift
[75/228] Compiling CryptoSwift Cryptor.swift
[84/228] Compiling CryptoSwift HMAC+Foundation.swift
[85/228] Compiling Crypto ECDSASignature_boring.swift
[86/228] Compiling CryptoSwift String+FoundationExtension.swift
[87/228] Compiling CryptoSwift Utils+Foundation.swift
[88/228] Compiling CryptoSwift XChaCha20+Foundation.swift
[89/228] Compiling CryptoSwift Generics.swift
[90/228] Compiling CryptoSwift HKDF.swift
[91/228] Compiling CryptoSwift HMAC.swift
[92/228] Compiling CryptoSwift ISO10126Padding.swift
[93/228] Compiling CryptoSwift ISO78164Padding.swift
[94/228] Compiling CryptoSwift Int+Extension.swift
[95/228] Compiling CryptoSwift MD5.swift
[96/228] Compiling CryptoSwift NoPadding.swift
[97/228] Compiling CryptoSwift FloatingPointConversion.swift
[98/228] Compiling CryptoSwift GCD.swift
[99/228] Compiling CryptoSwift Hashable.swift
[100/228] Compiling CryptoSwift IntegerConversion.swift
[101/228] Compiling CryptoSwift Multiplication.swift
[102/228] Compiling CryptoSwift PrimeTest.swift
[103/228] Compiling CryptoSwift Random.swift
[105/228] Compiling CryptoSwift OCB.swift
[106/228] Compiling CryptoSwift OFB.swift
[107/228] Compiling CryptoSwift PCBC.swift
[108/228] Compiling CryptoSwift Blowfish.swift
[109/228] Compiling CryptoSwift CBCMAC.swift
[110/228] Compiling CryptoSwift CMAC.swift
[111/228] Compiling CryptoSwift Addition.swift
[112/228] Compiling CryptoSwift BigInt.swift
[130/228] Compiling CryptoSwift BigUInt.swift
[131/228] Compiling CryptoSwift BitwiseOps.swift
[132/228] Compiling CryptoSwift CS.swift
[133/228] Compiling CryptoSwift Codable.swift
[134/228] Compiling CryptoSwift Comparable.swift
[135/228] Compiling CryptoSwift DataConversion.swift
[136/228] Compiling CryptoSwift Division.swift
[137/228] Compiling CryptoSwift Exponentiation.swift
[145/228] Compiling CryptoSwift GCM.swift
[182/228] Emitting module CryptoSwift
[183/228] Compiling CryptoSwift String+Extension.swift
[184/228] Compiling CryptoSwift UInt128.swift
[185/228] Compiling CryptoSwift UInt16+Extension.swift
[186/228] Compiling CryptoSwift UInt32+Extension.swift
[187/228] Compiling CryptoSwift UInt64+Extension.swift
[188/228] Compiling CryptoSwift UInt8+Extension.swift
[189/228] Compiling CryptoSwift Updatable.swift
[190/228] Compiling CryptoSwift Utils.swift
[191/228] Compiling CryptoSwift XChaCha20.swift
[192/228] Compiling CryptoSwift ZeroPadding.swift
[193/228] Compiling CryptoSwift resource_bundle_accessor.swift
[218/228] Compiling CryptoSwift RSA+Signature.swift
[219/228] Compiling CryptoSwift RSA.swift
[220/228] Compiling CryptoSwift Rabbit.swift
[221/228] Compiling CryptoSwift SHA1.swift
[222/228] Compiling CryptoSwift SHA2.swift
[223/228] Compiling CryptoSwift SHA3.swift
[224/228] Compiling CryptoSwift Scrypt.swift
[225/228] Compiling CryptoSwift SecureBytes.swift
[226/228] Compiling CryptoSwift Signature.swift
[227/228] Compiling CryptoSwift StreamDecryptor.swift
[228/228] Compiling CryptoSwift StreamEncryptor.swift
[229/234] Compiling IDKit Session+Compatibility.swift
[230/234] Compiling IDKit Request+Convenience.swift
[231/234] Compiling IDKit IDKit.swift
[232/234] Compiling IDKit idkit.swift
[233/234] Emitting module IDKit
[234/234] Compiling IDKit idkit_core.swift
Build complete! (26.00s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git from cache
[1/13105] Fetching cryptoswift
[2/17931] Fetching cryptoswift, bigint
Fetched https://github.com/apple/swift-crypto.git from cache (1.54s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.93s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.93s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (5.29s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.26s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.41s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Downloading binary artifact https://github.com/worldcoin/idkit-swift/releases/download/4.0.1/IDKitFFI.xcframework.zip
[32750/10159418] Downloading https://github.com/worldcoin/idkit-swift/releases/download/4.0.1/IDKitFFI.xcframework.zip
Downloaded https://github.com/worldcoin/idkit-swift/releases/download/4.0.1/IDKitFFI.xcframework.zip (0.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "IDKit",
  "name" : "IDKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "IDKit",
      "targets" : [
        "IDKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "idkitFFI",
      "module_type" : "BinaryTarget",
      "name" : "idkitFFI",
      "path" : "remote/archive/IDKitFFI.xcframework.zip",
      "product_memberships" : [
        "IDKit"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "IDKit",
      "module_type" : "SwiftTarget",
      "name" : "IDKit",
      "path" : "Sources/IDKit",
      "product_dependencies" : [
        "BigInt",
        "Crypto",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "IDKit"
      ],
      "sources" : [
        "Generated/idkit.swift",
        "Generated/idkit_core.swift",
        "IDKit.swift",
        "Request+Convenience.swift",
        "Session+Compatibility.swift"
      ],
      "target_dependencies" : [
        "idkitFFI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.