Build Information
Failed to build MobileIdSDKiOS, reference 8.1.7 (a3db94), with Swift 6.1 for tvOS using Xcode 16.3 on 30 Oct 2025 17:26:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MobileIdSDKiOS -destination generic/platform=tvOSBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vbmobile/MobileIdSDKiOS.git
Reference: 8.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vbmobile/MobileIdSDKiOS
* tag 8.1.7 -> FETCH_HEAD
HEAD is now at a3db94a version 8.1.7
Cloned https://github.com/vbmobile/MobileIdSDKiOS.git
Revision (git rev-parse @):
a3db94a8a7852082ef1b4b2c1451e6ccd062ebf4
SUCCESS checkout https://github.com/vbmobile/MobileIdSDKiOS.git at 8.1.7
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/vbmobile/MobileIdSDKiOS.git
https://github.com/vbmobile/MobileIdSDKiOS.git
{
"dependencies" : [
{
"identity" : "lottie-spm",
"requirement" : {
"exact" : [
"4.4.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/airbnb/lottie-spm"
},
{
"identity" : "vbdependencyinjector",
"requirement" : {
"exact" : [
"1.0.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBDependencyInjector"
},
{
"identity" : "vbnetworkclient",
"requirement" : {
"exact" : [
"5.1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBNetworkClient"
},
{
"identity" : "vbimageprocessor",
"requirement" : {
"exact" : [
"1.2.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBImageProcessor"
},
{
"identity" : "vbutils",
"requirement" : {
"exact" : [
"2.0.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBUtils"
},
{
"identity" : "matomo-sdk-ios",
"requirement" : {
"exact" : [
"7.7.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/matomo-sdk-ios"
}
],
"manifest_display_name" : "MobileIdSDKiOS",
"name" : "MobileIdSDKiOS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MobileIdSDKiOS",
"targets" : [
"MobileIdSDKiOSWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "MobileIdSDKiOSWrapper",
"module_type" : "SwiftTarget",
"name" : "MobileIdSDKiOSWrapper",
"path" : "Sources",
"product_dependencies" : [
"Lottie",
"VBDependencyInjector",
"VBNetworkClient",
"VBImageProcessor",
"MatomoTracker",
"VBUtils"
],
"product_memberships" : [
"MobileIdSDKiOS"
],
"sources" : [
"dummy.swift"
],
"target_dependencies" : [
"MobileIdSDKiOS"
],
"type" : "library"
},
{
"c99name" : "MobileIdSDKiOS",
"module_type" : "BinaryTarget",
"name" : "MobileIdSDKiOS",
"path" : "remote/archive/MobileIdSDKiOS-8.1.7.zip",
"product_memberships" : [
"MobileIdSDKiOS"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.10"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:18:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/Users/admin/builder/spi-builder-workspace/Package.swift:18:64: warning: 'exact' is deprecated
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
| `- warning: 'exact' is deprecated
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:76: warning: 'exact' is deprecated
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
| `- warning: 'exact' is deprecated
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:71: warning: 'exact' is deprecated
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
| `- warning: 'exact' is deprecated
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:72: warning: 'exact' is deprecated
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
| `- warning: 'exact' is deprecated
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:22:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
24 | ],
/Users/admin/builder/spi-builder-workspace/Package.swift:22:63: warning: 'exact' is deprecated
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
| `- warning: 'exact' is deprecated
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
24 | ],
/Users/admin/builder/spi-builder-workspace/Package.swift:23:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
24 | ],
25 | targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:23:70: warning: 'exact' is deprecated
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
| `- warning: 'exact' is deprecated
24 | ],
25 | targets: [
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/vbmobile/VBImageProcessor
Fetching from https://github.com/vbmobile/matomo-sdk-ios
Fetching from https://github.com/vbmobile/VBDependencyInjector
Fetching from https://github.com/airbnb/lottie-spm
Fetching from https://github.com/vbmobile/VBNetworkClient
Fetching from https://github.com/vbmobile/VBUtils
Creating working copy of package ‘VBImageProcessor’
Checking out 1.2.2 of package ‘VBImageProcessor’
Creating working copy of package ‘VBUtils’
Checking out 2.0.2 of package ‘VBUtils’
Creating working copy of package ‘lottie-spm’
Checking out 4.4.1 of package ‘lottie-spm’
Creating working copy of package ‘VBDependencyInjector’
Checking out 1.0.5 of package ‘VBDependencyInjector’
Creating working copy of package ‘matomo-sdk-ios’
Checking out 7.7.0 of package ‘matomo-sdk-ios’
Creating working copy of package ‘VBNetworkClient’
Checking out 5.1.1 of package ‘VBNetworkClient’
Resolve Package Graph
Resolved source packages:
VBNetworkClient: https://github.com/vbmobile/VBNetworkClient @ 5.1.1
VBUtils: https://github.com/vbmobile/VBUtils @ 2.0.2
VBDependencyInjector: https://github.com/vbmobile/VBDependencyInjector @ 1.0.5
MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
Lottie: https://github.com/airbnb/lottie-spm @ 4.4.1
MobileIdSDKiOS: /Users/admin/builder/spi-builder-workspace
VBImageProcessor: https://github.com/vbmobile/VBImageProcessor @ 1.2.2
resolved source packages: VBNetworkClient, VBUtils, VBDependencyInjector, MatomoTracker, Lottie, MobileIdSDKiOS, VBImageProcessor
{
"dependencies" : [
{
"identity" : "lottie-spm",
"requirement" : {
"exact" : [
"4.4.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/airbnb/lottie-spm"
},
{
"identity" : "vbdependencyinjector",
"requirement" : {
"exact" : [
"1.0.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBDependencyInjector"
},
{
"identity" : "vbnetworkclient",
"requirement" : {
"exact" : [
"5.1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBNetworkClient"
},
{
"identity" : "vbimageprocessor",
"requirement" : {
"exact" : [
"1.2.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBImageProcessor"
},
{
"identity" : "vbutils",
"requirement" : {
"exact" : [
"2.0.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBUtils"
},
{
"identity" : "matomo-sdk-ios",
"requirement" : {
"exact" : [
"7.7.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/matomo-sdk-ios"
}
],
"manifest_display_name" : "MobileIdSDKiOS",
"name" : "MobileIdSDKiOS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MobileIdSDKiOS",
"targets" : [
"MobileIdSDKiOSWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "MobileIdSDKiOSWrapper",
"module_type" : "SwiftTarget",
"name" : "MobileIdSDKiOSWrapper",
"path" : "Sources",
"product_dependencies" : [
"Lottie",
"VBDependencyInjector",
"VBNetworkClient",
"VBImageProcessor",
"MatomoTracker",
"VBUtils"
],
"product_memberships" : [
"MobileIdSDKiOS"
],
"sources" : [
"dummy.swift"
],
"target_dependencies" : [
"MobileIdSDKiOS"
],
"type" : "library"
},
{
"c99name" : "MobileIdSDKiOS",
"module_type" : "BinaryTarget",
"name" : "MobileIdSDKiOS",
"path" : "remote/archive/MobileIdSDKiOS-8.1.7.zip",
"product_memberships" : [
"MobileIdSDKiOS"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"MobileIdSDKiOS"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MobileIdSDKiOS -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MobileIdSDKiOS -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
VBDependencyInjector: https://github.com/vbmobile/VBDependencyInjector @ 1.0.5
VBImageProcessor: https://github.com/vbmobile/VBImageProcessor @ 1.2.2
MobileIdSDKiOS: /Users/admin/builder/spi-builder-workspace
VBNetworkClient: https://github.com/vbmobile/VBNetworkClient @ 5.1.1
Lottie: https://github.com/airbnb/lottie-spm @ 4.4.1
MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
VBUtils: https://github.com/vbmobile/VBUtils @ 2.0.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'MobileIdSDKiOS' in project 'MobileIdSDKiOS'
➜ Explicit dependency on target 'MobileIdSDKiOSWrapper' in project 'MobileIdSDKiOS'
➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
➜ Explicit dependency on target 'Lottie' in project 'Lottie'
➜ Explicit dependency on target 'VBDependencyInjector' in project 'VBDependencyInjector'
➜ Explicit dependency on target 'VBNetworkClient' in project 'VBNetworkClient'
➜ Explicit dependency on target 'VBImageProcessor' in project 'VBImageProcessor'
➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
Target 'MobileIdSDKiOSWrapper' in project 'MobileIdSDKiOS'
➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
➜ Explicit dependency on target 'Lottie' in project 'Lottie'
➜ Explicit dependency on target 'VBDependencyInjector' in project 'VBDependencyInjector'
➜ Explicit dependency on target 'VBNetworkClient' in project 'VBNetworkClient'
➜ Explicit dependency on target 'VBImageProcessor' in project 'VBImageProcessor'
➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
Target 'VBImageProcessor' in project 'VBImageProcessor'
➜ Explicit dependency on target 'VBImageProcessorWrapper' in project 'VBImageProcessor'
➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
Target 'VBImageProcessorWrapper' in project 'VBImageProcessor'
➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
Target 'VBUtils' in project 'VBUtils'
➜ Explicit dependency on target 'VBUtilsWrapper' in project 'VBUtils'
➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
Target 'VBUtilsWrapper' in project 'VBUtils'
➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
Target 'VBNetworkClient' in project 'VBNetworkClient' (no dependencies)
Target 'VBDependencyInjector' in project 'VBDependencyInjector' (no dependencies)
Target 'Lottie' in project 'Lottie'
➜ Explicit dependency on target '_LottieStub' in project 'Lottie'
Target '_LottieStub' in project 'Lottie' (no dependencies)
Target 'MatomoTracker' in project 'MatomoTracker'
➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
Target 'MatomoTracker' in project 'MatomoTracker' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
Build description signature: 221563685bc6cead989cbf69a91a234b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/221563685bc6cead989cbf69a91a234b.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBUtils' from project 'VBUtils')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework'. (in target 'VBImageProcessor' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBImageProcessor' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MobileIdSDKiOS/MobileIdSDKiOS.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/MobileIdSDKiOS/MobileIdSDKiOS.xcframework'. (in target 'MobileIdSDKiOSWrapper' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework'. (in target 'MobileIdSDKiOSWrapper' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework'. (in target 'MobileIdSDKiOSWrapper' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBUtilsWrapper' from project 'VBUtils')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MobileIdSDKiOS/MobileIdSDKiOS.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/MobileIdSDKiOS/MobileIdSDKiOS.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework'. (in target 'VBNetworkClient' from project 'VBNetworkClient')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework'. (in target 'VBImageProcessorWrapper' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework'. (in target 'VBDependencyInjector' from project 'VBDependencyInjector')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme MobileIdSDKiOS
(1 failure)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
VBUtils: https://github.com/vbmobile/VBUtils @ 2.0.2
Lottie: https://github.com/airbnb/lottie-spm @ 4.4.1
MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
VBDependencyInjector: https://github.com/vbmobile/VBDependencyInjector @ 1.0.5
MobileIdSDKiOS: /Users/admin/builder/spi-builder-workspace
VBImageProcessor: https://github.com/vbmobile/VBImageProcessor @ 1.2.2
VBNetworkClient: https://github.com/vbmobile/VBNetworkClient @ 5.1.1
resolved source packages: VBUtils, Lottie, MatomoTracker, VBDependencyInjector, MobileIdSDKiOS, VBImageProcessor, VBNetworkClient
{
"dependencies" : [
{
"identity" : "lottie-spm",
"requirement" : {
"exact" : [
"4.4.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/airbnb/lottie-spm"
},
{
"identity" : "vbdependencyinjector",
"requirement" : {
"exact" : [
"1.0.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBDependencyInjector"
},
{
"identity" : "vbnetworkclient",
"requirement" : {
"exact" : [
"5.1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBNetworkClient"
},
{
"identity" : "vbimageprocessor",
"requirement" : {
"exact" : [
"1.2.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBImageProcessor"
},
{
"identity" : "vbutils",
"requirement" : {
"exact" : [
"2.0.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBUtils"
},
{
"identity" : "matomo-sdk-ios",
"requirement" : {
"exact" : [
"7.7.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/matomo-sdk-ios"
}
],
"manifest_display_name" : "MobileIdSDKiOS",
"name" : "MobileIdSDKiOS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MobileIdSDKiOS",
"targets" : [
"MobileIdSDKiOSWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "MobileIdSDKiOSWrapper",
"module_type" : "SwiftTarget",
"name" : "MobileIdSDKiOSWrapper",
"path" : "Sources",
"product_dependencies" : [
"Lottie",
"VBDependencyInjector",
"VBNetworkClient",
"VBImageProcessor",
"MatomoTracker",
"VBUtils"
],
"product_memberships" : [
"MobileIdSDKiOS"
],
"sources" : [
"dummy.swift"
],
"target_dependencies" : [
"MobileIdSDKiOS"
],
"type" : "library"
},
{
"c99name" : "MobileIdSDKiOS",
"module_type" : "BinaryTarget",
"name" : "MobileIdSDKiOS",
"path" : "remote/archive/MobileIdSDKiOS-8.1.7.zip",
"product_memberships" : [
"MobileIdSDKiOS"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"MobileIdSDKiOS"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MobileIdSDKiOS -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MobileIdSDKiOS -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
MobileIdSDKiOS: /Users/admin/builder/spi-builder-workspace
VBUtils: https://github.com/vbmobile/VBUtils @ 2.0.2
VBDependencyInjector: https://github.com/vbmobile/VBDependencyInjector @ 1.0.5
VBImageProcessor: https://github.com/vbmobile/VBImageProcessor @ 1.2.2
VBNetworkClient: https://github.com/vbmobile/VBNetworkClient @ 5.1.1
Lottie: https://github.com/airbnb/lottie-spm @ 4.4.1
MatomoTracker: https://github.com/vbmobile/matomo-sdk-ios @ 7.7.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'MobileIdSDKiOS' in project 'MobileIdSDKiOS'
➜ Explicit dependency on target 'MobileIdSDKiOSWrapper' in project 'MobileIdSDKiOS'
➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
➜ Explicit dependency on target 'Lottie' in project 'Lottie'
➜ Explicit dependency on target 'VBDependencyInjector' in project 'VBDependencyInjector'
➜ Explicit dependency on target 'VBNetworkClient' in project 'VBNetworkClient'
➜ Explicit dependency on target 'VBImageProcessor' in project 'VBImageProcessor'
➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
Target 'MobileIdSDKiOSWrapper' in project 'MobileIdSDKiOS'
➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
➜ Explicit dependency on target 'Lottie' in project 'Lottie'
➜ Explicit dependency on target 'VBDependencyInjector' in project 'VBDependencyInjector'
➜ Explicit dependency on target 'VBNetworkClient' in project 'VBNetworkClient'
➜ Explicit dependency on target 'VBImageProcessor' in project 'VBImageProcessor'
➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
Target 'VBImageProcessor' in project 'VBImageProcessor'
➜ Explicit dependency on target 'VBImageProcessorWrapper' in project 'VBImageProcessor'
➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
Target 'VBImageProcessorWrapper' in project 'VBImageProcessor'
➜ Explicit dependency on target 'VBUtils' in project 'VBUtils'
Target 'VBUtils' in project 'VBUtils'
➜ Explicit dependency on target 'VBUtilsWrapper' in project 'VBUtils'
➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
Target 'VBUtilsWrapper' in project 'VBUtils'
➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
Target 'VBNetworkClient' in project 'VBNetworkClient' (no dependencies)
Target 'VBDependencyInjector' in project 'VBDependencyInjector' (no dependencies)
Target 'Lottie' in project 'Lottie'
➜ Explicit dependency on target '_LottieStub' in project 'Lottie'
Target '_LottieStub' in project 'Lottie' (no dependencies)
Target 'MatomoTracker' in project 'MatomoTracker'
➜ Explicit dependency on target 'MatomoTracker' in project 'MatomoTracker'
Target 'MatomoTracker' in project 'MatomoTracker' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
Build description signature: 0727fb4036b3d406809d23d4ba6a7075
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0727fb4036b3d406809d23d4ba6a7075.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBUtilsWrapper' from project 'VBUtils')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework'. (in target 'VBDependencyInjector' from project 'VBDependencyInjector')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework'. (in target 'VBNetworkClient' from project 'VBNetworkClient')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework'. (in target 'VBImageProcessor' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBImageProcessor' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MobileIdSDKiOS/MobileIdSDKiOS.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/MobileIdSDKiOS/MobileIdSDKiOS.xcframework'. (in target 'MobileIdSDKiOSWrapper' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework'. (in target 'MobileIdSDKiOSWrapper' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework'. (in target 'MobileIdSDKiOSWrapper' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/MobileIdSDKiOS/MobileIdSDKiOS.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/MobileIdSDKiOS/MobileIdSDKiOS.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbdependencyinjector/VBDependencyInjector/VBDependencyInjector.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbnetworkclient/VBNetworkClient/VBNetworkClient.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'MobileIdSDKiOS' from project 'MobileIdSDKiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbimageprocessor/VBImageProcessor/VBImageProcessor.xcframework'. (in target 'VBImageProcessorWrapper' from project 'VBImageProcessor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/vbutils/VBUtils/VBUtils.xcframework'. (in target 'VBUtils' from project 'VBUtils')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme MobileIdSDKiOS
(1 failure)
BUILD FAILURE 6.1 tvOS