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

Failed to build idkit-swift, reference main (d2a565), with Swift 6.1 for tvOS using Xcode 16.3 on 29 Apr 2025 04:26:40 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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 d2a565e Update verification levels to add Document and Secure Document (#2)
Cloned https://github.com/worldcoin/idkit-swift.git
Revision (git rev-parse @):
d2a565e88572e14b968e1a416a517c614824fb78
SUCCESS checkout https://github.com/worldcoin/idkit-swift.git at main
========================================
Build
========================================
Selected platform:         tvOS
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" : "web3.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/argentlabs/web3.swift"
    },
    {
      "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-swift",
  "name" : "idkit-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "IDKit",
      "targets" : [
        "IDKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IDKitCore",
      "targets" : [
        "IDKitCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IDKitCore",
      "module_type" : "SwiftTarget",
      "name" : "IDKitCore",
      "path" : "Sources/IDKitCore",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "IDKit",
        "IDKitCore"
      ],
      "sources" : [
        "BridgeClient.swift",
        "Extensions/Encodable+encrypt.swift",
        "Extensions/URLExt.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IDKit",
      "module_type" : "SwiftTarget",
      "name" : "IDKit",
      "path" : "Sources/IDKit",
      "product_dependencies" : [
        "BigInt",
        "web3.swift"
      ],
      "product_memberships" : [
        "IDKit"
      ],
      "sources" : [
        "Session.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "IDKitCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/attaswift/BigInt.git
Fetching from https://github.com/argentlabs/web3.swift
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/vapor/websocket-kit.git
Fetching from https://github.com/iwill/generic-json-swift
Fetching from https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/apple/swift-nio-extras.git (cached)
Fetching from https://github.com/apple/swift-nio-transport-services.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-http-structured-headers.git (cached)
Fetching from https://github.com/apple/swift-nio-http2.git (cached)
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-http-types.git (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Creating working copy of package ‘web3.swift’
Checking out 1.6.1 of package ‘web3.swift’
Creating working copy of package ‘swift-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Creating working copy of package ‘secp256k1.swift’
Checking out 0.21.0 of package ‘secp256k1.swift’
Creating working copy of package ‘swift-crypto’
Checking out 3.12.3 of package ‘swift-crypto’
Creating working copy of package ‘websocket-kit’
Checking out 2.16.0 of package ‘websocket-kit’
Creating working copy of package ‘swift-nio-http2’
Checking out 1.36.0 of package ‘swift-nio-http2’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Creating working copy of package ‘swift-nio-ssl’
Checking out 2.30.0 of package ‘swift-nio-ssl’
Creating working copy of package ‘swift-nio-transport-services’
Checking out 1.24.0 of package ‘swift-nio-transport-services’
Creating working copy of package ‘swift-http-structured-headers’
Checking out 1.2.2 of package ‘swift-http-structured-headers’
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-nio’
Checking out 2.82.0 of package ‘swift-nio’
Creating working copy of package ‘swift-nio-extras’
Checking out 1.26.0 of package ‘swift-nio-extras’
Creating working copy of package ‘swift-asn1’
Checking out 1.3.2 of package ‘swift-asn1’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘BigInt’
Checking out 5.5.1 of package ‘BigInt’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘generic-json-swift’
Checking out 2.0.2 of package ‘generic-json-swift’
product 'secp256k1' required by package 'web3.swift' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?Resolve Package Graph
product 'secp256k1' required by package 'web3.swift' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-28 21:26:39.437 xcodebuild[519:2941] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-28-04_21-26-0039.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'secp256k1' required by package 'web3.swift' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
product 'secp256k1' required by package 'web3.swift' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-28 21:26:40.345 xcodebuild[1417:6396] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-28-04_21-26-0040.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'secp256k1' required by package 'web3.swift' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
BUILD FAILURE 6.1 tvOS