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 ATCryptography, reference main (ede299), with Swift 6.1 for tvOS using Xcode 16.3 on 1 May 2025 00:24:06 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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATCryptography.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ATProtoKit/ATCryptography
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ede2997 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/ATProtoKit/ATCryptography.git
Revision (git rev-parse @):
ede2997fff14b87da471edc7d04a4593eeca0a6b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATCryptography.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ATProtoKit/ATCryptography.git
https://github.com/ATProtoKit/ATCryptography.git
{
  "dependencies" : [
    {
      "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"
    },
    {
      "identity" : "swift-secp256k1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/21-DOT-DEV/swift-secp256k1.git"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.5.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    }
  ],
  "manifest_display_name" : "ATCryptography",
  "name" : "ATCryptography",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ATCryptography",
      "targets" : [
        "ATCryptography"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATCryptographyTests",
      "module_type" : "SwiftTarget",
      "name" : "ATCryptographyTests",
      "path" : "Tests/ATCryptographyTests",
      "sources" : [
        "BaseRadix/Base16Suite.swift",
        "BaseRadix/Base32Suite.swift",
        "BaseRadix/Base58Suite.swift",
        "BaseRadix/Base64URLSuite.swift",
        "DIDKeySuite.swift",
        "KeyCompressionSuite.swift",
        "KeypairSuite.swift",
        "RandomSuite.swift",
        "SgnatureSuite.swift"
      ],
      "target_dependencies" : [
        "ATCryptography"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATCryptography",
      "module_type" : "SwiftTarget",
      "name" : "ATCryptography",
      "path" : "Sources/ATCryptography",
      "product_dependencies" : [
        "Crypto",
        "secp256k1",
        "BigInt"
      ],
      "product_memberships" : [
        "ATCryptography"
      ],
      "sources" : [
        "ATCryptography.swift",
        "ATCryptographyTools.swift",
        "BaseRadix/Base16.swift",
        "BaseRadix/Base32.swift",
        "BaseRadix/Base58.swift",
        "BaseRadix/Base64URL.swift",
        "DIDKey.swift",
        "Errors.swift",
        "Extensions/BigIntExtensions.swift",
        "Extensions/DataExtensions.swift",
        "Extensions/ECDSASignatureExtensions.swift",
        "Extensions/StringExtensions.swift",
        "Multibase.swift",
        "Plugins.swift",
        "SHA256Hasher.swift",
        "SecureRandom.swift",
        "SignatureVerifier.swift",
        "Types.swift",
        "k256/K256Encoding.swift",
        "k256/K256Keypair.swift",
        "k256/K256Operations.swift",
        "k256/K256Plugin.swift",
        "p256/P256Encoding.swift",
        "p256/P256Keypair.swift",
        "p256/P256Operations.swift",
        "p256/P256Plugin.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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/21-DOT-DEV/swift-secp256k1.git
Fetching from https://github.com/attaswift/BigInt.git
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Creating working copy of package ‘swift-crypto’
Checking out 3.12.3 of package ‘swift-crypto’
Creating working copy of package ‘swift-asn1’
Checking out 1.3.2 of package ‘swift-asn1’
Creating working copy of package ‘BigInt’
Checking out 5.5.1 of package ‘BigInt’
Creating working copy of package ‘swift-secp256k1’
Checking out 0.21.1 of package ‘swift-secp256k1’
product 'secp256k1' required by package 'spi-builder-workspace' target 'ATCryptography' not found in package 'swift-secp256k1'. Did you mean 'libsecp256k1'?Resolve Package Graph
product 'secp256k1' required by package 'spi-builder-workspace' target 'ATCryptography' not found in package 'swift-secp256k1'. Did you mean 'libsecp256k1'?
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-30 17:24:05.764 xcodebuild[515:2893] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-30-04_17-24-0005.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'secp256k1' required by package 'spi-builder-workspace' target 'ATCryptography' not found in package 'swift-secp256k1'. 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 'spi-builder-workspace' target 'ATCryptography' not found in package 'swift-secp256k1'. Did you mean 'libsecp256k1'?
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-30 17:24:06.576 xcodebuild[891:4451] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-30-04_17-24-0006.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'secp256k1' required by package 'spi-builder-workspace' target 'ATCryptography' not found in package 'swift-secp256k1'. Did you mean 'libsecp256k1'?
BUILD FAILURE 6.1 tvOS