Build Information
Failed to build SequreSDK, reference 1.1.4 (b37e74), with Swift 6.3 for tvOS using Xcode 26.4 on 19 Apr 2026 20:39:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SequreSDK-Package -destination generic/platform=tvOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/qtrust-id/SeQure-iOS-SDK.git
Reference: 1.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/qtrust-id/SeQure-iOS-SDK
* tag 1.1.4 -> FETCH_HEAD
HEAD is now at b37e746 refactor(sdk): remove busy-waits, optimize concurrency, & evaluation print out
Cloned https://github.com/qtrust-id/SeQure-iOS-SDK.git
Revision (git rev-parse @):
b37e746f46aec6608c89ace0640e4538f17612ab
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/qtrust-id/SeQure-iOS-SDK.git at 1.1.4
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/qtrust-id/SeQure-iOS-SDK.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
Resolve Package Graph
Resolved source packages:
SequreSDK: /Users/admin/builder/spi-builder-workspace
resolved source packages: SequreSDK
2026-04-19 16:39:41.956 xcodebuild[525:3017] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
],
"manifest_display_name" : "SequreSDK",
"name" : "SequreSDK",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SequreSDK",
"targets" : [
"SequreSDK"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SequreSDKLite",
"targets" : [
"SequreSDKLite"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SequreSDKLite",
"module_type" : "BinaryTarget",
"name" : "SequreSDKLite",
"path" : "remote/archive/SequreSDKLite.xcframework.zip",
"product_memberships" : [
"SequreSDKLite"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SequreSDK",
"module_type" : "BinaryTarget",
"name" : "SequreSDK",
"path" : "remote/archive/SequreSDK.xcframework.zip",
"product_memberships" : [
"SequreSDK"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SequreSDK",
"SequreSDK-Package",
"SequreSDKLite"
]
}
}
2026-04-19 16:39:49.848 xcodebuild[649:3813] [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 SequreSDK-Package -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 SequreSDK-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
SequreSDK: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'SequreSDKLite' in project 'SequreSDK' (no dependencies)
Target 'SequreSDK' in project 'SequreSDK' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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
Build description signature: da027318e04965c9e7a192ac18d6da8a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/da027318e04965c9e7a192ac18d6da8a.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/SequreSDKLite/SequreSDKLite.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/SequreSDKLite/SequreSDKLite.xcframework'. (in target 'SequreSDKLite' from project 'SequreSDK')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/SequreSDK/SequreSDK.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/SequreSDK/SequreSDK.xcframework'. (in target 'SequreSDK' from project 'SequreSDK')
2026-04-19 16:39:51.394 xcodebuild[656:3879] [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 SequreSDK-Package
(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:
SequreSDK: /Users/admin/builder/spi-builder-workspace
resolved source packages: SequreSDK
2026-04-19 16:39:53.163 xcodebuild[672:4000] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
],
"manifest_display_name" : "SequreSDK",
"name" : "SequreSDK",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SequreSDK",
"targets" : [
"SequreSDK"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SequreSDKLite",
"targets" : [
"SequreSDKLite"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SequreSDKLite",
"module_type" : "BinaryTarget",
"name" : "SequreSDKLite",
"path" : "remote/archive/SequreSDKLite.xcframework.zip",
"product_memberships" : [
"SequreSDKLite"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SequreSDK",
"module_type" : "BinaryTarget",
"name" : "SequreSDK",
"path" : "remote/archive/SequreSDK.xcframework.zip",
"product_memberships" : [
"SequreSDK"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SequreSDK",
"SequreSDK-Package",
"SequreSDKLite"
]
}
}
2026-04-19 16:39:54.366 xcodebuild[682:4067] [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 SequreSDK-Package -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 SequreSDK-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
SequreSDK: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'SequreSDKLite' in project 'SequreSDK' (no dependencies)
Target 'SequreSDK' in project 'SequreSDK' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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
Build description signature: da027318e04965c9e7a192ac18d6da8a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/da027318e04965c9e7a192ac18d6da8a.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/SequreSDK/SequreSDK.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/SequreSDK/SequreSDK.xcframework'. (in target 'SequreSDK' from project 'SequreSDK')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/SequreSDKLite/SequreSDKLite.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/SequreSDKLite/SequreSDKLite.xcframework'. (in target 'SequreSDKLite' from project 'SequreSDK')
2026-04-19 16:39:55.385 xcodebuild[685:4099] [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 SequreSDK-Package
(1 failure)
BUILD FAILURE 6.3 tvOS