The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GrowthBook-IOS, reference 1.1.5 (212ec5), with Swift 6.2 for watchOS using Xcode 26.3 on 30 Apr 2026 09:35:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GrowthBook-IOS -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/growthbook/growthbook-swift.git
Reference: 1.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/growthbook/growthbook-swift
 * tag               1.1.5      -> FETCH_HEAD
HEAD is now at 212ec59 fix: restore savedGroups from cache on app restart (#156)
Cloned https://github.com/growthbook/growthbook-swift.git
Revision (git rev-parse @):
212ec59a0274623070eeaad766dcc6457be9b438
SUCCESS checkout https://github.com/growthbook/growthbook-swift.git at 1.1.5
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/growthbook/growthbook-swift.git
Command line invocation:
    /Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GrowthBook-IOS",
  "name" : "GrowthBook-IOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "GrowthBook-IOS",
      "targets" : [
        "GrowthBook"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GrowthBookTests",
      "module_type" : "SwiftTarget",
      "name" : "GrowthBookTests",
      "path" : "GrowthBookTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GrowthBookTests/Source/json.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BackgroundSyncTest.swift",
        "CachingManagerTest.swift",
        "ConditionTests.swift",
        "ContextManagerTests.swift",
        "CryptoTests.swift",
        "ExperimentRunTests.swift",
        "FeatureValueTests.swift",
        "FeaturesViewModelTests.swift",
        "GrowthBookSDKBuilderTests.swift",
        "LruETagCacheTests.swift",
        "MockNetworkClient.swift",
        "ModelTests.swift",
        "StickyBucketingTests.swift",
        "TestHelper.swift",
        "UtilsTests.swift"
      ],
      "target_dependencies" : [
        "GrowthBook"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GrowthBook",
      "module_type" : "SwiftTarget",
      "name" : "GrowthBook",
      "path" : "Sources/CommonMain",
      "product_memberships" : [
        "GrowthBook-IOS"
      ],
      "sources" : [
        "Caching/CachingManager.swift",
        "ContextManager.swift",
        "Evaluators/ConditionEvaluator.swift",
        "Evaluators/ExperimentEvaluator.swift",
        "Evaluators/ExperimentHelper.swift",
        "Evaluators/FeatureEvaluator.swift",
        "Features/FeaturesDataModel.swift",
        "Features/FeaturesDataSource.swift",
        "Features/FeaturesViewModel.swift",
        "GrowthBookModel.swift",
        "GrowthBookSDK.swift",
        "JsonManager/JsonManager.swift",
        "LoggingManager/Formatter.swift",
        "LoggingManager/LoggingManager.swift",
        "LoggingManager/Theme.swift",
        "Model/Context.swift",
        "Model/EvaluationData.swift",
        "Model/Experiment.swift",
        "Model/Feature.swift",
        "Model/GlobalConfig.swift",
        "Model/GlobalContext.swift",
        "Model/RemoteEvalModel.swift",
        "Model/StickyAssignmentsDocument.swift",
        "Network/EventHandler.swift",
        "Network/EventModel.swift",
        "Network/LruETagCache.swift",
        "Network/NetworkClient.swift",
        "Network/NetworkRetryHandler.swift",
        "Network/SSEHandler.swift",
        "StickyBucket/StickyBucketService.swift",
        "Utils/Common.swift",
        "Utils/Constants.swift",
        "Utils/Crypto.swift",
        "Utils/DecryptionUtils.swift",
        "Utils/Extensions.swift",
        "Utils/Logger.swift",
        "Utils/Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "GrowthBook-IOS",
    "schemes" : [
      "GrowthBook",
      "GrowthBookTests"
    ],
    "targets" : [
      "GrowthBookTests",
      "GrowthBook"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GrowthBook-IOS"
    ]
  }
}
2026-04-30 05:34:49.983 xcodebuild[660:4088] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GrowthBook-IOS -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme GrowthBook-IOS -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  GrowthBook-IOS: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'GrowthBook-IOS' in project 'GrowthBook-IOS'
        ➜ Explicit dependency on target 'GrowthBook' in project 'GrowthBook-IOS'
    Target 'GrowthBook' in project 'GrowthBook-IOS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 52abdd107ffb73dc212bf563ba69c149
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/52abdd107ffb73dc212bf563ba69c149.xcbuilddata
ClangStatCache /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.2-23S303-dc75598d0054f22ec865fa860f139d721753b489057de6bda919edfa1c59a62b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.2-23S303-dc75598d0054f22ec865fa860f139d721753b489057de6bda919edfa1c59a62b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/GrowthBook.modulemap (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/GrowthBook.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.LinkFileList (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook-OutputFileMap.json (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook_const_extract_protocols.json (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook-OutputFileMap.json (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.SwiftFileList (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.SwiftConstValuesFileList (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook_const_extract_protocols.json (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.SwiftFileList (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.SwiftConstValuesFileList (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.LinkFileList (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook_const_extract_protocols.json (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftFileList (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftConstValuesFileList (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.LinkFileList (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook-OutputFileMap.json (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/GrowthBook.DependencyStaticMetadataFileList (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/GrowthBook.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/GrowthBook.DependencyMetadataFileList (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/GrowthBook.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/GrowthBook.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/GrowthBook.modulemap (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/GrowthBook.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver GrowthBook normal armv7k com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.2-23S303-dc75598d0054f22ec865fa860f139d721753b489057de6bda919edfa1c59a62b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver GrowthBook normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.2-23S303-dc75598d0054f22ec865fa860f139d721753b489057de6bda919edfa1c59a62b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver GrowthBook normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.2-23S303-dc75598d0054f22ec865fa860f139d721753b489057de6bda919edfa1c59a62b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-2AV76KREET4U6COZAGI565HPC.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-84HIG4SRMTELEAL8REICO3HZ8.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-3DKNO61VH3IRYCOYDXNL008WT.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-3Z25006GJEEIO9SU5HVXBBBAT.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-AT45JBTV7ZIGO40P4HOV38OTX.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-EKNAGQ6VDRD7YC1GBALZ7FXI3.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-F18G3AZ9IODJJKSCG3V4PZ9QF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-3NJZE36R00VOGM327EIZI9T3M.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-BKC6HA5TVF8P9O7Q30CRXJ02T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-BH8TSRPG6J1WAF94R6BGWMCH7.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-1BUNRX2QJIKYWJ1962CPXCMS2.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-BOED5FAOPQQQ8EQJ4TOKIV54N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-41VMB7R3H5MIU0RJWRTVECF73.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-AHCR9CD21F4JF161R0D7SVS8U.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-9IB0Q37XD4KBICFV9JN0WA751.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-DF1S41MRK5T9Q78COJM8USFTK.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-9EJPFOS18RDMGC4RE1FY7YAHP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-CM405XN1ZNHPKWICE5AN3FQBL.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-EY3BO3AT1IVA0A77O3J98LWL9.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-3SSVOWQSYKMDF9LAAICA6FU9H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-BZQSFWKT9QTVPI5QDZ5NVKV9.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-3ADR5SOKJ0KGO3UK7SNQTCDOV.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-AA5GJME3GXGO73H210XMPC07G.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-7LSYX6ETTNTOSEGXFGUGJ6PK3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-BFZNESQOB31O3W68M3ZQ64Q5W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-3E06EU7FYQAWFLTZRBVU2RIGD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-2QN0W8EE9P0TVYCIGO0RALCET.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-62SI4S8RO7TETG2MCQSI4A3XV.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-40Y0GY8OI3OSKKP8R25QSVVE3.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-CO2PQHYUB6SXX1609DCI88KWW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-9VZV7C5F1EZGAP8H0JA8WSO4Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-3OGFNC97XNG95QAEKS0YO8UBN.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-6NBGT2WJSUPAB4EVSOZY77RUO.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-BT0IZXKWGRC26OHMXRQP4KCL7.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-6JM2KNJ9H81ZXHOMC1GP42DUU.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-16SFP6KSMIWQ8B99YQSPO00CA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-PSIKW7TKZEXDG48ELPF5NJDG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-8ZJTN8FQ97QD3ZI7LN5FDVJTO.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2A9H3A0UDJUS1JZ3QYPEVPIQY.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-4V3MXF0AZ6FFESLHZ4XDAQWO.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-3BQE5BZTYE88T0M371GAOOGVD.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-6IGHFPLJZ2RML3741F56ZZ5ZT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-EA77U3GBBNTXVMUT5ZKSLJ5XS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-ILL00H0NKGBSR66IVDH0VQYU.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-8IT5EZZVTDTF49OB65U50F3NQ.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-5HWJ90APJV29HBJZ1GCG2496G.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-63S8DE4XS2Z7PX40IJT7E3C7Z.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-3W6JDMBOEBP6R3JYYMJ31SK1F.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-4MDQH1XLLJELBM7URYV2B5YSC.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CommonCrypto-345Y3VZ7ZUOA8YEYLMLC01K3F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-897GQ8ARCL7XJYWFZ8GL6MRYP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CommonCrypto-DJSD816WBUIRN5IXV3E8R04M5.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-5P80S42MS2VPUGI7EDKPUDHF8.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CommonCrypto-24450K69ARUOHK2JN09CNPFJT.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-807D2OYS88E3OZYDM6JOFU63R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-1Q936C34TTHGDXQO7XAUROOJA.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-BG4OSZX6KQ5RMFPXQBYF68CTW.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-DS2IK2IGPQD3MMJZ2NDWUEO67.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-4CQ5LI5YKFEYJ8H8HPCH9G099.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-37W1UNZNZ4YH6ABUCK6IEO2J9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-4PZ1ATA3BLI5TYNHJEM11PRR4.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-5J5IRFZSWTWZ7P6E2M1HE63MG.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-9KTD33TZNGA5QTXFI4KAPE371.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-E84PXTBAMJI81QC5FZTYLFR98.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-DRZ7BVJZ2VFERICRWLPK5364U.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-ALRYPD0OHC28AP9369CHARNVP.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-B9HJ4ISAXW2FK4B2SQIP0Z57R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-6BREPCR4VCHTN4PMBYLH980XX.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-64SV4PY2RENI38K8AWXSNZGP4.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-7C47NW5SE97WUIBMZ9B2YT4U2.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-2J7BPNW30WH7PKCVV5A9BSWM1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-66SS49U6CUEWDJTBRTD18XSDA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-D1AKLO06GXAGTW0T0093HTPBV.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-4XOZQFWLBC5TEW0PACDBRYFX4.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-7NPQOE4OBRBM1BEMDFSP6YJGX.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-A8XUN758TDJ329VZ8QU37XPWR.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-4TKCKFVEIFH85FTAWXXC535GN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-3R7GWXVYWOI7C81KV6UBRG2HD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-2EP3F4MDNDOADDMLCKHDXDGO7.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-49QYZP0L3TRUW2BGG8XU46RE3.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-6FM4WAR3DDWZ8WZCJGJ1RZZB9.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-BYRCL0DGQRC9Y0HHKP7Z9NCKB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-B42SJFBK2DJZOYUQWKB0QYS6H.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-ABA704VPND58UNN0MT65M6DVY.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-E8B7YLXHTXYPGURYR02VP1WBB.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-B8L3FYSTPFSJBY5DQS91H0KA4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-BYKXZRWSAU4LR8PP2AQSPDYD3.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-5NM5B744I27SZUF0L6E851RNW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-2XIAQRE6OT6HFI1Z6U5F9L621.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-JYSFG97MMVGOF31CAJ2K9ED9.pcm
SwiftEmitModule normal armv7k Emitting\ module\ for\ GrowthBook (in target 'GrowthBook' from project 'GrowthBook-IOS')
EmitSwiftModule normal armv7k (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:4:20: warning: non-final class 'Feature' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:6:16: warning: stored property 'defaultValue' of 'Sendable'-conforming class 'Feature' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let defaultValue: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:29:16: warning: stored property 'condition' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let condition: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:31:16: warning: stored property 'parentConditions' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'ParentConditionInterface'; this is an error in the Swift 6 language mode
    public let parentConditions: [ParentConditionInterface]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:19:15: note: consider making struct 'ParentConditionInterface' conform to the 'Sendable' protocol
public struct ParentConditionInterface: Codable {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:35:16: warning: stored property 'force' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let force: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:37:16: warning: stored property 'variations' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let variations: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:43:16: warning: stored property 'namespace' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let namespace: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:57:16: warning: stored property 'range' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let range: BucketRange?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:59:16: warning: stored property 'ranges' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let ranges: [BucketRange]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:61:16: warning: stored property 'meta' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'VariationMeta'; this is an error in the Swift 6 language mode
    public let meta: [VariationMeta]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:114:15: note: consider making struct 'VariationMeta' conform to the 'Sendable' protocol
public struct VariationMeta: Codable {
              ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:63:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Filter'; this is an error in the Swift 6 language mode
    public let filters: [Filter]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:152:20: note: class 'Filter' does not conform to the 'Sendable' protocol
@objc public class Filter: NSObject, Codable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:71:16: warning: stored property 'tracks' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
    public let tracks: [Track]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:129:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
public struct Track: Codable {
              ^
                            , Sendable
SwiftCompile normal armv7k Compiling\ Constants.swift,\ Crypto.swift,\ DecryptionUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Crypto.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Crypto.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ EvaluationData.swift,\ Experiment.swift,\ Feature.swift,\ GlobalConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/EvaluationData.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Experiment.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalConfig.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/EvaluationData.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Experiment.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:4:20: warning: non-final class 'Feature' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:6:16: warning: stored property 'defaultValue' of 'Sendable'-conforming class 'Feature' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let defaultValue: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:29:16: warning: stored property 'condition' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let condition: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:31:16: warning: stored property 'parentConditions' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'ParentConditionInterface'; this is an error in the Swift 6 language mode
    public let parentConditions: [ParentConditionInterface]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:19:15: note: consider making struct 'ParentConditionInterface' conform to the 'Sendable' protocol
public struct ParentConditionInterface: Codable {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:35:16: warning: stored property 'force' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let force: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:37:16: warning: stored property 'variations' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let variations: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:43:16: warning: stored property 'namespace' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let namespace: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:57:16: warning: stored property 'range' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let range: BucketRange?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:59:16: warning: stored property 'ranges' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let ranges: [BucketRange]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:61:16: warning: stored property 'meta' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'VariationMeta'; this is an error in the Swift 6 language mode
    public let meta: [VariationMeta]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:114:15: note: consider making struct 'VariationMeta' conform to the 'Sendable' protocol
public struct VariationMeta: Codable {
              ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:63:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Filter'; this is an error in the Swift 6 language mode
    public let filters: [Filter]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:152:20: note: class 'Filter' does not conform to the 'Sendable' protocol
@objc public class Filter: NSObject, Codable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:71:16: warning: stored property 'tracks' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
    public let tracks: [Track]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:129:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
public struct Track: Codable {
              ^
                            , Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalConfig.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ FeaturesViewModel.swift,\ GrowthBookModel.swift,\ GrowthBookSDK.swift,\ JsonManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookSDK.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesViewModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookSDK.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Formatter.swift,\ LoggingManager.swift,\ Theme.swift,\ Context.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Formatter.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/LoggingManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Context.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Formatter.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/LoggingManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Theme.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Context.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Extensions.swift,\ Logger.swift,\ Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Extensions.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Logger.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ SSEHandler.swift,\ StickyBucketService.swift,\ Common.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/SSEHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/StickyBucket/StickyBucketService.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Common.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/SSEHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/StickyBucket/StickyBucketService.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Common.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ GlobalContext.swift,\ RemoteEvalModel.swift,\ StickyAssignmentsDocument.swift,\ EventHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalContext.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/RemoteEvalModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/StickyAssignmentsDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalContext.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/RemoteEvalModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/StickyAssignmentsDocument.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CachingManager.swift,\ ContextManager.swift,\ ConditionEvaluator.swift,\ ExperimentEvaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/ContextManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ConditionEvaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/ContextManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ConditionEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ GrowthBook (in target 'GrowthBook' from project 'GrowthBook-IOS')
EmitSwiftModule normal arm64 (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:4:20: warning: non-final class 'Feature' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:6:16: warning: stored property 'defaultValue' of 'Sendable'-conforming class 'Feature' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let defaultValue: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:29:16: warning: stored property 'condition' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let condition: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:31:16: warning: stored property 'parentConditions' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'ParentConditionInterface'; this is an error in the Swift 6 language mode
    public let parentConditions: [ParentConditionInterface]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:19:15: note: consider making struct 'ParentConditionInterface' conform to the 'Sendable' protocol
public struct ParentConditionInterface: Codable {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:35:16: warning: stored property 'force' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let force: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:37:16: warning: stored property 'variations' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let variations: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:43:16: warning: stored property 'namespace' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let namespace: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:57:16: warning: stored property 'range' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let range: BucketRange?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:59:16: warning: stored property 'ranges' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let ranges: [BucketRange]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:61:16: warning: stored property 'meta' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'VariationMeta'; this is an error in the Swift 6 language mode
    public let meta: [VariationMeta]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:114:15: note: consider making struct 'VariationMeta' conform to the 'Sendable' protocol
public struct VariationMeta: Codable {
              ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:63:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Filter'; this is an error in the Swift 6 language mode
    public let filters: [Filter]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:152:20: note: class 'Filter' does not conform to the 'Sendable' protocol
@objc public class Filter: NSObject, Codable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:71:16: warning: stored property 'tracks' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
    public let tracks: [Track]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:129:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
public struct Track: Codable {
              ^
                            , Sendable
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ GrowthBook (in target 'GrowthBook' from project 'GrowthBook-IOS')
EmitSwiftModule normal arm64_32 (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:4:20: warning: non-final class 'Feature' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:6:16: warning: stored property 'defaultValue' of 'Sendable'-conforming class 'Feature' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let defaultValue: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:29:16: warning: stored property 'condition' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let condition: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:31:16: warning: stored property 'parentConditions' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'ParentConditionInterface'; this is an error in the Swift 6 language mode
    public let parentConditions: [ParentConditionInterface]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:19:15: note: consider making struct 'ParentConditionInterface' conform to the 'Sendable' protocol
public struct ParentConditionInterface: Codable {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:35:16: warning: stored property 'force' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let force: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:37:16: warning: stored property 'variations' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let variations: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:43:16: warning: stored property 'namespace' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let namespace: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:57:16: warning: stored property 'range' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let range: BucketRange?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:59:16: warning: stored property 'ranges' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let ranges: [BucketRange]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:61:16: warning: stored property 'meta' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'VariationMeta'; this is an error in the Swift 6 language mode
    public let meta: [VariationMeta]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:114:15: note: consider making struct 'VariationMeta' conform to the 'Sendable' protocol
public struct VariationMeta: Codable {
              ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:63:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Filter'; this is an error in the Swift 6 language mode
    public let filters: [Filter]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:152:20: note: class 'Filter' does not conform to the 'Sendable' protocol
@objc public class Filter: NSObject, Codable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:71:16: warning: stored property 'tracks' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
    public let tracks: [Track]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:129:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
public struct Track: Codable {
              ^
                            , Sendable
SwiftDriverJobDiscovery normal armv7k Emitting module for GrowthBook (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriver\ Compilation\ Requirements GrowthBook normal armv7k com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.2-23S303-dc75598d0054f22ec865fa860f139d721753b489057de6bda919edfa1c59a62b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for GrowthBook (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriver\ Compilation\ Requirements GrowthBook normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.2-23S303-dc75598d0054f22ec865fa860f139d721753b489057de6bda919edfa1c59a62b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.swiftmodule (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.swiftdoc (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.abi.json (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftmodule (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftdoc (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.abi.json (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.swiftsourceinfo (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftsourceinfo (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ SSEHandler.swift,\ StickyBucketService.swift,\ Common.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/SSEHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/StickyBucket/StickyBucketService.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Common.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/SSEHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/StickyBucket/StickyBucketService.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Common.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FeaturesViewModel.swift,\ GrowthBookModel.swift,\ GrowthBookSDK.swift,\ JsonManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookSDK.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesViewModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookSDK.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Emitting module for GrowthBook (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriver\ Compilation\ Requirements GrowthBook normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.2-23S303-dc75598d0054f22ec865fa860f139d721753b489057de6bda919edfa1c59a62b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling SSEHandler.swift, StickyBucketService.swift, Common.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 Compiling\ EvaluationData.swift,\ Experiment.swift,\ Feature.swift,\ GlobalConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/EvaluationData.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Experiment.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalConfig.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/EvaluationData.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Experiment.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:4:20: warning: non-final class 'Feature' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:6:16: warning: stored property 'defaultValue' of 'Sendable'-conforming class 'Feature' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let defaultValue: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:29:16: warning: stored property 'condition' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let condition: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:31:16: warning: stored property 'parentConditions' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'ParentConditionInterface'; this is an error in the Swift 6 language mode
    public let parentConditions: [ParentConditionInterface]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:19:15: note: consider making struct 'ParentConditionInterface' conform to the 'Sendable' protocol
public struct ParentConditionInterface: Codable {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:35:16: warning: stored property 'force' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let force: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:37:16: warning: stored property 'variations' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let variations: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:43:16: warning: stored property 'namespace' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let namespace: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:57:16: warning: stored property 'range' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let range: BucketRange?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:59:16: warning: stored property 'ranges' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let ranges: [BucketRange]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:61:16: warning: stored property 'meta' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'VariationMeta'; this is an error in the Swift 6 language mode
    public let meta: [VariationMeta]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:114:15: note: consider making struct 'VariationMeta' conform to the 'Sendable' protocol
public struct VariationMeta: Codable {
              ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:63:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Filter'; this is an error in the Swift 6 language mode
    public let filters: [Filter]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:152:20: note: class 'Filter' does not conform to the 'Sendable' protocol
@objc public class Filter: NSObject, Codable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:71:16: warning: stored property 'tracks' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
    public let tracks: [Track]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:129:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
public struct Track: Codable {
              ^
                            , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalConfig.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ GlobalContext.swift,\ RemoteEvalModel.swift,\ StickyAssignmentsDocument.swift,\ EventHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalContext.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/RemoteEvalModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/StickyAssignmentsDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalContext.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/RemoteEvalModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/StickyAssignmentsDocument.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling GlobalContext.swift, RemoteEvalModel.swift, StickyAssignmentsDocument.swift, EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 Compiling\ ExperimentHelper.swift,\ FeatureEvaluator.swift,\ FeaturesDataModel.swift,\ FeaturesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/FeatureEvaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataSource.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentHelper.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/FeatureEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataSource.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Constants.swift,\ Crypto.swift,\ DecryptionUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Crypto.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Crypto.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling SSEHandler.swift, StickyBucketService.swift, Common.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal armv7k Compiling Extensions.swift, Logger.swift, Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 Compiling\ GlobalContext.swift,\ RemoteEvalModel.swift,\ StickyAssignmentsDocument.swift,\ EventHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalContext.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/RemoteEvalModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/StickyAssignmentsDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalContext.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/RemoteEvalModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/StickyAssignmentsDocument.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CachingManager.swift,\ ContextManager.swift,\ ConditionEvaluator.swift,\ ExperimentEvaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/ContextManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ConditionEvaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/ContextManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ConditionEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling EvaluationData.swift, Experiment.swift, Feature.swift, GlobalConfig.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/GrowthBook-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook-Swift.h (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/GrowthBook-Swift.h
SwiftDriverJobDiscovery normal armv7k Compiling Constants.swift, Crypto.swift, DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 Compiling\ EvaluationData.swift,\ Experiment.swift,\ Feature.swift,\ GlobalConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/EvaluationData.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Experiment.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalConfig.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/EvaluationData.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Experiment.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:4:20: warning: non-final class 'Feature' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:6:16: warning: stored property 'defaultValue' of 'Sendable'-conforming class 'Feature' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let defaultValue: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:29:16: warning: stored property 'condition' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let condition: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:31:16: warning: stored property 'parentConditions' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'ParentConditionInterface'; this is an error in the Swift 6 language mode
    public let parentConditions: [ParentConditionInterface]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:19:15: note: consider making struct 'ParentConditionInterface' conform to the 'Sendable' protocol
public struct ParentConditionInterface: Codable {
              ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:35:16: warning: stored property 'force' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let force: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:37:16: warning: stored property 'variations' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let variations: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:43:16: warning: stored property 'namespace' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'JSON'; this is an error in the Swift 6 language mode
    public let namespace: [JSON]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift:53:15: note: consider making struct 'JSON' conform to the 'Sendable' protocol
public struct JSON {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:57:16: warning: stored property 'range' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let range: BucketRange?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:59:16: warning: stored property 'ranges' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'BucketRange'; this is an error in the Swift 6 language mode
    public let ranges: [BucketRange]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:48:15: note: consider making struct 'BucketRange' conform to the 'Sendable' protocol
public struct BucketRange: Codable {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:61:16: warning: stored property 'meta' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'VariationMeta'; this is an error in the Swift 6 language mode
    public let meta: [VariationMeta]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:114:15: note: consider making struct 'VariationMeta' conform to the 'Sendable' protocol
public struct VariationMeta: Codable {
              ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:63:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Filter'; this is an error in the Swift 6 language mode
    public let filters: [Filter]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:152:20: note: class 'Filter' does not conform to the 'Sendable' protocol
@objc public class Filter: NSObject, Codable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Feature.swift:71:16: warning: stored property 'tracks' of 'Sendable'-conforming struct 'FeatureRule' contains non-Sendable type 'Track'; this is an error in the Swift 6 language mode
    public let tracks: [Track]?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift:129:15: note: consider making struct 'Track' conform to the 'Sendable' protocol
public struct Track: Codable {
              ^
                            , Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalConfig.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling CachingManager.swift, ContextManager.swift, ConditionEvaluator.swift, ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 Compiling\ FeaturesViewModel.swift,\ GrowthBookModel.swift,\ GrowthBookSDK.swift,\ JsonManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookSDK.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesViewModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/GrowthBookSDK.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/JsonManager/JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling FeaturesViewModel.swift, GrowthBookModel.swift, GrowthBookSDK.swift, JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 Compiling\ Extensions.swift,\ Logger.swift,\ Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Extensions.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Logger.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Formatter.swift, LoggingManager.swift, Theme.swift, Context.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.swiftmodule (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Compiling GlobalContext.swift, RemoteEvalModel.swift, StickyAssignmentsDocument.swift, EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.swiftdoc (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.abi.json (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.swiftsourceinfo (in target 'GrowthBook' from project 'GrowthBook-IOS')
    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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ SSEHandler.swift,\ StickyBucketService.swift,\ Common.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/SSEHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/StickyBucket/StickyBucketService.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Common.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/SSEHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/StickyBucket/StickyBucketService.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Common.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling ExperimentHelper.swift, FeatureEvaluator.swift, FeaturesDataModel.swift, FeaturesDataSource.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 Compiling\ EventModel.swift,\ LruETagCache.swift,\ NetworkClient.swift,\ NetworkRetryHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/LruETagCache.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/LruETagCache.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkClient.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Formatter.swift,\ LoggingManager.swift,\ Theme.swift,\ Context.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Formatter.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/LoggingManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Context.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Formatter.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/LoggingManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Theme.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Context.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Constants.swift, Crypto.swift, DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 Compiling\ Constants.swift,\ Crypto.swift,\ DecryptionUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Crypto.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Constants.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Crypto.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling EvaluationData.swift, Experiment.swift, Feature.swift, GlobalConfig.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 Compiling\ ExperimentHelper.swift,\ FeatureEvaluator.swift,\ FeaturesDataModel.swift,\ FeaturesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/FeatureEvaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataSource.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentHelper.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/FeatureEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataSource.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling CachingManager.swift, ContextManager.swift, ConditionEvaluator.swift, ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 Compiling\ EventModel.swift,\ LruETagCache.swift,\ NetworkClient.swift,\ NetworkRetryHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/LruETagCache.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/LruETagCache.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkClient.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling GlobalContext.swift, RemoteEvalModel.swift, StickyAssignmentsDocument.swift, EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 Compiling\ Extensions.swift,\ Logger.swift,\ Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Extensions.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Logger.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Utils/Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Extensions.swift, Logger.swift, Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 Compiling\ Formatter.swift,\ LoggingManager.swift,\ Theme.swift,\ Context.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Formatter.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/LoggingManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Context.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Formatter.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/LoggingManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Theme.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/Context.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling EvaluationData.swift, Experiment.swift, Feature.swift, GlobalConfig.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k Compiling\ ExperimentHelper.swift,\ FeatureEvaluator.swift,\ FeaturesDataModel.swift,\ FeaturesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/FeatureEvaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataSource.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentHelper.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/FeatureEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataSource.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling FeaturesViewModel.swift, GrowthBookModel.swift, GrowthBookSDK.swift, JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k Compiling\ EventModel.swift,\ LruETagCache.swift,\ NetworkClient.swift,\ NetworkRetryHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/LruETagCache.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkClient.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventModel.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/LruETagCache.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkClient.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling EventModel.swift, LruETagCache.swift, NetworkClient.swift, NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 Compiling\ CachingManager.swift,\ ContextManager.swift,\ ConditionEvaluator.swift,\ ExperimentEvaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/ContextManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ConditionEvaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Caching/CachingManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/ContextManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ConditionEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SSEHandler.swift, StickyBucketService.swift, Common.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64_32 Compiling Formatter.swift, LoggingManager.swift, Theme.swift, Context.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64 Compiling ExperimentHelper.swift, FeatureEvaluator.swift, FeaturesDataModel.swift, FeaturesDataSource.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64_32 Compiling FeaturesViewModel.swift, GrowthBookModel.swift, GrowthBookSDK.swift, JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64 Compiling Constants.swift, Crypto.swift, DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64_32 Compiling Extensions.swift, Logger.swift, Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriver\ Compilation GrowthBook normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.2-23S303-dc75598d0054f22ec865fa860f139d721753b489057de6bda919edfa1c59a62b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook-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/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/Binary/GrowthBook.o normal arm64_32 (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/Binary/GrowthBook.o
SwiftDriverJobDiscovery normal armv7k Compiling ExperimentHelper.swift, FeatureEvaluator.swift, FeaturesDataModel.swift, FeaturesDataSource.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64 Compiling EventModel.swift, LruETagCache.swift, NetworkClient.swift, NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64 Compiling Formatter.swift, LoggingManager.swift, Theme.swift, Context.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal armv7k Compiling EventModel.swift, LruETagCache.swift, NetworkClient.swift, NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriver\ Compilation GrowthBook normal armv7k com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.2-23S303-dc75598d0054f22ec865fa860f139d721753b489057de6bda919edfa1c59a62b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook-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/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/Binary/GrowthBook.o normal armv7k (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/Binary/GrowthBook.o
SwiftDriverJobDiscovery normal arm64 Compiling CachingManager.swift, ContextManager.swift, ConditionEvaluator.swift, ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriver\ Compilation GrowthBook normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.2-23S303-dc75598d0054f22ec865fa860f139d721753b489057de6bda919edfa1c59a62b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.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/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook-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/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/Binary/GrowthBook.o normal arm64 (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/Binary/GrowthBook.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.o normal arm64\ armv7k\ arm64_32 (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/Binary/GrowthBook.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/Binary/GrowthBook.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/Binary/GrowthBook.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.o
ExtractAppIntentsMetadata (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.3.7003.10.yEGYcG/Metal.xctoolchain --module-name GrowthBook --sdk-root /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk --xcode-version 17C529 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.GrowthBook --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/GrowthBook.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/GrowthBook.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/armv7k/GrowthBook.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-watchos/GrowthBook.build/Objects-normal/arm64_32/GrowthBook.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-30 05:35:01.560 appintentsmetadataprocessor[816:4936] Starting appintentsmetadataprocessor export
2026-04-30 05:35:01.691 appintentsmetadataprocessor[816:4936] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.o (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GrowthBook.o
** BUILD SUCCEEDED **
2026-04-30 05:34:51.563 xcodebuild[670:4274] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GrowthBook-IOS",
  "name" : "GrowthBook-IOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "GrowthBook-IOS",
      "targets" : [
        "GrowthBook"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GrowthBookTests",
      "module_type" : "SwiftTarget",
      "name" : "GrowthBookTests",
      "path" : "GrowthBookTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GrowthBookTests/Source/json.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BackgroundSyncTest.swift",
        "CachingManagerTest.swift",
        "ConditionTests.swift",
        "ContextManagerTests.swift",
        "CryptoTests.swift",
        "ExperimentRunTests.swift",
        "FeatureValueTests.swift",
        "FeaturesViewModelTests.swift",
        "GrowthBookSDKBuilderTests.swift",
        "LruETagCacheTests.swift",
        "MockNetworkClient.swift",
        "ModelTests.swift",
        "StickyBucketingTests.swift",
        "TestHelper.swift",
        "UtilsTests.swift"
      ],
      "target_dependencies" : [
        "GrowthBook"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GrowthBook",
      "module_type" : "SwiftTarget",
      "name" : "GrowthBook",
      "path" : "Sources/CommonMain",
      "product_memberships" : [
        "GrowthBook-IOS"
      ],
      "sources" : [
        "Caching/CachingManager.swift",
        "ContextManager.swift",
        "Evaluators/ConditionEvaluator.swift",
        "Evaluators/ExperimentEvaluator.swift",
        "Evaluators/ExperimentHelper.swift",
        "Evaluators/FeatureEvaluator.swift",
        "Features/FeaturesDataModel.swift",
        "Features/FeaturesDataSource.swift",
        "Features/FeaturesViewModel.swift",
        "GrowthBookModel.swift",
        "GrowthBookSDK.swift",
        "JsonManager/JsonManager.swift",
        "LoggingManager/Formatter.swift",
        "LoggingManager/LoggingManager.swift",
        "LoggingManager/Theme.swift",
        "Model/Context.swift",
        "Model/EvaluationData.swift",
        "Model/Experiment.swift",
        "Model/Feature.swift",
        "Model/GlobalConfig.swift",
        "Model/GlobalContext.swift",
        "Model/RemoteEvalModel.swift",
        "Model/StickyAssignmentsDocument.swift",
        "Network/EventHandler.swift",
        "Network/EventModel.swift",
        "Network/LruETagCache.swift",
        "Network/NetworkClient.swift",
        "Network/NetworkRetryHandler.swift",
        "Network/SSEHandler.swift",
        "StickyBucket/StickyBucketService.swift",
        "Utils/Common.swift",
        "Utils/Constants.swift",
        "Utils/Crypto.swift",
        "Utils/DecryptionUtils.swift",
        "Utils/Extensions.swift",
        "Utils/Logger.swift",
        "Utils/Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.