The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftCardanoCIPs, reference main (c014f0), with Swift 6.1 for watchOS using Xcode 16.3 on 7 Sep 2025 07:10:57 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftCardanoCIPs -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-cardano-cips.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kingpin-Apps/swift-cardano-cips
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c014f02 bump: version 0.1.1 → 0.1.2
Cloned https://github.com/Kingpin-Apps/swift-cardano-cips.git
Revision (git rev-parse @):
c014f028bbdc09bb54ffb75b9493008e4866f065
SUCCESS checkout https://github.com/Kingpin-Apps/swift-cardano-cips.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kingpin-Apps/swift-cardano-cips.git
https://github.com/Kingpin-Apps/swift-cardano-cips.git
{
  "dependencies" : [
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.0",
            "upper_bound" : "3.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/PotentCodables.git"
    },
    {
      "identity" : "swift-cose",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.14",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cose.git"
    },
    {
      "identity" : "swift-cardano-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.29",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cardano-core.git"
    },
    {
      "identity" : "swift-ncal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-ncal.git"
    }
  ],
  "manifest_display_name" : "SwiftCardanoCIPs",
  "name" : "SwiftCardanoCIPs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCardanoCIPs",
      "targets" : [
        "SwiftCardanoCIPs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCardanoCIPsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCIPsTests",
      "path" : "Tests/SwiftCardanoCIPsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftCardanoCIPsTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CIP0119Tests.swift",
        "CIP14Tests.swift",
        "CIP8Tests.swift",
        "Fixtures.swift"
      ],
      "target_dependencies" : [
        "SwiftCardanoCIPs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCardanoCIPs",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCIPs",
      "path" : "Sources/SwiftCardanoCIPs",
      "product_dependencies" : [
        "PotentCodables",
        "SwiftCOSE",
        "SwiftCardanoCore",
        "SwiftNcal"
      ],
      "product_memberships" : [
        "SwiftCardanoCIPs"
      ],
      "sources" : [
        "CIP0119.swift",
        "CIP14.swift",
        "CIP8.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-cose.git
Fetching from https://github.com/KINGH242/PotentCodables.git
Fetching from https://github.com/Kingpin-Apps/swift-cardano-core.git
Fetching from https://github.com/Kingpin-Apps/swift-ncal.git
Fetching from https://github.com/norio-nomura/Base32.git
Fetching from https://github.com/attaswift/BigInt.git
Fetching from https://github.com/krzyzanowskim/OpenSSL-Package.git
Fetching from https://github.com/tesseract-one/UncommonCrypto.swift.git
Fetching from https://github.com/apple/swift-certificates.git
Fetching from https://github.com/Kingpin-Apps/swift-curve448.git
Fetching from https://github.com/leif-ibsen/Digest.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/Sajjon/K1.git
Fetching from https://github.com/sharplet/Regex.git
Fetching from https://github.com/SusanDoggie/Float16.git
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-numerics (cached)
Fetching from https://github.com/Kingpin-Apps/swift-mnemonic.git
Fetching from https://github.com/tesseract-one/Bip39.swift.git
Fetching from https://github.com/Frizlab/swift-fraction-number.git
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/heckj/Base58Swift.git
Fetching from https://github.com/apple/swift-asn1.git (cached)
Fetching from https://github.com/apple/swift-crypto.git (cached)
Creating working copy of package ‘PotentCodables’
Checking out 3.6.0 of package ‘PotentCodables’
Creating working copy of package ‘swift-asn1’
Checking out 1.4.0 of package ‘swift-asn1’
Creating working copy of package ‘Digest’
Checking out 1.13.0 of package ‘Digest’
Creating working copy of package ‘Bip39.swift’
Checking out 0.2.0 of package ‘Bip39.swift’
Creating working copy of package ‘swift-mnemonic’
Checking out 0.1.3 of package ‘swift-mnemonic’
Creating working copy of package ‘swift-certificates’
Checking out 1.13.0 of package ‘swift-certificates’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.0 of package ‘swift-numerics’
Creating working copy of package ‘swift-cardano-core’
Checking out 0.1.32 of package ‘swift-cardano-core’
Creating working copy of package ‘UncommonCrypto.swift’
Checking out 0.2.1 of package ‘UncommonCrypto.swift’
Creating working copy of package ‘swift-cose’
Checking out 0.1.14 of package ‘swift-cose’
Creating working copy of package ‘Base58Swift’
Checking out 2.1.15 of package ‘Base58Swift’
Creating working copy of package ‘Float16’
Checking out 1.1.1 of package ‘Float16’
Creating working copy of package ‘K1’
Checking out 0.6.0 of package ‘K1’
Creating working copy of package ‘OpenSSL-Package’
Checking out 3.3.3001 of package ‘OpenSSL-Package’
Creating working copy of package ‘Regex’
Checking out 2.1.1 of package ‘Regex’
Creating working copy of package ‘CryptoSwift’
Checking out 1.9.0 of package ‘CryptoSwift’
Creating working copy of package ‘Base32’
Checking out 0.9.0 of package ‘Base32’
Creating working copy of package ‘swift-curve448’
Checking out 0.1.2 of package ‘swift-curve448’
Creating working copy of package ‘swift-ncal’
Checking out 0.1.4 of package ‘swift-ncal’
Creating working copy of package ‘swift-collections’
Checking out 1.2.1 of package ‘swift-collections’
Creating working copy of package ‘swift-fraction-number’
Checking out 0.1.0 of package ‘swift-fraction-number’
Creating working copy of package ‘BigInt’
Checking out 5.3.0 of package ‘BigInt’
Creating working copy of package ‘swift-crypto’
Checking out 3.15.0 of package ‘swift-crypto’
Creating working copy of package ‘swift-log’
Checking out 1.6.4 of package ‘swift-log’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Base32: https://github.com/norio-nomura/Base32.git @ 0.9.0
  Digest: https://github.com/leif-ibsen/Digest.git @ 1.13.0
  SwiftNcal: https://github.com/Kingpin-Apps/swift-ncal.git @ 0.1.4
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.9.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  SwiftCurve448: https://github.com/Kingpin-Apps/swift-curve448.git @ 0.1.2
  SwiftMnemonic: https://github.com/Kingpin-Apps/swift-mnemonic.git @ 0.1.3
  SwiftCOSE: https://github.com/Kingpin-Apps/swift-cose.git @ 0.1.14
  SwiftCardanoCIPs: /Users/admin/builder/spi-builder-workspace
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL-Package.git @ 3.3.3001
  Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
  K1: https://github.com/Sajjon/K1.git @ 0.6.0
  UncommonCrypto: https://github.com/tesseract-one/UncommonCrypto.swift.git @ 0.2.1
  swift-fraction-number: https://github.com/Frizlab/swift-fraction-number.git @ 0.1.0
  PotentCodables: https://github.com/KINGH242/PotentCodables.git @ 3.6.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.4.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.13.0
  SwiftCardanoCore: https://github.com/Kingpin-Apps/swift-cardano-core.git @ 0.1.32
  Base58Swift: https://github.com/heckj/Base58Swift.git @ 2.1.15
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.0
  Regex: https://github.com/sharplet/Regex.git @ 2.1.1
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.0
  Bip39: https://github.com/tesseract-one/Bip39.swift.git @ 0.2.0
resolved source packages: Base32, Digest, SwiftNcal, CryptoSwift, swift-log, SwiftCurve448, SwiftMnemonic, SwiftCOSE, SwiftCardanoCIPs, OpenSSL, Float16, K1, UncommonCrypto, swift-fraction-number, PotentCodables, swift-asn1, swift-collections, swift-certificates, SwiftCardanoCore, Base58Swift, BigInt, swift-numerics, Regex, swift-crypto, Bip39
{
  "dependencies" : [
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.0",
            "upper_bound" : "3.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/PotentCodables.git"
    },
    {
      "identity" : "swift-cose",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.14",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cose.git"
    },
    {
      "identity" : "swift-cardano-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.29",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cardano-core.git"
    },
    {
      "identity" : "swift-ncal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-ncal.git"
    }
  ],
  "manifest_display_name" : "SwiftCardanoCIPs",
  "name" : "SwiftCardanoCIPs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCardanoCIPs",
      "targets" : [
        "SwiftCardanoCIPs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCardanoCIPsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCIPsTests",
      "path" : "Tests/SwiftCardanoCIPsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftCardanoCIPsTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CIP0119Tests.swift",
        "CIP14Tests.swift",
        "CIP8Tests.swift",
        "Fixtures.swift"
      ],
      "target_dependencies" : [
        "SwiftCardanoCIPs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCardanoCIPs",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCIPs",
      "path" : "Sources/SwiftCardanoCIPs",
      "product_dependencies" : [
        "PotentCodables",
        "SwiftCOSE",
        "SwiftCardanoCore",
        "SwiftNcal"
      ],
      "product_memberships" : [
        "SwiftCardanoCIPs"
      ],
      "sources" : [
        "CIP0119.swift",
        "CIP14.swift",
        "CIP8.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "cardano",
      "Clibsodium",
      "K1",
      "SwiftCardanoCIPs",
      "SwiftCardanoCore",
      "SwiftCurve448",
      "SwiftMnemonic",
      "SwiftNcal",
      "SwiftNcal-Package"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "cardano",
      "Clibsodium",
      "K1",
      "SwiftCardanoCIPs",
      "SwiftCardanoCore",
      "SwiftCurve448",
      "SwiftMnemonic",
      "SwiftNcal",
      "SwiftNcal-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftCardanoCIPs -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftCardanoCIPs -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL-Package.git @ 3.3.3001
  SwiftMnemonic: https://github.com/Kingpin-Apps/swift-mnemonic.git @ 0.1.3
  Base32: https://github.com/norio-nomura/Base32.git @ 0.9.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.9.0
  SwiftCOSE: https://github.com/Kingpin-Apps/swift-cose.git @ 0.1.14
  Digest: https://github.com/leif-ibsen/Digest.git @ 1.13.0
  Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
  SwiftCurve448: https://github.com/Kingpin-Apps/swift-curve448.git @ 0.1.2
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  swift-fraction-number: https://github.com/Frizlab/swift-fraction-number.git @ 0.1.0
  SwiftCardanoCIPs: /Users/admin/builder/spi-builder-workspace
  UncommonCrypto: https://github.com/tesseract-one/UncommonCrypto.swift.git @ 0.2.1
  SwiftNcal: https://github.com/Kingpin-Apps/swift-ncal.git @ 0.1.4
  Bip39: https://github.com/tesseract-one/Bip39.swift.git @ 0.2.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  SwiftCardanoCore: https://github.com/Kingpin-Apps/swift-cardano-core.git @ 0.1.32
  K1: https://github.com/Sajjon/K1.git @ 0.6.0
  Regex: https://github.com/sharplet/Regex.git @ 2.1.1
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.4.0
  PotentCodables: https://github.com/KINGH242/PotentCodables.git @ 3.6.0
  Base58Swift: https://github.com/heckj/Base58Swift.git @ 2.1.15
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.0
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.13.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (74 targets)
    Target 'SwiftCardanoCIPs' in project 'SwiftCardanoCIPs'
        ➜ Explicit dependency on target 'SwiftCardanoCIPs' in project 'SwiftCardanoCIPs'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'SwiftCOSE' in project 'SwiftCOSE'
        ➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
        ➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
    Target 'SwiftCardanoCIPs' in project 'SwiftCardanoCIPs'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'SwiftCOSE' in project 'SwiftCOSE'
        ➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
        ➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
    Target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
        ➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Clibsodium' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Bip39' in project 'Bip39'
        ➜ Explicit dependency on target 'FractionNumber' in project 'swift-fraction-number'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Clibsodium' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Bip39' in project 'Bip39'
        ➜ Explicit dependency on target 'FractionNumber' in project 'swift-fraction-number'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'FractionNumber' in project 'swift-fraction-number'
        ➜ Explicit dependency on target 'FractionNumber' in project 'swift-fraction-number'
    Target 'FractionNumber' in project 'swift-fraction-number' (no dependencies)
    Target 'Bip39' in project 'Bip39'
        ➜ Explicit dependency on target 'Bip39' in project 'Bip39'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
    Target 'Bip39' in project 'Bip39'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
    Target 'Clibsodium' in project 'SwiftNcal' (no dependencies)
    Target 'SwiftNcal' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Base32' in project 'Base32'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'SwiftNcal' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Base32' in project 'Base32'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'Base32' in project 'Base32'
        ➜ Explicit dependency on target 'Base32' in project 'Base32'
    Target 'Base32' in project 'Base32' (no dependencies)
    Target 'SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'SwiftMnemonic_SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
    Target 'SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'SwiftMnemonic_SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
    Target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'SwiftMnemonic_SwiftMnemonic' in project 'SwiftMnemonic' (no dependencies)
    Target 'SwiftCOSE' in project 'SwiftCOSE'
        ➜ Explicit dependency on target 'SwiftCOSE' in project 'SwiftCOSE'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Digest' in project 'Digest'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'K1' in project 'K1'
        ➜ Explicit dependency on target 'SwiftCurve448' in project 'SwiftCurve448'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'SwiftCOSE' in project 'SwiftCOSE'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Digest' in project 'Digest'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'K1' in project 'K1'
        ➜ Explicit dependency on target 'SwiftCurve448' in project 'SwiftCurve448'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'SwiftCurve448' in project 'SwiftCurve448'
        ➜ Explicit dependency on target 'SwiftCurve448' in project 'SwiftCurve448'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'SwiftCurve448' in project 'SwiftCurve448'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'K1' in project 'K1'
        ➜ Explicit dependency on target 'K1' in project 'K1'
        ➜ Explicit dependency on target 'secp256k1' in project 'K1'
    Target 'K1' in project 'K1'
        ➜ Explicit dependency on target 'secp256k1' in project 'K1'
    Target 'secp256k1' in project 'K1' (no dependencies)
    Target 'OpenSSL' in project 'OpenSSL' (no dependencies)
    Target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
    Target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
    Target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto__CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto__CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto' (no dependencies)
    Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
    Target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto' (no dependencies)
    Target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto'
    Target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
    Target 'swift-crypto__CryptoExtras' in project 'swift-crypto' (no dependencies)
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
    Target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target 'SwiftASN1' in project 'swift-asn1' (no dependencies)
    Target '_CertificateInternals' in project 'swift-certificates' (no dependencies)
    Target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'CUncommonCrypto' in project 'UncommonCrypto'
    Target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'CUncommonCrypto' in project 'UncommonCrypto'
    Target 'CUncommonCrypto' in project 'UncommonCrypto' (no dependencies)
    Target 'Digest' in project 'Digest'
        ➜ Explicit dependency on target 'Digest' in project 'Digest'
    Target 'Digest' in project 'Digest' (no dependencies)
    Target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentJSON' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCBOR' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentASN1' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentYAML' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Cfyaml' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables_PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentYAML' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Cfyaml' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Cfyaml' in project 'PotentCodables' (no dependencies)
    Target 'PotentASN1' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentCBOR' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentJSON' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables_PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex' (no dependencies)
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'BigInt' in project 'BigInt' (no dependencies)
    Target 'PotentCodables_PotentCodables' in project 'PotentCodables' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
Build description signature: 30c35a45a1a4a5b05440e02d343776d6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/30c35a45a1a4a5b05440e02d343776d6.xcbuilddata
error: The package product 'OpenSSL' requires minimum platform version 8.0 for the watchOS platform, but this target supports 7.0 (in target 'SwiftCurve448' from project 'SwiftCurve448')
error: The package product 'OpenSSL' requires minimum platform version 8.0 for the watchOS platform, but this target supports 7.0 (in target 'SwiftCOSE' from project 'SwiftCOSE')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SwiftCardanoCIPs
(1 failure)
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
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
  swift-fraction-number: https://github.com/Frizlab/swift-fraction-number.git @ 0.1.0
  Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.0
  SwiftCardanoCIPs: /Users/admin/builder/spi-builder-workspace
  PotentCodables: https://github.com/KINGH242/PotentCodables.git @ 3.6.0
  SwiftNcal: https://github.com/Kingpin-Apps/swift-ncal.git @ 0.1.4
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.0
  UncommonCrypto: https://github.com/tesseract-one/UncommonCrypto.swift.git @ 0.2.1
  SwiftMnemonic: https://github.com/Kingpin-Apps/swift-mnemonic.git @ 0.1.3
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL-Package.git @ 3.3.3001
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  Base58Swift: https://github.com/heckj/Base58Swift.git @ 2.1.15
  Base32: https://github.com/norio-nomura/Base32.git @ 0.9.0
  K1: https://github.com/Sajjon/K1.git @ 0.6.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.4.0
  Digest: https://github.com/leif-ibsen/Digest.git @ 1.13.0
  Regex: https://github.com/sharplet/Regex.git @ 2.1.1
  SwiftCOSE: https://github.com/Kingpin-Apps/swift-cose.git @ 0.1.14
  SwiftCardanoCore: https://github.com/Kingpin-Apps/swift-cardano-core.git @ 0.1.32
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.9.0
  SwiftCurve448: https://github.com/Kingpin-Apps/swift-curve448.git @ 0.1.2
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.13.0
  Bip39: https://github.com/tesseract-one/Bip39.swift.git @ 0.2.0
resolved source packages: swift-collections, swift-fraction-number, Float16, BigInt, swift-numerics, SwiftCardanoCIPs, PotentCodables, SwiftNcal, swift-crypto, UncommonCrypto, SwiftMnemonic, OpenSSL, swift-log, Base58Swift, Base32, K1, swift-asn1, Digest, Regex, SwiftCOSE, SwiftCardanoCore, CryptoSwift, SwiftCurve448, swift-certificates, Bip39
{
  "dependencies" : [
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.0",
            "upper_bound" : "3.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/PotentCodables.git"
    },
    {
      "identity" : "swift-cose",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.14",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cose.git"
    },
    {
      "identity" : "swift-cardano-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.29",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cardano-core.git"
    },
    {
      "identity" : "swift-ncal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-ncal.git"
    }
  ],
  "manifest_display_name" : "SwiftCardanoCIPs",
  "name" : "SwiftCardanoCIPs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCardanoCIPs",
      "targets" : [
        "SwiftCardanoCIPs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCardanoCIPsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCIPsTests",
      "path" : "Tests/SwiftCardanoCIPsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftCardanoCIPsTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CIP0119Tests.swift",
        "CIP14Tests.swift",
        "CIP8Tests.swift",
        "Fixtures.swift"
      ],
      "target_dependencies" : [
        "SwiftCardanoCIPs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCardanoCIPs",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCIPs",
      "path" : "Sources/SwiftCardanoCIPs",
      "product_dependencies" : [
        "PotentCodables",
        "SwiftCOSE",
        "SwiftCardanoCore",
        "SwiftNcal"
      ],
      "product_memberships" : [
        "SwiftCardanoCIPs"
      ],
      "sources" : [
        "CIP0119.swift",
        "CIP14.swift",
        "CIP8.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "cardano",
      "Clibsodium",
      "K1",
      "SwiftCardanoCIPs",
      "SwiftCardanoCore",
      "SwiftCurve448",
      "SwiftMnemonic",
      "SwiftNcal",
      "SwiftNcal-Package"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "cardano",
      "Clibsodium",
      "K1",
      "SwiftCardanoCIPs",
      "SwiftCardanoCore",
      "SwiftCurve448",
      "SwiftMnemonic",
      "SwiftNcal",
      "SwiftNcal-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftCardanoCIPs -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftCardanoCIPs -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-numerics: https://github.com/apple/swift-numerics @ 1.1.0
  SwiftNcal: https://github.com/Kingpin-Apps/swift-ncal.git @ 0.1.4
  K1: https://github.com/Sajjon/K1.git @ 0.6.0
  SwiftCardanoCore: https://github.com/Kingpin-Apps/swift-cardano-core.git @ 0.1.32
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.13.0
  Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
  Regex: https://github.com/sharplet/Regex.git @ 2.1.1
  swift-fraction-number: https://github.com/Frizlab/swift-fraction-number.git @ 0.1.0
  Bip39: https://github.com/tesseract-one/Bip39.swift.git @ 0.2.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.4.0
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  PotentCodables: https://github.com/KINGH242/PotentCodables.git @ 3.6.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.9.0
  Base32: https://github.com/norio-nomura/Base32.git @ 0.9.0
  SwiftCardanoCIPs: /Users/admin/builder/spi-builder-workspace
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL-Package.git @ 3.3.3001
  SwiftCurve448: https://github.com/Kingpin-Apps/swift-curve448.git @ 0.1.2
  Base58Swift: https://github.com/heckj/Base58Swift.git @ 2.1.15
  SwiftCOSE: https://github.com/Kingpin-Apps/swift-cose.git @ 0.1.14
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  SwiftMnemonic: https://github.com/Kingpin-Apps/swift-mnemonic.git @ 0.1.3
  UncommonCrypto: https://github.com/tesseract-one/UncommonCrypto.swift.git @ 0.2.1
  Digest: https://github.com/leif-ibsen/Digest.git @ 1.13.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (74 targets)
    Target 'SwiftCardanoCIPs' in project 'SwiftCardanoCIPs'
        ➜ Explicit dependency on target 'SwiftCardanoCIPs' in project 'SwiftCardanoCIPs'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'SwiftCOSE' in project 'SwiftCOSE'
        ➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
        ➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
    Target 'SwiftCardanoCIPs' in project 'SwiftCardanoCIPs'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'SwiftCOSE' in project 'SwiftCOSE'
        ➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
        ➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
    Target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
        ➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Clibsodium' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Bip39' in project 'Bip39'
        ➜ Explicit dependency on target 'FractionNumber' in project 'swift-fraction-number'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Clibsodium' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Bip39' in project 'Bip39'
        ➜ Explicit dependency on target 'FractionNumber' in project 'swift-fraction-number'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'FractionNumber' in project 'swift-fraction-number'
        ➜ Explicit dependency on target 'FractionNumber' in project 'swift-fraction-number'
    Target 'FractionNumber' in project 'swift-fraction-number' (no dependencies)
    Target 'Bip39' in project 'Bip39'
        ➜ Explicit dependency on target 'Bip39' in project 'Bip39'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
    Target 'Bip39' in project 'Bip39'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
    Target 'Clibsodium' in project 'SwiftNcal' (no dependencies)
    Target 'SwiftNcal' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Base32' in project 'Base32'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'SwiftNcal' in project 'SwiftNcal'
        ➜ Explicit dependency on target 'Base32' in project 'Base32'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'Base32' in project 'Base32'
        ➜ Explicit dependency on target 'Base32' in project 'Base32'
    Target 'Base32' in project 'Base32' (no dependencies)
    Target 'SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'SwiftMnemonic_SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
    Target 'SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'SwiftMnemonic_SwiftMnemonic' in project 'SwiftMnemonic'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
    Target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'Base58Swift' in project 'Base58Swift'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'SwiftMnemonic_SwiftMnemonic' in project 'SwiftMnemonic' (no dependencies)
    Target 'SwiftCOSE' in project 'SwiftCOSE'
        ➜ Explicit dependency on target 'SwiftCOSE' in project 'SwiftCOSE'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Digest' in project 'Digest'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'K1' in project 'K1'
        ➜ Explicit dependency on target 'SwiftCurve448' in project 'SwiftCurve448'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'SwiftCOSE' in project 'SwiftCOSE'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Digest' in project 'Digest'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'K1' in project 'K1'
        ➜ Explicit dependency on target 'SwiftCurve448' in project 'SwiftCurve448'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'SwiftCurve448' in project 'SwiftCurve448'
        ➜ Explicit dependency on target 'SwiftCurve448' in project 'SwiftCurve448'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'SwiftCurve448' in project 'SwiftCurve448'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'K1' in project 'K1'
        ➜ Explicit dependency on target 'K1' in project 'K1'
        ➜ Explicit dependency on target 'secp256k1' in project 'K1'
    Target 'K1' in project 'K1'
        ➜ Explicit dependency on target 'secp256k1' in project 'K1'
    Target 'secp256k1' in project 'K1' (no dependencies)
    Target 'OpenSSL' in project 'OpenSSL' (no dependencies)
    Target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
    Target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
    Target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto__CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto__CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto' (no dependencies)
    Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
    Target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto' (no dependencies)
    Target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto'
    Target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
    Target 'swift-crypto__CryptoExtras' in project 'swift-crypto' (no dependencies)
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
    Target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target 'SwiftASN1' in project 'swift-asn1' (no dependencies)
    Target '_CertificateInternals' in project 'swift-certificates' (no dependencies)
    Target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'CUncommonCrypto' in project 'UncommonCrypto'
    Target 'UncommonCrypto' in project 'UncommonCrypto'
        ➜ Explicit dependency on target 'CUncommonCrypto' in project 'UncommonCrypto'
    Target 'CUncommonCrypto' in project 'UncommonCrypto' (no dependencies)
    Target 'Digest' in project 'Digest'
        ➜ Explicit dependency on target 'Digest' in project 'Digest'
    Target 'Digest' in project 'Digest' (no dependencies)
    Target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentJSON' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCBOR' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentASN1' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentYAML' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Cfyaml' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables_PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentYAML' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'Cfyaml' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Cfyaml' in project 'PotentCodables' (no dependencies)
    Target 'PotentASN1' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentCBOR' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentJSON' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'PotentCodables_PotentCodables' in project 'PotentCodables'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex' (no dependencies)
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'BigInt' in project 'BigInt' (no dependencies)
    Target 'PotentCodables_PotentCodables' in project 'PotentCodables' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
Build description signature: 961fbfda3a8efab2a98a379df06a07fd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/961fbfda3a8efab2a98a379df06a07fd.xcbuilddata
error: The package product 'OpenSSL' requires minimum platform version 8.0 for the watchOS platform, but this target supports 7.0 (in target 'SwiftCOSE' from project 'SwiftCOSE')
error: The package product 'OpenSSL' requires minimum platform version 8.0 for the watchOS platform, but this target supports 7.0 (in target 'SwiftCurve448' from project 'SwiftCurve448')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SwiftCardanoCIPs
(1 failure)
BUILD FAILURE 6.1 watchOS