The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RecombeeClient, reference v6.2.0 (2f0432), with Swift 6.1 for iOS using Xcode 16.3 on 19 Apr 2026 09:21:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RecombeeClient -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build 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:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/recombee/swift-api-client.git
https://github.com/recombee/swift-api-client.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Flight-School/AnyCodable.git
Creating working copy of package ‘AnyCodable’
Checking out 0.6.7 of package ‘AnyCodable’
Resolve Package Graph
Resolved source packages:
  AnyCodable: https://github.com/Flight-School/AnyCodable.git @ 0.6.7
  RecombeeClient: /Users/admin/builder/spi-builder-workspace
resolved source packages: AnyCodable, RecombeeClient
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RecombeeClient -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme RecombeeClient -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 62b21416bf1c457f84483259abb25e4d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/62b21416bf1c457f84483259abb25e4d.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/AnyCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/RecombeeClient.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/RecombeeClient.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/RecombeeClient.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/AnyCodable.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/AnyCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/RecombeeClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/RecombeeClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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

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

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

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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/AnyCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AnyCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.swiftmodule/Project/arm64-apple-ios.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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RecombeeClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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\ 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

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

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\ 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\ 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\ 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 Compiling AnyDecodable.swift (in target 'AnyCodable' from project 'AnyCodable')
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

SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift (in target 'AnyCodable' from project 'AnyCodable')
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

SwiftDriverJobDiscovery normal arm64 Compiling AnyEncodable.swift (in target 'AnyCodable' from project 'AnyCodable')
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

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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RecombeeClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/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 RecommendNextItems.swift, Request.swift, SearchItemSegments.swift (in target 'RecombeeClient' from project 'RecombeeClient')
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AnyCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/RecombeeClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/RecombeeClient-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RecombeeClient.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RecombeeClient.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RecombeeClient.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RecombeeClient.swiftmodule/arm64-apple-ios.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling SearchItems.swift, SetViewPortion.swift, HttpMethod.swift (in target 'RecombeeClient' from project 'RecombeeClient')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RecombeeClient.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RecombeeClient.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RecombeeClient.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RecombeeClient.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.o normal (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/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-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.o
SwiftDriverJobDiscovery normal arm64 Compiling CompositeRecommendationStageParameters.swift, Logic.swift, RecombeeBinding.swift, Recommendation.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 JsonDictionary.swift, Region.swift, URLSession.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling RecommendItemSegmentsToItemSegment.swift, RecommendItemSegmentsToUser.swift, RecommendItemsToItem.swift (in target 'RecombeeClient' from project 'RecombeeClient')
ExtractAppIntentsMetadata (in target 'AnyCodable' from project 'AnyCodable')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AnyCodable
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AnyCodable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier anycodable.AnyCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AnyCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/AnyCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/AnyCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AnyCodable.build/Debug-iphoneos/AnyCodable.build/Objects-normal/arm64/AnyCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 02:21:31.329 appintentsmetadataprocessor[761:4364] Starting appintentsmetadataprocessor export
2026-04-19 02:21:31.370 appintentsmetadataprocessor[761:4364] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling RecommendationResponse.swift, SearchResponse.swift, StringResponseBinding.swift, AddBookmark.swift (in target 'RecombeeClient' from project 'RecombeeClient')
SwiftDriverJobDiscovery normal arm64 Compiling RecommendItemsToItemSegment.swift, RecommendItemsToUser.swift, RecommendNextItemSegments.swift (in target 'RecombeeClient' from project 'RecombeeClient')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/AnyCodable.o
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')
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RecombeeClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient-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-iphoneos/RecombeeClient.o normal (in target 'RecombeeClient' from project 'RecombeeClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/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-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RecombeeClient.o
ExtractAppIntentsMetadata (in target 'RecombeeClient' from project 'RecombeeClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name RecombeeClient --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.RecombeeClient --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RecombeeClient.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RecombeeClient.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/RecombeeClient.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/RecombeeClient.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RecombeeClient.build/Debug-iphoneos/RecombeeClient.build/Objects-normal/arm64/RecombeeClient.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 02:21:31.563 appintentsmetadataprocessor[764:4389] Starting appintentsmetadataprocessor export
2026-04-19 02:21:31.597 appintentsmetadataprocessor[764:4389] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/RecombeeClient.o
** BUILD SUCCEEDED **
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.