Build Information
Failed to build zcash-swift-payment-uri, reference main (798053), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 18 Apr 2026 07:56:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme zcash-swift-payment-uri -destination platform=macOS,arch=arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zecdev/zcash-swift-payment-uri.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zecdev/zcash-swift-payment-uri
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 798053b Merge pull request #77 from zecdev/fix-charset-encoding-validation
Cloned https://github.com/zecdev/zcash-swift-payment-uri.git
Revision (git rev-parse @):
798053ba8a2d80560b5e3f4899a8b35ac0c348bb
SUCCESS checkout https://github.com/zecdev/zcash-swift-payment-uri.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.3
Building package at path: $PWD
https://github.com/zecdev/zcash-swift-payment-uri.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mgriebling/BigInt.git
Fetching from https://github.com/mgriebling/BigDecimal.git
Fetching from https://github.com/pointfreeco/swift-case-paths
Fetching from https://github.com/pointfreeco/swift-custom-dump
Fetching from https://github.com/pointfreeco/swift-parsing
Fetching from https://github.com/mgriebling/UInt128.git
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘BigInt’
Checking out 2.0.10 of package ‘BigInt’
Creating working copy of package ‘UInt128’
Checking out 3.2.0 of package ‘UInt128’
Creating working copy of package ‘swift-case-paths’
Checking out 1.0.0 of package ‘swift-case-paths’
Creating working copy of package ‘swift-parsing’
Checking out 0.14.1 of package ‘swift-parsing’
Creating working copy of package ‘BigDecimal’
Checking out 2.2.3 of package ‘BigDecimal’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
dependency 'swift-case-paths' is not used by any targetResolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolved source packages:
BigDecimal: https://github.com/mgriebling/BigDecimal.git @ 2.2.3
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
UInt128: https://github.com/mgriebling/UInt128.git @ 3.2.0
BigInt: https://github.com/mgriebling/BigInt.git @ 2.0.10
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.14.1
zcash-swift-payment-uri: /Users/admin/builder/spi-builder-workspace
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.0.0
resolved source packages: BigDecimal, xctest-dynamic-overlay, UInt128, BigInt, swift-custom-dump, swift-parsing, zcash-swift-payment-uri, swift-case-paths
2026-04-18 03:55:45.046 xcodebuild[525:3024] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-parsing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing"
},
{
"identity" : "swift-case-paths",
"requirement" : {
"exact" : [
"1.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-case-paths"
},
{
"identity" : "bigdecimal",
"requirement" : {
"exact" : [
"2.2.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mgriebling/BigDecimal.git"
},
{
"identity" : "bigint",
"requirement" : {
"exact" : [
"2.0.10"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mgriebling/BigInt.git"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
}
],
"manifest_display_name" : "zcash-swift-payment-uri",
"name" : "zcash-swift-payment-uri",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ZcashPaymentURI",
"targets" : [
"ZcashPaymentURI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZcashPaymentURITests",
"module_type" : "SwiftTarget",
"name" : "ZcashPaymentURITests",
"path" : "Tests/ZcashPaymentURITests",
"sources" : [
"AmountTests.swift",
"DuplicateParameterDetectionTests.swift",
"EncodingTests.swift",
"MemoBytesTests.swift",
"OtherParamsTests.swift",
"ParamNameStringTests.swift",
"ParseParametersTests.swift",
"ParsingAddressEncodingTests.swift",
"ParsingAddressesTests.swift",
"PaymentTests.swift",
"QcharStringTests.swift",
"RecipientTests.swift",
"RendererTests.swift",
"RoundTripTests.swift",
"TestVectors.swift",
"ZIP321Tests.swift"
],
"target_dependencies" : [
"ZcashPaymentURI"
],
"type" : "test"
},
{
"c99name" : "ZcashPaymentURI",
"module_type" : "SwiftTarget",
"name" : "ZcashPaymentURI",
"path" : "Sources/ZcashPaymentURI",
"product_dependencies" : [
"Parsing",
"BigDecimal",
"BigInt",
"CustomDump"
],
"product_memberships" : [
"ZcashPaymentURI"
],
"sources" : [
"Amount.swift",
"Model.swift",
"Parser.swift",
"ParserContext.swift",
"RecipientAddress.swift",
"Render.swift",
"ZIP321+Errors.swift",
"ZIP321.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"UInt128",
"UInt128-Package",
"zcash-swift-payment-uri"
]
}
}
2026-04-18 03:55:54.148 xcodebuild[869:4895] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"UInt128",
"UInt128-Package",
"zcash-swift-payment-uri"
]
}
}
2026-04-18 03:55:56.022 xcodebuild[899:5171] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme zcash-swift-payment-uri -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.4.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 zcash-swift-payment-uri -destination platform=macOS,arch=arm64
Resolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolved source packages:
UInt128: https://github.com/mgriebling/UInt128.git @ 3.2.0
BigInt: https://github.com/mgriebling/BigInt.git @ 2.0.10
zcash-swift-payment-uri: /Users/admin/builder/spi-builder-workspace
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.0.0
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.14.1
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
BigDecimal: https://github.com/mgriebling/BigDecimal.git @ 2.2.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
Target 'ZcashPaymentURI' in project 'zcash-swift-payment-uri'
➜ Explicit dependency on target 'ZcashPaymentURI' in project 'zcash-swift-payment-uri'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'BigDecimal' in project 'BigDecimal'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'CustomDump' in project 'swift-custom-dump'
Target 'ZcashPaymentURI' in project 'zcash-swift-payment-uri'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'BigDecimal' in project 'BigDecimal'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'CustomDump' in project 'swift-custom-dump'
Target 'CustomDump' in project 'swift-custom-dump'
➜ Explicit dependency on target 'CustomDump' in project 'swift-custom-dump'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CustomDump' in project 'swift-custom-dump'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'BigDecimal' in project 'BigDecimal'
➜ Explicit dependency on target 'BigDecimal' in project 'BigDecimal'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'UInt128' in project 'UInt128'
Target 'BigDecimal' in project 'BigDecimal'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'UInt128' in project 'UInt128'
Target 'UInt128' in project 'UInt128'
➜ Explicit dependency on target 'UInt128' in project 'UInt128'
Target 'UInt128' in project 'UInt128' (no dependencies)
Target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'BigInt' in project 'BigInt' (no dependencies)
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 4bfab960ea455d95e47cfad6b8a42b62
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4bfab960ea455d95e47cfad6b8a42b62.xcbuilddata
error: The package product 'UInt128' requires minimum platform version 13.3 for the macOS platform, but this target supports 10.13 (in target 'BigDecimal' from project 'BigDecimal')
2026-04-18 03:56:00.905 xcodebuild[912:5264] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1206b07af1324f2f3c2c01b22274ed4f142dbb88, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1206b07af1324f2f3c2c01b22274ed4f142dbb88, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1206b07af1324f2f3c2c01b22274ed4f142dbb88, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1206b07af1324f2f3c2c01b22274ed4f142dbb88, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme zcash-swift-payment-uri
(1 failure)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolved source packages:
BigDecimal: https://github.com/mgriebling/BigDecimal.git @ 2.2.3
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
BigInt: https://github.com/mgriebling/BigInt.git @ 2.0.10
swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.14.1
UInt128: https://github.com/mgriebling/UInt128.git @ 3.2.0
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.0.0
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
zcash-swift-payment-uri: /Users/admin/builder/spi-builder-workspace
resolved source packages: BigDecimal, xctest-dynamic-overlay, BigInt, swift-parsing, UInt128, swift-case-paths, swift-custom-dump, zcash-swift-payment-uri
2026-04-18 03:56:03.642 xcodebuild[984:5688] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-parsing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing"
},
{
"identity" : "swift-case-paths",
"requirement" : {
"exact" : [
"1.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-case-paths"
},
{
"identity" : "bigdecimal",
"requirement" : {
"exact" : [
"2.2.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mgriebling/BigDecimal.git"
},
{
"identity" : "bigint",
"requirement" : {
"exact" : [
"2.0.10"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mgriebling/BigInt.git"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
}
],
"manifest_display_name" : "zcash-swift-payment-uri",
"name" : "zcash-swift-payment-uri",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ZcashPaymentURI",
"targets" : [
"ZcashPaymentURI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZcashPaymentURITests",
"module_type" : "SwiftTarget",
"name" : "ZcashPaymentURITests",
"path" : "Tests/ZcashPaymentURITests",
"sources" : [
"AmountTests.swift",
"DuplicateParameterDetectionTests.swift",
"EncodingTests.swift",
"MemoBytesTests.swift",
"OtherParamsTests.swift",
"ParamNameStringTests.swift",
"ParseParametersTests.swift",
"ParsingAddressEncodingTests.swift",
"ParsingAddressesTests.swift",
"PaymentTests.swift",
"QcharStringTests.swift",
"RecipientTests.swift",
"RendererTests.swift",
"RoundTripTests.swift",
"TestVectors.swift",
"ZIP321Tests.swift"
],
"target_dependencies" : [
"ZcashPaymentURI"
],
"type" : "test"
},
{
"c99name" : "ZcashPaymentURI",
"module_type" : "SwiftTarget",
"name" : "ZcashPaymentURI",
"path" : "Sources/ZcashPaymentURI",
"product_dependencies" : [
"Parsing",
"BigDecimal",
"BigInt",
"CustomDump"
],
"product_memberships" : [
"ZcashPaymentURI"
],
"sources" : [
"Amount.swift",
"Model.swift",
"Parser.swift",
"ParserContext.swift",
"RecipientAddress.swift",
"Render.swift",
"ZIP321+Errors.swift",
"ZIP321.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"UInt128",
"UInt128-Package",
"zcash-swift-payment-uri"
]
}
}
2026-04-18 03:56:05.074 xcodebuild[994:5763] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"UInt128",
"UInt128-Package",
"zcash-swift-payment-uri"
]
}
}
2026-04-18 03:56:06.248 xcodebuild[998:5803] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme zcash-swift-payment-uri -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.4.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 zcash-swift-payment-uri -destination platform=macOS,arch=arm64
Resolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolved source packages:
BigDecimal: https://github.com/mgriebling/BigDecimal.git @ 2.2.3
UInt128: https://github.com/mgriebling/UInt128.git @ 3.2.0
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
zcash-swift-payment-uri: /Users/admin/builder/spi-builder-workspace
BigInt: https://github.com/mgriebling/BigInt.git @ 2.0.10
swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.14.1
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
Target 'ZcashPaymentURI' in project 'zcash-swift-payment-uri'
➜ Explicit dependency on target 'ZcashPaymentURI' in project 'zcash-swift-payment-uri'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'BigDecimal' in project 'BigDecimal'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'CustomDump' in project 'swift-custom-dump'
Target 'ZcashPaymentURI' in project 'zcash-swift-payment-uri'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'BigDecimal' in project 'BigDecimal'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'CustomDump' in project 'swift-custom-dump'
Target 'CustomDump' in project 'swift-custom-dump'
➜ Explicit dependency on target 'CustomDump' in project 'swift-custom-dump'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CustomDump' in project 'swift-custom-dump'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'BigDecimal' in project 'BigDecimal'
➜ Explicit dependency on target 'BigDecimal' in project 'BigDecimal'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'UInt128' in project 'UInt128'
Target 'BigDecimal' in project 'BigDecimal'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'UInt128' in project 'UInt128'
Target 'UInt128' in project 'UInt128'
➜ Explicit dependency on target 'UInt128' in project 'UInt128'
Target 'UInt128' in project 'UInt128' (no dependencies)
Target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'BigInt' in project 'BigInt' (no dependencies)
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 4bfab960ea455d95e47cfad6b8a42b62
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4bfab960ea455d95e47cfad6b8a42b62.xcbuilddata
error: The package product 'UInt128' requires minimum platform version 13.3 for the macOS platform, but this target supports 10.13 (in target 'BigDecimal' from project 'BigDecimal')
2026-04-18 03:56:07.391 xcodebuild[1001:5839] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1206b07af1324f2f3c2c01b22274ed4f142dbb88, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1206b07af1324f2f3c2c01b22274ed4f142dbb88, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1206b07af1324f2f3c2c01b22274ed4f142dbb88, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1206b07af1324f2f3c2c01b22274ed4f142dbb88, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme zcash-swift-payment-uri
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild