Build Information
Failed to build AmoreKit, reference main (ab2663), with Swift 6.3 for tvOS using Xcode 26.4 on 20 Apr 2026 04:52:10 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AmoreKit -destination generic/platform=tvOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AmoreComputer/AmoreKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AmoreComputer/AmoreKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ab26636 add LicenseServerTests
Cloned https://github.com/AmoreComputer/AmoreKit.git
Revision (git rev-parse @):
ab266362895adacd02981a093fee0007d565e295
SUCCESS checkout https://github.com/AmoreComputer/AmoreKit.git at main
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/AmoreComputer/AmoreKit.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/vapor/jwt-kit.git
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/apple/swift-log.git
Fetching from https://github.com/apple/swift-certificates.git
Fetching from https://github.com/apple/swift-crypto.git
Fetching from https://github.com/apple/swift-asn1.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.6 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-certificates’
Checking out 1.19.0 of package ‘swift-certificates’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-crypto’
Checking out 4.4.0 of package ‘swift-crypto’
Creating working copy of package ‘jwt-kit’
Checking out 5.4.0 of package ‘jwt-kit’
Creating working copy of package ‘swift-asn1’
Checking out 1.7.0 of package ‘swift-asn1’
Creating working copy of package ‘swift-log’
Checking out 1.12.0 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
swift-crypto: https://github.com/apple/swift-crypto.git @ 4.4.0
jwt-kit: https://github.com/vapor/jwt-kit.git @ 5.4.0
swift-log: https://github.com/apple/swift-log.git @ 1.12.0
AmoreKit: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
resolved source packages: swift-asn1, swift-crypto, jwt-kit, swift-log, AmoreKit, SymbolKit, SwiftDocCPlugin, swift-certificates
2026-04-20 00:51:08.180 xcodebuild[529:3080] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "AmoreKit",
"name" : "AmoreKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AmoreLicensing",
"targets" : [
"AmoreLicensing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "AmoreLicensingTests",
"module_type" : "SwiftTarget",
"name" : "AmoreLicensingTests",
"path" : "Tests/AmoreLicensingTests",
"product_dependencies" : [
"JWTKit"
],
"sources" : [
"AmoreClientTests.swift",
"EntitlementTests.swift",
"HardwareIdentifier/MockHardwareIdentifier.swift",
"LicenseClient/LicenseServerTests.swift",
"LicenseClient/MockLicenseClient.swift",
"TokenStore/FileTokenStoreTests.swift",
"TokenStore/MockTokenStore.swift",
"ValidationFrequencyTests.swift"
],
"target_dependencies" : [
"AmoreLicensing"
],
"type" : "test"
},
{
"c99name" : "AmoreLicensing",
"module_type" : "SwiftTarget",
"name" : "AmoreLicensing",
"path" : "Sources/AmoreLicensing",
"product_dependencies" : [
"JWTKit"
],
"product_memberships" : [
"AmoreLicensing"
],
"sources" : [
"AmoreLicensing.swift",
"Errors/AmoreError.swift",
"Errors/ClientError.swift",
"Errors/NetworkError.swift",
"Errors/TokenStoreError.swift",
"Extensions/URL+AmoreServer.swift",
"HardwareIdentifier/HardwareIdentifier.swift",
"HardwareIdentifier/MacHardwareIdentifier.swift",
"LicenseClient/HTTPLicenseClient.swift",
"LicenseClient/LicenseClient.swift",
"LicenseClient/LicenseServer.swift",
"Licensing.swift",
"Models/GracePeriod.swift",
"Models/License+Entitlement.swift",
"Models/License.swift",
"Models/LicensingConfiguration.swift",
"Models/ValidationFrequency.swift",
"Models/ValidationStatus.swift",
"Payload/LicensePayload.swift",
"TokenStore/FileTokenStore.swift",
"TokenStore/TokenStore.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"AmoreKit"
]
}
}
2026-04-20 00:51:28.476 xcodebuild[1039:5975] [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 AmoreKit -destination generic/platform=tvOS
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 AmoreKit -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
swift-crypto: https://github.com/apple/swift-crypto.git @ 4.4.0
jwt-kit: https://github.com/vapor/jwt-kit.git @ 5.4.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
swift-log: https://github.com/apple/swift-log.git @ 1.12.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
AmoreKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (25 targets)
Target 'AmoreLicensing' in project 'AmoreKit'
➜ Explicit dependency on target 'AmoreLicensing' in project 'AmoreKit'
➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
Target 'AmoreLicensing' in project 'AmoreKit'
➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
Target 'JWTKit' in project 'jwt-kit'
➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'JWTKit' in project 'jwt-kit'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
Target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
Target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target '_CertificateInternals' in project 'swift-certificates' (no dependencies)
Target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target 'SwiftASN1' in project 'swift-asn1' (no dependencies)
Target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
Target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto' (no dependencies)
Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
Target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto' (no dependencies)
Target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto'
Target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
Target 'swift-crypto_CryptoExtras' in project 'swift-crypto' (no dependencies)
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x assembler-with-cpp -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 9ede68c035d9a831d6812d457d9c43eb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9ede68c035d9a831d6812d457d9c43eb.xcbuilddata
error: The package product 'JWTKit' requires minimum platform version 15.0 for the tvOS platform, but this target supports 12.0 (in target 'AmoreLicensing' from project 'AmoreKit')
2026-04-20 00:51:39.128 xcodebuild[1117:6430] [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 AmoreKit
(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
Resolved source packages:
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
AmoreKit: /Users/admin/builder/spi-builder-workspace
swift-crypto: https://github.com/apple/swift-crypto.git @ 4.4.0
swift-log: https://github.com/apple/swift-log.git @ 1.12.0
jwt-kit: https://github.com/vapor/jwt-kit.git @ 5.4.0
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
resolved source packages: SwiftDocCPlugin, SymbolKit, AmoreKit, swift-crypto, swift-log, jwt-kit, swift-certificates, swift-asn1
2026-04-20 00:51:53.957 xcodebuild[1337:7622] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "AmoreKit",
"name" : "AmoreKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AmoreLicensing",
"targets" : [
"AmoreLicensing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "AmoreLicensingTests",
"module_type" : "SwiftTarget",
"name" : "AmoreLicensingTests",
"path" : "Tests/AmoreLicensingTests",
"product_dependencies" : [
"JWTKit"
],
"sources" : [
"AmoreClientTests.swift",
"EntitlementTests.swift",
"HardwareIdentifier/MockHardwareIdentifier.swift",
"LicenseClient/LicenseServerTests.swift",
"LicenseClient/MockLicenseClient.swift",
"TokenStore/FileTokenStoreTests.swift",
"TokenStore/MockTokenStore.swift",
"ValidationFrequencyTests.swift"
],
"target_dependencies" : [
"AmoreLicensing"
],
"type" : "test"
},
{
"c99name" : "AmoreLicensing",
"module_type" : "SwiftTarget",
"name" : "AmoreLicensing",
"path" : "Sources/AmoreLicensing",
"product_dependencies" : [
"JWTKit"
],
"product_memberships" : [
"AmoreLicensing"
],
"sources" : [
"AmoreLicensing.swift",
"Errors/AmoreError.swift",
"Errors/ClientError.swift",
"Errors/NetworkError.swift",
"Errors/TokenStoreError.swift",
"Extensions/URL+AmoreServer.swift",
"HardwareIdentifier/HardwareIdentifier.swift",
"HardwareIdentifier/MacHardwareIdentifier.swift",
"LicenseClient/HTTPLicenseClient.swift",
"LicenseClient/LicenseClient.swift",
"LicenseClient/LicenseServer.swift",
"Licensing.swift",
"Models/GracePeriod.swift",
"Models/License+Entitlement.swift",
"Models/License.swift",
"Models/LicensingConfiguration.swift",
"Models/ValidationFrequency.swift",
"Models/ValidationStatus.swift",
"Payload/LicensePayload.swift",
"TokenStore/FileTokenStore.swift",
"TokenStore/TokenStore.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"AmoreKit"
]
}
}
2026-04-20 00:52:01.599 xcodebuild[1418:8109] [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 AmoreKit -destination generic/platform=tvOS
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 AmoreKit -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
jwt-kit: https://github.com/vapor/jwt-kit.git @ 5.4.0
swift-crypto: https://github.com/apple/swift-crypto.git @ 4.4.0
AmoreKit: /Users/admin/builder/spi-builder-workspace
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
swift-log: https://github.com/apple/swift-log.git @ 1.12.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (25 targets)
Target 'AmoreLicensing' in project 'AmoreKit'
➜ Explicit dependency on target 'AmoreLicensing' in project 'AmoreKit'
➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
Target 'AmoreLicensing' in project 'AmoreKit'
➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
Target 'JWTKit' in project 'jwt-kit'
➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'JWTKit' in project 'jwt-kit'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
Target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
Target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target '_CertificateInternals' in project 'swift-certificates' (no dependencies)
Target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target 'CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target 'SwiftASN1' in project 'swift-asn1' (no dependencies)
Target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
Target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto' (no dependencies)
Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
Target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto' (no dependencies)
Target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto'
Target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
Target 'swift-crypto_CryptoExtras' in project 'swift-crypto' (no dependencies)
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x assembler-with-cpp -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 9ede68c035d9a831d6812d457d9c43eb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9ede68c035d9a831d6812d457d9c43eb.xcbuilddata
error: The package product 'JWTKit' requires minimum platform version 15.0 for the tvOS platform, but this target supports 12.0 (in target 'AmoreLicensing' from project 'AmoreKit')
2026-04-20 00:52:08.814 xcodebuild[1492:8534] [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 AmoreKit
(1 failure)
BUILD FAILURE 6.3 tvOS