Build Information
Successful build of RecombeeClient, reference v6.2.0 (2f0432), with Swift 6.2 for tvOS using Xcode 26.3 on 19 Apr 2026 07:35:21 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RecombeeClient -destination generic/platform=tvOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/recombee/swift-api-client.git
Reference: v6.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/recombee/swift-api-client
* tag v6.2.0 -> FETCH_HEAD
HEAD is now at 2f0432b Release: v6.2.0
Cloned https://github.com/recombee/swift-api-client.git
Revision (git rev-parse @):
2f0432bcc43b13acd1ed7372f02e437c853005b5
SUCCESS checkout https://github.com/recombee/swift-api-client.git at v6.2.0
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/recombee/swift-api-client.git
Command line invocation:
/Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Flight-School/AnyCodable.git
Creating working copy of package ‘AnyCodable’
Checking out 0.6.7 of package ‘AnyCodable’
Resolve Package Graph
Resolved source packages:
AnyCodable: https://github.com/Flight-School/AnyCodable.git @ 0.6.7
RecombeeClient: /Users/admin/builder/spi-builder-workspace
resolved source packages: AnyCodable, RecombeeClient
2026-04-19 03:34:45.377 xcodebuild[524:3013] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable.git"
}
],
"manifest_display_name" : "RecombeeClient",
"name" : "RecombeeClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "RecombeeClient",
"targets" : [
"RecombeeClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RecombeeClientTests",
"module_type" : "SwiftTarget",
"name" : "RecombeeClientTests",
"path" : "Tests",
"sources" : [
"RecombeeClientTests/RecombeeTestCase.swift",
"RecombeeClientTests/TestAddBookmark.swift",
"RecombeeClientTests/TestAddCartAddition.swift",
"RecombeeClientTests/TestAddDetailView.swift",
"RecombeeClientTests/TestAddPurchase.swift",
"RecombeeClientTests/TestAddRating.swift",
"RecombeeClientTests/TestBatch.swift",
"RecombeeClientTests/TestCompositeRecommendation.swift",
"RecombeeClientTests/TestExample.swift",
"RecombeeClientTests/TestRecommendItemSegmentsToItem.swift",
"RecombeeClientTests/TestRecommendItemSegmentsToItemSegment.swift",
"RecombeeClientTests/TestRecommendItemSegmentsToUser.swift",
"RecombeeClientTests/TestRecommendItemsToItem.swift",
"RecombeeClientTests/TestRecommendItemsToItemSegment.swift",
"RecombeeClientTests/TestRecommendItemsToUser.swift",
"RecombeeClientTests/TestRecommendNextItemSegments.swift",
"RecombeeClientTests/TestRecommendNextItems.swift",
"RecombeeClientTests/TestSearchItemSegments.swift",
"RecombeeClientTests/TestSearchItems.swift",
"RecombeeClientTests/TestSetViewPortion.swift"
],
"target_dependencies" : [
"RecombeeClient"
],
"type" : "test"
},
{
"c99name" : "RecombeeClient",
"module_type" : "SwiftTarget",
"name" : "RecombeeClient",
"path" : "Sources",
"product_dependencies" : [
"AnyCodable"
],
"product_memberships" : [
"RecombeeClient"
],
"sources" : [
"RecombeeClient/ApiClient/ClientError.swift",
"RecombeeClient/ApiClient/RecombeeClient.swift",
"RecombeeClient/Bindings/BatchResponse.swift",
"RecombeeClient/Bindings/CompositeRecommendationResponse.swift",
"RecombeeClient/Bindings/CompositeRecommendationStageParameters.swift",
"RecombeeClient/Bindings/Logic.swift",
"RecombeeClient/Bindings/RecombeeBinding.swift",
"RecombeeClient/Bindings/Recommendation.swift",
"RecombeeClient/Bindings/RecommendationResponse.swift",
"RecombeeClient/Bindings/SearchResponse.swift",
"RecombeeClient/Bindings/StringResponseBinding.swift",
"RecombeeClient/Requests/AddBookmark.swift",
"RecombeeClient/Requests/AddCartAddition.swift",
"RecombeeClient/Requests/AddDetailView.swift",
"RecombeeClient/Requests/AddPurchase.swift",
"RecombeeClient/Requests/AddRating.swift",
"RecombeeClient/Requests/Batch.swift",
"RecombeeClient/Requests/CompositeRecommendation.swift",
"RecombeeClient/Requests/MergeUsers.swift",
"RecombeeClient/Requests/RecommendItemSegmentsToItem.swift",
"RecombeeClient/Requests/RecommendItemSegmentsToItemSegment.swift",
"RecombeeClient/Requests/RecommendItemSegmentsToUser.swift",
"RecombeeClient/Requests/RecommendItemsToItem.swift",
"RecombeeClient/Requests/RecommendItemsToItemSegment.swift",
"RecombeeClient/Requests/RecommendItemsToUser.swift",
"RecombeeClient/Requests/RecommendNextItemSegments.swift",
"RecombeeClient/Requests/RecommendNextItems.swift",
"RecombeeClient/Requests/Request.swift",
"RecombeeClient/Requests/SearchItemSegments.swift",
"RecombeeClient/Requests/SearchItems.swift",
"RecombeeClient/Requests/SetViewPortion.swift",
"RecombeeClient/Utils/HttpMethod.swift",
"RecombeeClient/Utils/JsonDictionary.swift",
"RecombeeClient/Utils/Region.swift",
"RecombeeClient/Utils/URLSession.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"RecombeeClient"
]
}
}
2026-04-19 03:35:06.486 xcodebuild[698:4374] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RecombeeClient -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme RecombeeClient -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
AnyCodable: https://github.com/Flight-School/AnyCodable.git @ 0.6.7
RecombeeClient: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'RecombeeClient' in project 'RecombeeClient'
➜ Explicit dependency on target 'RecombeeClient' in project 'RecombeeClient'
➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
Target 'RecombeeClient' in project 'RecombeeClient'
➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
Target 'AnyCodable' in project 'AnyCodable'
➜ Explicit dependency on target 'AnyCodable' in project 'AnyCodable'
Target 'AnyCodable' in project 'AnyCodable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 45e56143e54de9f58bdba5391518bd81
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/45e56143e54de9f58bdba5391518bd81.xcbuilddata
ClangStatCache /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.2-23K50-dc75598d0054f22ec865fa860f139d72c1feacec85df2e04b9fa10f95e757c08.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.2-23K50-dc75598d0054f22ec865fa860f139d72c1feacec85df2e04b9fa10f95e757c08.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/RecombeeClient.DependencyMetadataFileList (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/RecombeeClient.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/RecombeeClient.modulemap (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/RecombeeClient.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/RecombeeClient.DependencyStaticMetadataFileList (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/RecombeeClient.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.LinkFileList (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftConstValuesFileList (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-OutputFileMap.json (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.modulemap (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RecombeeClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/RecombeeClient.modulemap (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/RecombeeClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyMetadataFileList (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.modulemap (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.2-23K50-dc75598d0054f22ec865fa860f139d72c1feacec85df2e04b9fa10f95e757c08.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-A18228RMTOUB0VOFXESBRN21U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-C7ZNRUUC7QC8O8GNT7R7A8QTZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-EAYCD616FQ0RDYYOEFYO1BMV1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-7Z5BXIW8MVEC0EU944AVMJ6RG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-A262UIO72NZ44KOOUHYVTVD34.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-3NXAGF6DBLF3LKTFUNVFWKWNL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-ET5C1L7ONVBB23WGY8RHPACZN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-CUB1TEDTB8JJWCJBYK0EW7HWD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-A57D84N7A2Q4CVJV245Y9GGPK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-E448SFMHAYNCYJ90LFJKGGUMT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-7MGFTKQ0OUDR1C72INHLA4BE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-BN0867716FZWZWJB23IHOUFY5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-1XFO68C1O9POTJSZ7ROIU30GG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-7DORIFH0ZITTV4JODPMB69RV5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4HXAW79ZF68GE3HPQ3JFIKEN1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-R227UYNR87N7HXSJ0SI7N4S2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-A13RNMYMYUMU4Q8WZT7O0VTD0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-364JM390UZ0K2LTG52PF6POJQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-4K7P301X1OJT48ALUBN64GT9C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-6PLG1EA9WQAOU683M7F7AY01O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-E0BNAXPW36UE3MS5CDDD6KDH2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-5J4SIZCW68BHIY7F5M1KSQ9HB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-6L1G3F5CHOB23JDHSD9JLQRKP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-BQZXUCN4ENBGM0IVTT1TCS5E4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-36RNFA2UNUZB7F30GQWLJSFJV.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
EmitSwiftModule normal arm64 (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AnyCodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable/Sources/AnyCodable/AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for AnyCodable (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation\ Requirements AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.2-23K50-dc75598d0054f22ec865fa860f139d72c1feacec85df2e04b9fa10f95e757c08.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/AnyCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver RecombeeClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RecombeeClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk -target arm64-apple-tvos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.2-23K50-dc75598d0054f22ec865fa860f139d72c1feacec85df2e04b9fa10f95e757c08.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CommonCrypto-9FT4X9B1K287GARNPNOO4PM7O.pcm
SwiftCompile normal arm64 Compiling\ SearchItems.swift,\ SetViewPortion.swift,\ HttpMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/SearchItems.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/SetViewPortion.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Utils/HttpMethod.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/SearchItems.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/SetViewPortion.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Utils/HttpMethod.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ RecombeeClient (in target 'RecombeeClient' from project 'RecombeeClient')
EmitSwiftModule normal arm64 (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RecommendNextItems.swift,\ Request.swift,\ SearchItemSegments.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItems.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/SearchItemSegments.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItems.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItems.swift:58:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
var body: [String: Any] = [
~~~ ^
let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/Request.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/SearchItemSegments.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RecommendItemSegmentsToItemSegment.swift,\ RecommendItemSegmentsToUser.swift,\ RecommendItemsToItem.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemSegmentsToItemSegment.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemSegmentsToUser.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemsToItem.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemSegmentsToItemSegment.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemSegmentsToUser.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemsToItem.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AddCartAddition.swift,\ AddDetailView.swift,\ AddPurchase.swift,\ AddRating.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/AddCartAddition.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/AddDetailView.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/AddPurchase.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/AddRating.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/AddCartAddition.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/AddDetailView.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/AddPurchase.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/AddRating.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ClientError.swift,\ RecombeeClient.swift,\ BatchResponse.swift,\ CompositeRecommendationResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/ApiClient/ClientError.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/ApiClient/RecombeeClient.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/BatchResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/CompositeRecommendationResponse.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/ApiClient/ClientError.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/ApiClient/RecombeeClient.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/BatchResponse.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/CompositeRecommendationResponse.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RecommendationResponse.swift,\ SearchResponse.swift,\ StringResponseBinding.swift,\ AddBookmark.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/RecommendationResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/SearchResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/StringResponseBinding.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/AddBookmark.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/RecommendationResponse.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/SearchResponse.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/StringResponseBinding.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/AddBookmark.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CompositeRecommendationStageParameters.swift,\ Logic.swift,\ RecombeeBinding.swift,\ Recommendation.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/CompositeRecommendationStageParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/Logic.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/RecombeeBinding.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/Recommendation.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/CompositeRecommendationStageParameters.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/Logic.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/RecombeeBinding.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Bindings/Recommendation.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for RecombeeClient (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriver\ Compilation\ Requirements RecombeeClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RecombeeClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk -target arm64-apple-tvos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.2-23K50-dc75598d0054f22ec865fa860f139d72c1feacec85df2e04b9fa10f95e757c08.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CompositeRecommendationStageParameters.swift, Logic.swift, RecombeeBinding.swift, Recommendation.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 Compiling\ Batch.swift,\ CompositeRecommendation.swift,\ MergeUsers.swift,\ RecommendItemSegmentsToItem.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/Batch.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/CompositeRecommendation.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemSegmentsToItem.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/Batch.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/CompositeRecommendation.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:49:30: warning: expression implicitly coerced from 'Bool?' to 'Any'
"cascadeCreate": cascadeCreate,
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:49:30: note: provide a default value to avoid this warning
"cascadeCreate": cascadeCreate,
^~~~~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:49:30: note: force-unwrap the value to avoid this warning
"cascadeCreate": cascadeCreate,
^~~~~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:49:30: note: explicitly cast to 'Any' with 'as Any' to silence this warning
"cascadeCreate": cascadeCreate,
^~~~~~~~~~~~~
as Any
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:55:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
var body: [String: Any] = [:]
~~~ ^
let
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemSegmentsToItem.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RecombeeClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-Swift.h (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/RecombeeClient-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Batch.swift, CompositeRecommendation.swift, MergeUsers.swift, RecommendItemSegmentsToItem.swift (in target 'RecombeeClient' from project 'RecombeeClient')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftmodule (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftdoc (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.abi.json (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling RecommendationResponse.swift, SearchResponse.swift, StringResponseBinding.swift, AddBookmark.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 Compiling\ JsonDictionary.swift,\ Region.swift,\ URLSession.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Utils/JsonDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Utils/Region.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Utils/URLSession.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Utils/JsonDictionary.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Utils/Region.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Utils/URLSession.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftsourceinfo (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ RecommendItemsToItemSegment.swift,\ RecommendItemsToUser.swift,\ RecommendNextItemSegments.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemsToItemSegment.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemsToUser.swift /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItemSegments.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemsToItemSegment.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendItemsToUser.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItemSegments.swift (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItemSegments.swift:58:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
var body: [String: Any] = [
~~~ ^
let
SwiftDriverJobDiscovery normal arm64 Compiling SearchItems.swift, SetViewPortion.swift, HttpMethod.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling RecommendNextItems.swift, Request.swift, SearchItemSegments.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling RecommendItemSegmentsToItemSegment.swift, RecommendItemSegmentsToUser.swift, RecommendItemsToItem.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling AddCartAddition.swift, AddDetailView.swift, AddPurchase.swift, AddRating.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling ClientError.swift, RecombeeClient.swift, BatchResponse.swift, CompositeRecommendationResponse.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriver\ Compilation AnyCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.2-23K50-dc75598d0054f22ec865fa860f139d72c1feacec85df2e04b9fa10f95e757c08.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.o normal (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.o
SwiftDriverJobDiscovery normal arm64 Compiling JsonDictionary.swift, Region.swift, URLSession.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling RecommendItemsToItemSegment.swift, RecommendItemsToUser.swift, RecommendNextItemSegments.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriver\ Compilation RecombeeClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RecombeeClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk -target arm64-apple-tvos14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.2-23K50-dc75598d0054f22ec865fa860f139d72c1feacec85df2e04b9fa10f95e757c08.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.3.7003.10.alu1dJ/Metal.xctoolchain --module-name AnyCodable --sdk-root /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk --xcode-version 17C529 --platform-family tvOS --deployment-target 12.0 --bundle-identifier anycodable.AnyCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-appletvos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 03:35:16.264 appintentsmetadataprocessor[767:4777] Starting appintentsmetadataprocessor export
2026-04-19 03:35:16.382 appintentsmetadataprocessor[767:4777] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.o (in target 'AnyCodable' from project 'AnyCodable')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AnyCodable.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.o normal (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos14.0 -r -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.o
ExtractAppIntentsMetadata (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.3.7003.10.alu1dJ/Metal.xctoolchain --module-name RecombeeClient --sdk-root /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.2.sdk --xcode-version 17C529 --platform-family tvOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.RecombeeClient --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.appintents --target-triple arm64-apple-tvos14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/RecombeeClient.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/RecombeeClient.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-appletvos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 03:35:16.443 appintentsmetadataprocessor[770:4797] Starting appintentsmetadataprocessor export
2026-04-19 03:35:16.545 appintentsmetadataprocessor[770:4797] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.o (in target 'RecombeeClient' from project 'RecombeeClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RecombeeClient.o
** BUILD SUCCEEDED **
2026-04-19 03:35:08.534 xcodebuild[700:4421] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
"dependencies" : [
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable.git"
}
],
"manifest_display_name" : "RecombeeClient",
"name" : "RecombeeClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "RecombeeClient",
"targets" : [
"RecombeeClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RecombeeClientTests",
"module_type" : "SwiftTarget",
"name" : "RecombeeClientTests",
"path" : "Tests",
"sources" : [
"RecombeeClientTests/RecombeeTestCase.swift",
"RecombeeClientTests/TestAddBookmark.swift",
"RecombeeClientTests/TestAddCartAddition.swift",
"RecombeeClientTests/TestAddDetailView.swift",
"RecombeeClientTests/TestAddPurchase.swift",
"RecombeeClientTests/TestAddRating.swift",
"RecombeeClientTests/TestBatch.swift",
"RecombeeClientTests/TestCompositeRecommendation.swift",
"RecombeeClientTests/TestExample.swift",
"RecombeeClientTests/TestRecommendItemSegmentsToItem.swift",
"RecombeeClientTests/TestRecommendItemSegmentsToItemSegment.swift",
"RecombeeClientTests/TestRecommendItemSegmentsToUser.swift",
"RecombeeClientTests/TestRecommendItemsToItem.swift",
"RecombeeClientTests/TestRecommendItemsToItemSegment.swift",
"RecombeeClientTests/TestRecommendItemsToUser.swift",
"RecombeeClientTests/TestRecommendNextItemSegments.swift",
"RecombeeClientTests/TestRecommendNextItems.swift",
"RecombeeClientTests/TestSearchItemSegments.swift",
"RecombeeClientTests/TestSearchItems.swift",
"RecombeeClientTests/TestSetViewPortion.swift"
],
"target_dependencies" : [
"RecombeeClient"
],
"type" : "test"
},
{
"c99name" : "RecombeeClient",
"module_type" : "SwiftTarget",
"name" : "RecombeeClient",
"path" : "Sources",
"product_dependencies" : [
"AnyCodable"
],
"product_memberships" : [
"RecombeeClient"
],
"sources" : [
"RecombeeClient/ApiClient/ClientError.swift",
"RecombeeClient/ApiClient/RecombeeClient.swift",
"RecombeeClient/Bindings/BatchResponse.swift",
"RecombeeClient/Bindings/CompositeRecommendationResponse.swift",
"RecombeeClient/Bindings/CompositeRecommendationStageParameters.swift",
"RecombeeClient/Bindings/Logic.swift",
"RecombeeClient/Bindings/RecombeeBinding.swift",
"RecombeeClient/Bindings/Recommendation.swift",
"RecombeeClient/Bindings/RecommendationResponse.swift",
"RecombeeClient/Bindings/SearchResponse.swift",
"RecombeeClient/Bindings/StringResponseBinding.swift",
"RecombeeClient/Requests/AddBookmark.swift",
"RecombeeClient/Requests/AddCartAddition.swift",
"RecombeeClient/Requests/AddDetailView.swift",
"RecombeeClient/Requests/AddPurchase.swift",
"RecombeeClient/Requests/AddRating.swift",
"RecombeeClient/Requests/Batch.swift",
"RecombeeClient/Requests/CompositeRecommendation.swift",
"RecombeeClient/Requests/MergeUsers.swift",
"RecombeeClient/Requests/RecommendItemSegmentsToItem.swift",
"RecombeeClient/Requests/RecommendItemSegmentsToItemSegment.swift",
"RecombeeClient/Requests/RecommendItemSegmentsToUser.swift",
"RecombeeClient/Requests/RecommendItemsToItem.swift",
"RecombeeClient/Requests/RecommendItemsToItemSegment.swift",
"RecombeeClient/Requests/RecommendItemsToUser.swift",
"RecombeeClient/Requests/RecommendNextItemSegments.swift",
"RecombeeClient/Requests/RecommendNextItems.swift",
"RecombeeClient/Requests/Request.swift",
"RecombeeClient/Requests/SearchItemSegments.swift",
"RecombeeClient/Requests/SearchItems.swift",
"RecombeeClient/Requests/SetViewPortion.swift",
"RecombeeClient/Utils/HttpMethod.swift",
"RecombeeClient/Utils/JsonDictionary.swift",
"RecombeeClient/Utils/Region.swift",
"RecombeeClient/Utils/URLSession.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.