The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-cardano-uplc, reference 0.1.4 (707df7), with Swift 6.1 for macOS (SPM) on 2 May 2026 07:38:38 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-cardano-uplc.git
Reference: 0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kingpin-Apps/swift-cardano-uplc
 * tag               0.1.4      -> FETCH_HEAD
HEAD is now at 707df7b bump: version 0.1.3 → 0.1.4
Cloned https://github.com/Kingpin-Apps/swift-cardano-uplc.git
Revision (git rev-parse @):
707df7b756bd4dc3fdfd265794ed1a990c67b58b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Kingpin-Apps/swift-cardano-uplc.git at 0.1.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kingpin-Apps/swift-cardano-uplc.git
https://github.com/Kingpin-Apps/swift-cardano-uplc.git
{
  "dependencies" : [
    {
      "identity" : "swift-cardano-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.16",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cardano-core.git"
    },
    {
      "identity" : "swift-blst",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-blst.git"
    },
    {
      "identity" : "swift-ncal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-ncal.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-secp256k1",
      "requirement" : {
        "exact" : [
          "0.22.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/21-DOT-DEV/swift-secp256k1"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-cardano-uplc",
  "name" : "swift-cardano-uplc",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCardanoUPLC",
      "targets" : [
        "SwiftCardanoUPLC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCardanoUPLCTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoUPLCTests",
      "path" : "Tests/SwiftCardanoUPLCTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftCardanoUPLCTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ConformanceTests/BuiltinConformanceTests.swift",
        "ConformanceTests/PlutusConformanceTests.swift",
        "IntegrationTests/CEKMachineEdgeCaseTests.swift",
        "IntegrationTests/FlatEncodingTests.swift",
        "TestHelpers.swift",
        "UnitTests/ASTTests.swift",
        "UnitTests/PhaseTwoUnresolvableInputTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCardanoUPLC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCardanoUPLC",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoUPLC",
      "path" : "Sources/SwiftCardanoUPLC",
      "product_dependencies" : [
        "SwiftCardanoCore",
        "SwiftBLST",
        "SwiftNcal",
        "CryptoSwift",
        "P256K",
        "libsecp256k1",
        "BigInt",
        "Logging"
      ],
      "product_memberships" : [
        "SwiftCardanoUPLC"
      ],
      "sources" : [
        "AST/Constant.swift",
        "AST/Name.swift",
        "AST/Program.swift",
        "AST/Term.swift",
        "AST/UPLCType.swift",
        "Builtins/BuiltinRuntime.swift",
        "Builtins/DefaultFunction.swift",
        "Builtins/RIPEMD160.swift",
        "DeBruijn/DeBruijnConverter.swift",
        "Flat/BitReader.swift",
        "Flat/BitWriter.swift",
        "Flat/FlatDecoder.swift",
        "Flat/FlatEncoder.swift",
        "Machine/CEKMachine.swift",
        "Machine/Context.swift",
        "Machine/CostModel.swift",
        "Machine/Environment.swift",
        "Machine/EvalResult.swift",
        "Machine/MachineError.swift",
        "Machine/Value.swift",
        "Parser/UPLCParser.swift",
        "Pretty/PrettyPrinter.swift",
        "TX/PhaseTwo.swift",
        "TX/ScriptContext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/Kingpin-Apps/swift-blst.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/21-DOT-DEV/swift-secp256k1
Fetching https://github.com/Kingpin-Apps/swift-ncal.git
Fetching https://github.com/Kingpin-Apps/swift-cardano-core.git
Fetching https://github.com/apple/swift-log.git from cache
[1/4878] Fetching bigint
[2/5371] Fetching bigint, swift-ncal
[190/9119] Fetching bigint, swift-ncal, swift-cardano-core
[215/9216] Fetching bigint, swift-ncal, swift-cardano-core, swift-blst
[357/22603] Fetching bigint, swift-ncal, swift-cardano-core, swift-blst, cryptoswift
[10990/33301] Fetching bigint, swift-ncal, swift-cardano-core, swift-blst, cryptoswift, swift-secp256k1
Fetched https://github.com/Kingpin-Apps/swift-ncal.git from cache (1.63s)
[24704/32808] Fetching bigint, swift-cardano-core, swift-blst, cryptoswift, swift-secp256k1
Fetched https://github.com/Kingpin-Apps/swift-blst.git from cache (1.83s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.83s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.83s)
Fetched https://github.com/Kingpin-Apps/swift-cardano-core.git from cache (1.83s)
[5029/10698] Fetching swift-secp256k1
Fetched https://github.com/21-DOT-DEV/swift-secp256k1 from cache (3.56s)
Fetched https://github.com/apple/swift-log.git from cache (3.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (4.12s)
Computing version for https://github.com/21-DOT-DEV/swift-secp256k1
Computed https://github.com/21-DOT-DEV/swift-secp256k1 at 0.22.0 (0.53s)
Computing version for https://github.com/Kingpin-Apps/swift-ncal.git
error: Dependencies could not be resolved because 'swift-ncal' >= 0.2.1 contains incompatible tools version (6.2.0) and root depends on 'swift-ncal' 0.2.2..<1.0.0.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/krzyzanowskim/CryptoSwift.git
Updating https://github.com/21-DOT-DEV/swift-secp256k1
Updating https://github.com/Kingpin-Apps/swift-ncal.git
Updating https://github.com/apple/swift-log.git
Updating https://github.com/Kingpin-Apps/swift-blst.git
Updating https://github.com/Kingpin-Apps/swift-cardano-core.git
Updating https://github.com/attaswift/BigInt.git
Updated https://github.com/Kingpin-Apps/swift-cardano-core.git (0.47s)
Updated https://github.com/attaswift/BigInt.git (0.48s)
Updated https://github.com/Kingpin-Apps/swift-blst.git (0.48s)
Updated https://github.com/Kingpin-Apps/swift-ncal.git (0.58s)
Updated https://github.com/apple/swift-log.git (0.58s)
Updated https://github.com/21-DOT-DEV/swift-secp256k1 (0.67s)
Updated https://github.com/krzyzanowskim/CryptoSwift.git (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.76s)
Computing version for https://github.com/21-DOT-DEV/swift-secp256k1
Computed https://github.com/21-DOT-DEV/swift-secp256k1 at 0.22.0 (0.03s)
Computing version for https://github.com/Kingpin-Apps/swift-ncal.git
error: Dependencies could not be resolved because 'swift-ncal' >= 0.2.1 contains incompatible tools version (6.2.0) and root depends on 'swift-ncal' 0.2.2..<1.0.0.
BUILD FAILURE 6.1 macosSpm