The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftCardanoChain, reference main (a6378c), with Swift 6.1 for watchOS using Xcode 16.3 on 1 May 2026 13:04:25 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-cardano-chain.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kingpin-Apps/swift-cardano-chain
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a6378cf bump: version 0.3.1 → 0.3.2
Cloned https://github.com/Kingpin-Apps/swift-cardano-chain.git
Revision (git rev-parse @):
a6378cf199e85a7320376cfd3efd842b192d9e44
SUCCESS checkout https://github.com/Kingpin-Apps/swift-cardano-chain.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kingpin-Apps/swift-cardano-chain.git
https://github.com/Kingpin-Apps/swift-cardano-chain.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-cardano-utils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cardano-utils.git"
    },
    {
      "identity" : "swift-blockfrost-api",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-blockfrost-api.git"
    },
    {
      "identity" : "swift-handles-api",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-handles-api.git"
    },
    {
      "identity" : "swift-koios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-koios.git"
    },
    {
      "identity" : "swift-ogmios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-ogmios.git"
    },
    {
      "identity" : "swift-cardano-network",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cardano-network.git"
    },
    {
      "identity" : "swift-cardano-uplc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cardano-uplc.git"
    },
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.0",
            "upper_bound" : "3.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/PotentCodables.git"
    }
  ],
  "manifest_display_name" : "SwiftCardanoChain",
  "name" : "SwiftCardanoChain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCardanoChain",
      "targets" : [
        "SwiftCardanoChain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCardanoChainTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoChainTests",
      "path" : "Tests/SwiftCardanoChainTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftCardanoChainTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BackendsTests/BlockfrostTests.swift",
        "BackendsTests/CardanoCLITests.swift",
        "BackendsTests/ChainContextExtensionsTests.swift",
        "BackendsTests/KoiosTests.swift",
        "BackendsTests/NodeSocketTests.swift",
        "BackendsTests/OfflineTransferTests.swift",
        "BackendsTests/OgmiosTests.swift",
        "Fixtures.swift",
        "Fixtures/MockBlockfrostTransport.swift",
        "Fixtures/MockCardanoCLIClient.swift",
        "Fixtures/MockKoiosTransport.swift",
        "Fixtures/MockOgmiosHTTPConnection.swift",
        "ModelTests/AddressInfoModelTests.swift",
        "ModelTests/GovernanceModelTests.swift",
        "ModelTests/ModelTestHelpers.swift",
        "ModelTests/OfflineTransferModelTests.swift",
        "ModelTests/StakePoolAndNetworkModelTests.swift",
        "NetworkTests.swift",
        "UtilitiesTests/AdaHandleUtilsTests.swift",
        "UtilitiesTests/CacheTests.swift",
        "UtilitiesTests/ErrorsTests.swift",
        "UtilitiesTests/UtilsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCardanoChain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCardanoChain",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoChain",
      "path" : "Sources/SwiftCardanoChain",
      "product_dependencies" : [
        "PotentCodables",
        "SwiftCardanoCore",
        "SwiftCardanoUtils",
        "SwiftBlockfrostAPI",
        "SwiftHandlesAPI",
        "SwiftKoios",
        "SwiftOgmios",
        "SwiftCardanoNetwork",
        "SwiftCardanoUPLC"
      ],
      "product_memberships" : [
        "SwiftCardanoChain"
      ],
      "sources" : [
        "Backends/Blockfrost.swift",
        "Backends/CardanoCLI.swift",
        "Backends/ChainContext.swift",
        "Backends/Koios.swift",
        "Backends/NodeSocket.swift",
        "Backends/OfflineTransfer.swift",
        "Backends/Ogmios.swift",
        "Models/AddressInfo.swift",
        "Models/CommitteeMemberInfo.swift",
        "Models/DRepInfo.swift",
        "Models/GovActionInfo.swift",
        "Models/KESPeriodInfo.swift",
        "Models/NetworkProtocols.swift",
        "Models/OfflineTransferModels.swift",
        "Models/StakePoolInfo.swift",
        "Utilities/AdaHandleUtils.swift",
        "Utilities/Cache.swift",
        "Utilities/Errors.swift",
        "Utilities/Utils.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/Kingpin-Apps/swift-koios.git
Fetching from https://github.com/Kingpin-Apps/swift-blockfrost-api.git
Fetching from https://github.com/KINGH242/PotentCodables.git
Fetching from https://github.com/Kingpin-Apps/swift-cardano-uplc.git
Fetching from https://github.com/Kingpin-Apps/swift-handles-api.git
Fetching from https://github.com/Kingpin-Apps/swift-cardano-network.git
Fetching from https://github.com/Kingpin-Apps/swift-ogmios.git
Fetching from https://github.com/Kingpin-Apps/swift-cardano-utils.git
Fetching from https://github.com/Kingpin-Apps/swift-cardano-core.git
Fetching from https://github.com/SusanDoggie/Float16.git
Fetching from https://github.com/attaswift/BigInt.git
Fetching from https://github.com/sharplet/Regex.git
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-metrics.git (cached)
Fetching from https://github.com/apple/swift-nio-extras.git (cached)
Resolve Package Graph
Updating from https://github.com/KINGH242/PotentCodables.git
Updating from https://github.com/Kingpin-Apps/swift-cardano-network.git
Updating from https://github.com/Kingpin-Apps/swift-koios.git
Updating from https://github.com/Kingpin-Apps/swift-handles-api.git
Updating from https://github.com/Kingpin-Apps/swift-blockfrost-api.git
Updating from https://github.com/Kingpin-Apps/swift-cardano-uplc.git
Updating from https://github.com/Kingpin-Apps/swift-ogmios.git
Updating from https://github.com/Kingpin-Apps/swift-cardano-core.git
Updating from https://github.com/Kingpin-Apps/swift-cardano-utils.git
Updating from https://github.com/apple/swift-collections.git
Updating from https://github.com/SusanDoggie/Float16.git
Updating from https://github.com/attaswift/BigInt.git
Updating from https://github.com/sharplet/Regex.git
Updating from https://github.com/apple/swift-nio.git
Updating from https://github.com/apple/swift-log.git
Updating from https://github.com/apple/swift-metrics.git
Updating from https://github.com/apple/swift-nio-extras.git
Resolve Package Graph
Updating from https://github.com/Kingpin-Apps/swift-cardano-network.git
Updating from https://github.com/Kingpin-Apps/swift-blockfrost-api.git
Updating from https://github.com/Kingpin-Apps/swift-cardano-uplc.git
Updating from https://github.com/Kingpin-Apps/swift-handles-api.git
Updating from https://github.com/Kingpin-Apps/swift-koios.git
Updating from https://github.com/KINGH242/PotentCodables.git
Updating from https://github.com/Kingpin-Apps/swift-ogmios.git
Updating from https://github.com/Kingpin-Apps/swift-cardano-core.git
Updating from https://github.com/Kingpin-Apps/swift-cardano-utils.git
Updating from https://github.com/SusanDoggie/Float16.git
Updating from https://github.com/sharplet/Regex.git
Updating from https://github.com/apple/swift-collections.git
Updating from https://github.com/attaswift/BigInt.git
Updating from https://github.com/apple/swift-metrics.git
Updating from https://github.com/apple/swift-nio.git
Updating from https://github.com/apple/swift-log.git
Updating from https://github.com/apple/swift-nio-extras.git
Resolved source packages:
  spi-builder-workspace: (null)
2026-05-01 06:04:22.821 xcodebuild[518:2961] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-01-05_06-04-0022.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because 'swift-koios' contains incompatible tools version (6.2.0) and root depends on 'swift-koios' 0.1.7..<1.0.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
Updating from https://github.com/Kingpin-Apps/swift-handles-api.git
Updating from https://github.com/KINGH242/PotentCodables.git
Updating from https://github.com/Kingpin-Apps/swift-ogmios.git
Updating from https://github.com/Kingpin-Apps/swift-blockfrost-api.git
Updating from https://github.com/Kingpin-Apps/swift-cardano-uplc.git
Updating from https://github.com/Kingpin-Apps/swift-koios.git
Updating from https://github.com/Kingpin-Apps/swift-cardano-network.git
Updating from https://github.com/Kingpin-Apps/swift-cardano-core.git
Updating from https://github.com/Kingpin-Apps/swift-cardano-utils.git
Updating from https://github.com/sharplet/Regex.git
Updating from https://github.com/SusanDoggie/Float16.git
Updating from https://github.com/apple/swift-collections.git
Updating from https://github.com/attaswift/BigInt.git
Updating from https://github.com/apple/swift-log.git
Updating from https://github.com/apple/swift-metrics.git
Updating from https://github.com/apple/swift-nio.git
Updating from https://github.com/apple/swift-nio-extras.git
Resolved source packages:
  spi-builder-workspace: (null)
2026-05-01 06:04:25.919 xcodebuild[1153:5463] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-01-05_06-04-0025.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because 'swift-koios' contains incompatible tools version (6.2.0) and root depends on 'swift-koios' 0.1.7..<1.0.0.
BUILD FAILURE 6.1 watchOS