Build Information
Failed to build swift-cardano-uplc, reference main (707df7), with Swift 6.2 for watchOS using Xcode 26.3 on 2 May 2026 07:56:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-cardano-uplc -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-cardano-uplc.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kingpin-Apps/swift-cardano-uplc
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/Kingpin-Apps/swift-cardano-uplc.git
Command line invocation:
/Applications/Xcode-26.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-blst.git
Fetching from https://github.com/Kingpin-Apps/swift-ncal.git
Fetching from https://github.com/attaswift/BigInt.git
Fetching from https://github.com/Kingpin-Apps/swift-cardano-core.git
Fetching from https://github.com/apple/swift-log.git
Fetching from https://github.com/21-DOT-DEV/swift-secp256k1
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/norio-nomura/Base32.git
Fetching from https://github.com/KINGH242/PotentCodables.git
Fetching from https://github.com/Kingpin-Apps/swift-kes.git
Fetching from https://github.com/KINGH242/swift-base58.git
Fetching from https://github.com/Kingpin-Apps/swift-mnemonic.git
Fetching from https://github.com/apple/swift-crypto.git
Fetching from https://github.com/Frizlab/swift-fraction-number.git
Fetching from https://github.com/mxcl/Version.git
Fetching from https://github.com/apple/swift-asn1.git
Fetching from https://github.com/tesseract-one/UncommonCrypto.swift.git
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/SusanDoggie/Float16.git
Fetching from https://github.com/sharplet/Regex.git
Fetching from https://github.com/apple/swift-numerics
Creating working copy of package ‘swift-blst’
Checking out 0.1.2 of package ‘swift-blst’
Creating working copy of package ‘swift-log’
Checking out 1.12.0 of package ‘swift-log’
Creating working copy of package ‘Version’
Checking out 2.2.1 of package ‘Version’
Creating working copy of package ‘BigInt’
Checking out 5.3.0 of package ‘BigInt’
Creating working copy of package ‘swift-ncal’
Checking out 0.2.2 of package ‘swift-ncal’
Creating working copy of package ‘swift-base58’
Checking out 0.1.2 of package ‘swift-base58’
Creating working copy of package ‘Base32’
Checking out 0.9.0 of package ‘Base32’
Creating working copy of package ‘UncommonCrypto.swift’
Checking out 0.2.1 of package ‘UncommonCrypto.swift’
Creating working copy of package ‘swift-cardano-core’
Checking out 0.3.16 of package ‘swift-cardano-core’
Creating working copy of package ‘swift-mnemonic’
Checking out 0.2.2 of package ‘swift-mnemonic’
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Creating working copy of package ‘swift-crypto’
Checking out 3.15.1 of package ‘swift-crypto’
Creating working copy of package ‘Regex’
Checking out 2.1.1 of package ‘Regex’
Creating working copy of package ‘swift-fraction-number’
Checking out 0.1.0 of package ‘swift-fraction-number’
Creating working copy of package ‘swift-asn1’
Checking out 1.7.0 of package ‘swift-asn1’
Creating working copy of package ‘swift-secp256k1’
Checking out 0.22.0 of package ‘swift-secp256k1’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.1 of package ‘swift-numerics’
Creating working copy of package ‘Float16’
Checking out 1.1.1 of package ‘Float16’
Creating working copy of package ‘CryptoSwift’
Checking out 1.10.0 of package ‘CryptoSwift’
Creating working copy of package ‘PotentCodables’
Checking out 3.6.0 of package ‘PotentCodables’
Creating working copy of package ‘swift-kes’
Checking out 0.1.0 of package ‘swift-kes’
Resolve Package Graph
Resolved source packages:
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
swift-fraction-number: https://github.com/Frizlab/swift-fraction-number.git @ 0.1.0
UncommonCrypto: https://github.com/tesseract-one/UncommonCrypto.swift.git @ 0.2.1
Version: https://github.com/mxcl/Version.git @ 2.2.1
SwiftBase58: https://github.com/KINGH242/swift-base58.git @ 0.1.2
swift-secp256k1: https://github.com/21-DOT-DEV/swift-secp256k1 @ 0.22.0
SwiftCardanoCore: https://github.com/Kingpin-Apps/swift-cardano-core.git @ 0.3.16
SwiftMnemonic: https://github.com/Kingpin-Apps/swift-mnemonic.git @ 0.2.2
swift-blst: https://github.com/Kingpin-Apps/swift-blst.git @ 0.1.2
Regex: https://github.com/sharplet/Regex.git @ 2.1.1
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.10.0
Base32: https://github.com/norio-nomura/Base32.git @ 0.9.0
PotentCodables: https://github.com/KINGH242/PotentCodables.git @ 3.6.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
swift-cardano-uplc: /Users/admin/builder/spi-builder-workspace
swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
SwiftKES: https://github.com/Kingpin-Apps/swift-kes.git @ 0.1.0
swift-log: https://github.com/apple/swift-log.git @ 1.12.0
SwiftNcal: https://github.com/Kingpin-Apps/swift-ncal.git @ 0.2.2
Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
resolved source packages: swift-asn1, swift-fraction-number, UncommonCrypto, Version, SwiftBase58, swift-secp256k1, SwiftCardanoCore, SwiftMnemonic, swift-blst, Regex, CryptoSwift, Base32, PotentCodables, swift-collections, swift-cardano-uplc, swift-numerics, BigInt, SwiftKES, swift-log, SwiftNcal, Float16, swift-crypto
2026-05-02 03:55:55.142 xcodebuild[529:3046] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swift-cardano-uplc"
]
}
}
2026-05-02 03:56:15.708 xcodebuild[1527:7733] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-cardano-uplc -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.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 swift-cardano-uplc -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
PotentCodables: https://github.com/KINGH242/PotentCodables.git @ 3.6.0
swift-cardano-uplc: /Users/admin/builder/spi-builder-workspace
swift-fraction-number: https://github.com/Frizlab/swift-fraction-number.git @ 0.1.0
Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
SwiftBase58: https://github.com/KINGH242/swift-base58.git @ 0.1.2
swift-log: https://github.com/apple/swift-log.git @ 1.12.0
SwiftCardanoCore: https://github.com/Kingpin-Apps/swift-cardano-core.git @ 0.3.16
Regex: https://github.com/sharplet/Regex.git @ 2.1.1
UncommonCrypto: https://github.com/tesseract-one/UncommonCrypto.swift.git @ 0.2.1
swift-blst: https://github.com/Kingpin-Apps/swift-blst.git @ 0.1.2
Base32: https://github.com/norio-nomura/Base32.git @ 0.9.0
SwiftNcal: https://github.com/Kingpin-Apps/swift-ncal.git @ 0.2.2
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
SwiftMnemonic: https://github.com/Kingpin-Apps/swift-mnemonic.git @ 0.2.2
SwiftKES: https://github.com/Kingpin-Apps/swift-kes.git @ 0.1.0
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.10.0
Version: https://github.com/mxcl/Version.git @ 2.2.1
swift-secp256k1: https://github.com/21-DOT-DEV/swift-secp256k1 @ 0.22.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SharedSourcesPlugin” in package “swift-secp256k1”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SharedSourcesPlugin
[debug]: Using compiler /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 5af2a53a0aacc8c5826c6fd6dbf113e48482c8bf83eb6e0e10b08e0123300b53
Apply build tool plug-in “SharedSourcesPlugin” to target “P256K” in package “swift-secp256k1”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow mach-lookup (global-name \"com.apple.mobileassetd.v2\"))
(allow file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/tmp\")
(subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T\")
(subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/C\")
)
(deny file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-secp256k1\")
)
(allow file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin\")
(subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/TemporaryItems\")
)
" /bin/sh -c "find '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-secp256k1/Sources/Shared' -name '*.swift' -exec cp {} '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin//' \\;"
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackageDependency:0x7dc6a2a00 path:'/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-secp256k1'>
target: P256K
prebuildCommandOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Any.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1BitString.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Boolean.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Identifier.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Integer.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Null.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1OctetString.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Strings.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ArraySliceBigint.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Asymmetric.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Combine.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Context.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/CryptoKitErrors.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/DH.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Digest.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDH.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDSA.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDSASignature.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/EdDSA.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Errors.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/GeneralizedTime.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/HashDigest.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/MuSig.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Nonces.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ObjectIdentifier.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/P256K.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PEMDocument.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PKCS8PrivateKey.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PrettyBytes.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/RNG_boring.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Recovery.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SEC1PrivateKey.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SHA256.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SafeCompare.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Schnorr.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SecureBytes.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Signature.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SubjectPublicKeyInfo.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Tweak.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/UInt256.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Utility.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Zeroization.swift">)]
buildCommands: []
allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Any.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1BitString.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Boolean.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Identifier.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Integer.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Null.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1OctetString.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Strings.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ArraySliceBigint.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Asymmetric.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Combine.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Context.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/CryptoKitErrors.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/DH.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Digest.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDH.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDSA.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDSASignature.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/EdDSA.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Errors.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/GeneralizedTime.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/HashDigest.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/MuSig.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Nonces.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ObjectIdentifier.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/P256K.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PEMDocument.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PKCS8PrivateKey.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PrettyBytes.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/RNG_boring.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Recovery.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SEC1PrivateKey.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SHA256.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SafeCompare.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Schnorr.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SecureBytes.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Signature.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SubjectPublicKeyInfo.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Tweak.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/UInt256.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Utility.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Zeroization.swift">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (61 targets)
Target 'SwiftCardanoUPLC' in project 'swift-cardano-uplc'
➜ Explicit dependency on target 'SwiftCardanoUPLC' in project 'swift-cardano-uplc'
➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
➜ Explicit dependency on target 'SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'P256K' in project 'swift-secp256k1'
➜ Explicit dependency on target 'libsecp256k1' in project 'swift-secp256k1'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'SwiftCardanoUPLC' in project 'swift-cardano-uplc'
➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
➜ Explicit dependency on target 'SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'P256K' in project 'swift-secp256k1'
➜ Explicit dependency on target 'libsecp256k1' in project 'swift-secp256k1'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'libsecp256k1' in project 'swift-secp256k1'
➜ Explicit dependency on target 'libsecp256k1' in project 'swift-secp256k1'
Target 'P256K' in project 'swift-secp256k1'
➜ Explicit dependency on target 'P256K' in project 'swift-secp256k1'
➜ Explicit dependency on target 'libsecp256k1' in project 'swift-secp256k1'
➜ Explicit dependency on target 'SharedSourcesPlugin' in project 'swift-secp256k1'
Target 'P256K' in project 'swift-secp256k1'
➜ Explicit dependency on target 'libsecp256k1' in project 'swift-secp256k1'
➜ Explicit dependency on target 'SharedSourcesPlugin' in project 'swift-secp256k1'
Target 'SharedSourcesPlugin' in project 'swift-secp256k1' (no dependencies)
Target 'libsecp256k1' in project 'swift-secp256k1' (no dependencies)
Target 'SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'swift-blst_SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'CBlst' in project 'swift-blst'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'swift-blst_SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'CBlst' in project 'swift-blst'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'CBlst' in project 'swift-blst' (no dependencies)
Target 'swift-blst_SwiftBLST' in project 'swift-blst' (no dependencies)
Target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
➜ Explicit dependency on target 'SwiftCardanoCore_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 'SwiftKES' in project 'SwiftKES'
➜ Explicit dependency on target 'FractionNumber' in project 'swift-fraction-number'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'SwiftBase58' in project 'SwiftBase58'
Target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
➜ Explicit dependency on target 'SwiftCardanoCore_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 'SwiftKES' in project 'SwiftKES'
➜ Explicit dependency on target 'FractionNumber' in project 'swift-fraction-number'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'SwiftBase58' in project 'SwiftBase58'
Target 'Version' in project 'Version'
➜ Explicit dependency on target 'Version' in project 'Version'
Target 'Version' in project 'Version' (no dependencies)
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 'SwiftKES' in project 'SwiftKES'
➜ Explicit dependency on target 'SwiftKES' in project 'SwiftKES'
➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
Target 'SwiftKES' in project 'SwiftKES'
➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
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 'SwiftBase58' in project 'SwiftBase58'
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 'SwiftBase58' in project 'SwiftBase58'
Target 'SwiftBase58' in project 'SwiftBase58'
➜ Explicit dependency on target 'SwiftBase58' in project 'SwiftBase58'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'SwiftBase58' in project 'SwiftBase58'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
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 'SwiftMnemonic_SwiftMnemonic' in project 'SwiftMnemonic' (no dependencies)
Target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwiftResources' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwift_CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwift_CryptoSwiftResources' in project 'CryptoSwift' (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 'ContainersPreview' 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 'ContainersPreview' 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'
➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
Target 'ContainersPreview' 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 'PotentCodables_PotentCodables' in project 'PotentCodables' (no dependencies)
Target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'BigInt' in project 'BigInt' (no dependencies)
Target 'SwiftCardanoCore_SwiftCardanoCore' in project 'SwiftCardanoCore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 4dd00af2f3abe1a137ade164384ddd9e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4dd00af2f3abe1a137ade164384ddd9e.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework'. (in target 'SwiftCardanoUPLC' from project 'swift-cardano-uplc')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework'. (in target 'CBlst' from project 'swift-blst')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework'. (in target 'SwiftBLST' from project 'swift-blst')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework'. (in target 'SwiftBLST' from project 'swift-blst')
2026-05-02 03:56:27.138 xcodebuild[1593:7986] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme swift-cardano-uplc
(1 failure)
Command line invocation:
/Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
PotentCodables: https://github.com/KINGH242/PotentCodables.git @ 3.6.0
BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.10.0
SwiftBase58: https://github.com/KINGH242/swift-base58.git @ 0.1.2
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
Regex: https://github.com/sharplet/Regex.git @ 2.1.1
swift-secp256k1: https://github.com/21-DOT-DEV/swift-secp256k1 @ 0.22.0
swift-cardano-uplc: /Users/admin/builder/spi-builder-workspace
swift-log: https://github.com/apple/swift-log.git @ 1.12.0
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
SwiftNcal: https://github.com/Kingpin-Apps/swift-ncal.git @ 0.2.2
swift-fraction-number: https://github.com/Frizlab/swift-fraction-number.git @ 0.1.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
SwiftMnemonic: https://github.com/Kingpin-Apps/swift-mnemonic.git @ 0.2.2
Base32: https://github.com/norio-nomura/Base32.git @ 0.9.0
swift-blst: https://github.com/Kingpin-Apps/swift-blst.git @ 0.1.2
SwiftCardanoCore: https://github.com/Kingpin-Apps/swift-cardano-core.git @ 0.3.16
UncommonCrypto: https://github.com/tesseract-one/UncommonCrypto.swift.git @ 0.2.1
SwiftKES: https://github.com/Kingpin-Apps/swift-kes.git @ 0.1.0
Version: https://github.com/mxcl/Version.git @ 2.2.1
resolved source packages: PotentCodables, BigInt, Float16, CryptoSwift, SwiftBase58, swift-crypto, Regex, swift-secp256k1, swift-cardano-uplc, swift-log, swift-asn1, swift-numerics, SwiftNcal, swift-fraction-number, swift-collections, SwiftMnemonic, Base32, swift-blst, SwiftCardanoCore, UncommonCrypto, SwiftKES, Version
2026-05-02 03:56:36.204 xcodebuild[1963:9577] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swift-cardano-uplc"
]
}
}
2026-05-02 03:56:39.005 xcodebuild[2035:9852] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-cardano-uplc -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.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 swift-cardano-uplc -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
Regex: https://github.com/sharplet/Regex.git @ 2.1.1
UncommonCrypto: https://github.com/tesseract-one/UncommonCrypto.swift.git @ 0.2.1
SwiftKES: https://github.com/Kingpin-Apps/swift-kes.git @ 0.1.0
swift-numerics: https://github.com/apple/swift-numerics @ 1.1.1
SwiftCardanoCore: https://github.com/Kingpin-Apps/swift-cardano-core.git @ 0.3.16
swift-fraction-number: https://github.com/Frizlab/swift-fraction-number.git @ 0.1.0
swift-log: https://github.com/apple/swift-log.git @ 1.12.0
swift-secp256k1: https://github.com/21-DOT-DEV/swift-secp256k1 @ 0.22.0
PotentCodables: https://github.com/KINGH242/PotentCodables.git @ 3.6.0
SwiftBase58: https://github.com/KINGH242/swift-base58.git @ 0.1.2
SwiftNcal: https://github.com/Kingpin-Apps/swift-ncal.git @ 0.2.2
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
SwiftMnemonic: https://github.com/Kingpin-Apps/swift-mnemonic.git @ 0.2.2
swift-blst: https://github.com/Kingpin-Apps/swift-blst.git @ 0.1.2
swift-cardano-uplc: /Users/admin/builder/spi-builder-workspace
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.10.0
Base32: https://github.com/norio-nomura/Base32.git @ 0.9.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
Version: https://github.com/mxcl/Version.git @ 2.2.1
Float16: https://github.com/SusanDoggie/Float16.git @ 1.1.1
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SharedSourcesPlugin” in package “swift-secp256k1”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SharedSourcesPlugin
[debug]: Using compiler /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 5af2a53a0aacc8c5826c6fd6dbf113e48482c8bf83eb6e0e10b08e0123300b53
Apply build tool plug-in “SharedSourcesPlugin” to target “P256K” in package “swift-secp256k1”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow mach-lookup (global-name \"com.apple.mobileassetd.v2\"))
(allow file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/tmp\")
(subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T\")
(subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/C\")
)
(deny file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-secp256k1\")
)
(allow file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin\")
(subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/TemporaryItems\")
)
" /bin/sh -c "find '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-secp256k1/Sources/Shared' -name '*.swift' -exec cp {} '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin//' \\;"
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SEC1PrivateKey.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ObjectIdentifier.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SubjectPublicKeyInfo.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Tweak.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Zeroization.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/MuSig.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDSA.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SHA256.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/UInt256.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Nonces.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/EdDSA.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/DH.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Schnorr.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDSASignature.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PKCS8PrivateKey.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1OctetString.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Null.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Boolean.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Integer.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ArraySliceBigint.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1BitString.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Any.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Strings.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Identifier.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/GeneralizedTime.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PEMDocument.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SecureBytes.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PrettyBytes.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/RNG_boring.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Signature.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/CryptoKitErrors.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Digest.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Context.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDH.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Asymmetric.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/P256K.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Utility.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Combine.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Errors.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/HashDigest.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Recovery.swift: Permission denied
cp: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SafeCompare.swift: Permission denied
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackageDependency:0x75c00c900 path:'/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-secp256k1'>
target: P256K
prebuildCommandOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Any.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1BitString.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Boolean.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Identifier.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Integer.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Null.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1OctetString.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Strings.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ArraySliceBigint.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Asymmetric.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Combine.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Context.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/CryptoKitErrors.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/DH.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Digest.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDH.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDSA.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDSASignature.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/EdDSA.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Errors.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/GeneralizedTime.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/HashDigest.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/MuSig.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Nonces.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ObjectIdentifier.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/P256K.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PEMDocument.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PKCS8PrivateKey.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PrettyBytes.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/RNG_boring.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Recovery.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SEC1PrivateKey.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SHA256.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SafeCompare.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Schnorr.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SecureBytes.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Signature.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SubjectPublicKeyInfo.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Tweak.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/UInt256.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Utility.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Zeroization.swift">)]
buildCommands: []
allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Any.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1BitString.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Boolean.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Identifier.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Integer.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Null.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1OctetString.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ASN1Strings.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ArraySliceBigint.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Asymmetric.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Combine.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Context.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/CryptoKitErrors.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/DH.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Digest.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDH.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDSA.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ECDSASignature.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/EdDSA.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Errors.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/GeneralizedTime.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/HashDigest.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/MuSig.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Nonces.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/ObjectIdentifier.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/P256K.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PEMDocument.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PKCS8PrivateKey.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/PrettyBytes.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/RNG_boring.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Recovery.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SEC1PrivateKey.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SHA256.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SafeCompare.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Schnorr.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SecureBytes.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Signature.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/SubjectPublicKeyInfo.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Tweak.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/UInt256.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Utility.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/swift-secp256k1.output/P256K/SharedSourcesPlugin/Zeroization.swift">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (61 targets)
Target 'SwiftCardanoUPLC' in project 'swift-cardano-uplc'
➜ Explicit dependency on target 'SwiftCardanoUPLC' in project 'swift-cardano-uplc'
➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
➜ Explicit dependency on target 'SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'P256K' in project 'swift-secp256k1'
➜ Explicit dependency on target 'libsecp256k1' in project 'swift-secp256k1'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'SwiftCardanoUPLC' in project 'swift-cardano-uplc'
➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
➜ Explicit dependency on target 'SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'P256K' in project 'swift-secp256k1'
➜ Explicit dependency on target 'libsecp256k1' in project 'swift-secp256k1'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'libsecp256k1' in project 'swift-secp256k1'
➜ Explicit dependency on target 'libsecp256k1' in project 'swift-secp256k1'
Target 'P256K' in project 'swift-secp256k1'
➜ Explicit dependency on target 'P256K' in project 'swift-secp256k1'
➜ Explicit dependency on target 'libsecp256k1' in project 'swift-secp256k1'
➜ Explicit dependency on target 'SharedSourcesPlugin' in project 'swift-secp256k1'
Target 'P256K' in project 'swift-secp256k1'
➜ Explicit dependency on target 'libsecp256k1' in project 'swift-secp256k1'
➜ Explicit dependency on target 'SharedSourcesPlugin' in project 'swift-secp256k1'
Target 'SharedSourcesPlugin' in project 'swift-secp256k1' (no dependencies)
Target 'libsecp256k1' in project 'swift-secp256k1' (no dependencies)
Target 'SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'swift-blst_SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'CBlst' in project 'swift-blst'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'swift-blst_SwiftBLST' in project 'swift-blst'
➜ Explicit dependency on target 'CBlst' in project 'swift-blst'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'CBlst' in project 'swift-blst' (no dependencies)
Target 'swift-blst_SwiftBLST' in project 'swift-blst' (no dependencies)
Target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
➜ Explicit dependency on target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
➜ Explicit dependency on target 'SwiftCardanoCore_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 'SwiftKES' in project 'SwiftKES'
➜ Explicit dependency on target 'FractionNumber' in project 'swift-fraction-number'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'SwiftBase58' in project 'SwiftBase58'
Target 'SwiftCardanoCore' in project 'SwiftCardanoCore'
➜ Explicit dependency on target 'SwiftCardanoCore_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 'SwiftKES' in project 'SwiftKES'
➜ Explicit dependency on target 'FractionNumber' in project 'swift-fraction-number'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Version' in project 'Version'
➜ Explicit dependency on target 'SwiftBase58' in project 'SwiftBase58'
Target 'Version' in project 'Version'
➜ Explicit dependency on target 'Version' in project 'Version'
Target 'Version' in project 'Version' (no dependencies)
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 'SwiftKES' in project 'SwiftKES'
➜ Explicit dependency on target 'SwiftKES' in project 'SwiftKES'
➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
Target 'SwiftKES' in project 'SwiftKES'
➜ Explicit dependency on target 'SwiftNcal' in project 'SwiftNcal'
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 'SwiftBase58' in project 'SwiftBase58'
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 'SwiftBase58' in project 'SwiftBase58'
Target 'SwiftBase58' in project 'SwiftBase58'
➜ Explicit dependency on target 'SwiftBase58' in project 'SwiftBase58'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'SwiftBase58' in project 'SwiftBase58'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
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 'SwiftMnemonic_SwiftMnemonic' in project 'SwiftMnemonic' (no dependencies)
Target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwiftResources' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwift_CryptoSwiftResources' in project 'CryptoSwift'
Target 'CryptoSwift_CryptoSwiftResources' in project 'CryptoSwift' (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 'ContainersPreview' 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 'ContainersPreview' 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'
➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
Target 'ContainersPreview' 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 'PotentCodables_PotentCodables' in project 'PotentCodables' (no dependencies)
Target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'BigInt' in project 'BigInt' (no dependencies)
Target 'SwiftCardanoCore_SwiftCardanoCore' in project 'SwiftCardanoCore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 4dd00af2f3abe1a137ade164384ddd9e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4dd00af2f3abe1a137ade164384ddd9e.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework'. (in target 'SwiftBLST' from project 'swift-blst')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework'. (in target 'CBlst' from project 'swift-blst')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework'. (in target 'SwiftBLST' from project 'swift-blst')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-blst/CBlst.xcframework'. (in target 'SwiftCardanoUPLC' from project 'swift-cardano-uplc')
2026-05-02 03:56:41.602 xcodebuild[2101:10086] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme swift-cardano-uplc
(1 failure)
BUILD FAILURE 6.2 watchOS