The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RecombeeClient, reference v6.2.0 (2f0432), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 19 Apr 2026 08:25:43 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RecombeeClient -destination platform=macOS,arch=arm64

Build 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:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/recombee/swift-api-client.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Flight-School/AnyCodable.git
Creating working copy of package ‘AnyCodable’
Checking out 0.6.7 of package ‘AnyCodable’
Resolve Package Graph
Resolved source packages:
  RecombeeClient: /Users/admin/builder/spi-builder-workspace
  AnyCodable: https://github.com/Flight-School/AnyCodable.git @ 0.6.7
resolved source packages: RecombeeClient, AnyCodable
2026-04-19 04:25:22.947 xcodebuild[529:3052] [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 04:25:30.563 xcodebuild[665:3951] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RecombeeClient -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme RecombeeClient -destination platform=macOS,arch=arm64
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: a9e430af18ace413cd59d9cb2020f695
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a9e430af18ace413cd59d9cb2020f695.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
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
    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/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
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/AnyCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/RecombeeClient.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/RecombeeClient.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/RecombeeClient.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/RecombeeClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/RecombeeClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/AnyCodable.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -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 -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/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/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/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/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/_SwiftConcurrencyShims-32R3Z9RQY92YALH0OD4ICAILO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-1WXIS9B8VZ4ADZ061QHYRWR5D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-5X5O5I1K4D43GH7GT4CGHWXLB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-E0NVGU93S9O2QVCG64NNOZE2S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-3I2AYATAZOB5SX5PV3FFLUN3C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-AAQ399SBBP2BDCMG81VRYRUPH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-6A9L0EIEOJ6YCVBSISW78RWKS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-BCLCOFDJ45OMTZGSK1C16CGHW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-ADGO289DDFG5Q27QQ112PKPEZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-GSSKQPJJW7SA1MLS4HASRW3M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-X5HZSTF4XF14KD1VQVVZ7DB8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-491K6A0QLGG5JHYG15DXNJX2E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-6AB3YXIQ4BDSRRE3TRNTF0OMM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-B8IE8I8WDCT8XY9KJOINFAYTG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-3PT2HVP45SXV8N8LCNR5SYA65.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-DMGWQDFUW313ZACCZI4XLDLQ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BBBF5RT536Y4I87NLI3MWUZS6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-3F91P5BX2TKCGL6BR17N6GQDC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-BDEU6LGPQ76RC84QS7KXQQ3QL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-RVY6HDIC3JFUPOK9RR52HYIA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-AFSCPX9157218S9492O0JL1YP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-6TCYF66X09PKWGHX4JCJOWK1K.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-DT91J1DL43SMC5KJP0KLXIA3Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-8FRTL4121JBMOHW50XB1IB9V3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-B0DV6M8EG5BIP5321UHN4BRJU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-ANQ3A25QNSYX7B50BP32T807.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-2J5ES7IQGYS2L7L69WUL6MTBR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-E1TTD7GPKU23O8MO53HNIJ123.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9O034QAFSU7BBHM8I0WT8OZ01.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-CV0NM9C2Z4JA5YDDLMIYM5KY9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-VO6U70ZP61URI2H1J70SQCQZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-9VY6U63TWM3XIX70OZQU6WOIQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-4ST2G3OL1U694TZLAJEK24H48.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\ 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\ 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\ 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -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 -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/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/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/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/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/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AnyCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.swiftmodule/Project/arm64-apple-macos.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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RecombeeClient -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos11.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 -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/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/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/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-3EP6ENRSAHJ9DXHIQW8QX3CWE.pcm
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

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\ 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

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

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\ 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
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RecombeeClient -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos11.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 -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/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/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/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\ 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

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/RecombeeClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/RecombeeClient-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling RecommendItemSegmentsToItemSegment.swift, RecommendItemSegmentsToUser.swift, RecommendItemsToItem.swift (in target 'RecombeeClient' from project 'RecombeeClient')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.swiftmodule/arm64-apple-macos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling RecommendNextItems.swift, Request.swift, SearchItemSegments.swift (in target 'RecombeeClient' from project 'RecombeeClient')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
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\ 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

SwiftDriverJobDiscovery normal arm64 Compiling SearchItems.swift, SetViewPortion.swift, HttpMethod.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling RecommendItemsToItemSegment.swift, RecommendItemsToUser.swift, RecommendNextItemSegments.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 Batch.swift, CompositeRecommendation.swift, MergeUsers.swift, RecommendItemSegmentsToItem.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling ClientError.swift, RecombeeClient.swift, BatchResponse.swift, CompositeRecommendationResponse.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -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 -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/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/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/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/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/AnyCodable.o normal (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/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/AnyCodable.build/Objects-normal/arm64/AnyCodable_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.o
ExtractAppIntentsMetadata (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.tVpYRv/Metal.xctoolchain --module-name AnyCodable --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --platform-family macOS --deployment-target 10.13 --bundle-identifier anycodable.AnyCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AnyCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 04:25:42.090 appintentsmetadataprocessor[748:4413] Starting appintentsmetadataprocessor export
2026-04-19 04:25:42.113 appintentsmetadataprocessor[748:4413] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling JsonDictionary.swift, Region.swift, URLSession.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling RecommendationResponse.swift, SearchResponse.swift, StringResponseBinding.swift, AddBookmark.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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RecombeeClient -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos11.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 -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/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/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/AnyCodable.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.o normal (in target 'RecombeeClient' from project 'RecombeeClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos11.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/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/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.o
ExtractAppIntentsMetadata (in target 'RecombeeClient' from project 'RecombeeClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.tVpYRv/Metal.xctoolchain --module-name RecombeeClient --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --platform-family macOS --deployment-target 11.0 --bundle-identifier spi-builder-workspace.RecombeeClient --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.appintents --target-triple arm64-apple-macos11.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RecombeeClient.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/RecombeeClient.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/RecombeeClient.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 04:25:42.182 appintentsmetadataprocessor[751:4436] Starting appintentsmetadataprocessor export
2026-04-19 04:25:42.192 appintentsmetadataprocessor[751:4436] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/RecombeeClient.o
** BUILD SUCCEEDED **
2026-04-19 04:25:32.395 xcodebuild[672:4013] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:4ada1439849986e08ec1771daadf2de10310cb9d, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:4ada1439849986e08ec1771daadf2de10310cb9d, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:4ada1439849986e08ec1771daadf2de10310cb9d, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:4ada1439849986e08ec1771daadf2de10310cb9d, name:My Mac }
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.