The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GrowthBook-IOS, reference main (212ec5), with Swift 6.3 for watchOS using Xcode 26.4 on 30 Apr 2026 09:35:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/growthbook/growthbook-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/growthbook/growthbook-swift.git
Command line invocation:
    /Applications/Xcode-26.4.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:35:38.406 xcodebuild[635:3822] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GrowthBook-IOS -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: db8269f586c595c27abcdc014c57b492
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/db8269f586c595c27abcdc014c57b492.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
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/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-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/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/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_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.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.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/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.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/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.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_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.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.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/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone @/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone @/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone @/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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/ptrcheck-9HLFLNTO8GHE1CGLX3O9VDPWZ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-C5SVPIYECR3VZY1UE4FL7OF4G.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-1SU5ITVAD0IOPFW9PGAM4K5UA.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-C4TC854O65J5497BBX600KKRB.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-2DTNL8T5MKRQYAGUSOL6U8ZDV.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-CSYNJ36TKIRL7QNRKDKOGXJU2.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-412RH2O2ONCZJ7OEVHFAOI0AK.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-8J360MDDQXUL93K2URBTQH9R7.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-8WB2TQ5ID0E4TLXDTEVJ2XNQ6.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-B3YYDRA3XCKSULHML4U295GIY.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-50HTZ6SZGZ9IV51FREK0QRLYW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CM4QDBLSHYZT29UKT3T72KQVR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-DUCOK4TK92CTD42OXDA1ZNQE4.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9MMX5TMSSBZ8G1ZAIIPKP9HPU.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-38D6D46E1F805OKD4ZFSCJMGW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-6BGY691FJWHBF8WK1C0KR0NSP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-64SVI3JFJ3UKP4C6X0OLYO830.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-B1UE543X3DG7AVFNONVIAHMSV.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-U3O30ZG2OR7WZLRTDZ78PNM9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-B69EYQWEVKSIGNJZKYHR2Q9QO.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-BS2JXGE4HZ5FY2BPGNP630G8F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-AJX0T9B8L1Q3XNNOXOEZIT8RH.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-92NDN1PM0XPJ6AKX9UMEOCC9R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-50H2DFYYV5EW682NL84TR3FV1.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-4BZZGJRME0ZQ2QLDG4BAHM1P8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-9FKWK8IDCHHC3NXLJ2XQ5IQV6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-CQT494I37559JYD3PA7WDDHWT.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-9PAMPYOKSCHI7H2Y69RB1CGOE.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-8OXZTOLB7P8KCSE2SQHYCFL58.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-2Q28C3Q4TAV3NMR8JWE92WTRF.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-1RJ6JRGXZ8SPWZ1ITP42AK7ED.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-3IQFCXNJ9EXDUEG18FF5AUJ7Y.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-DHYSMCC7UHE3QVF1RN0W3KQF9.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-9C6F7KVYM3Z3RD08B1R1S8JMO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-9RZQTF1GJ0416YQ0Z02NZZXQC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-EWJ448ABN70728AP6ZZ9WEOUL.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-EGGP79F0O4J8S59BX8NXLCSRA.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-A93LFYRPY6H19OYORB7OCRWS.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-DLHOAHOR8GLK4022COFU562FV.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-64R5F69X303A73IHCYRY9YQZ5.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-4V2TEHX2QDMBR03GJ8MZHXC1N.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-7L2IRU9839QUZFO08BZ6BOLD8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-1QOGRV0BGHI0YS4FVC1LRKC3H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-2UB4LFMFDMJ9BAWDPUJUGHDF4.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-CAHU97UQ07GHV8E3OQ2PUPELP.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-A781U4H3YQPFZWQRDELJ6IZP3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-C4XIH00HPYLUZUYX1OO6N5AHD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-85XSHOS3CYWKRNKX2G54S4O40.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-DFP9KL85KTQ4S03234NG2STCR.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CommonCrypto-DCHJXI97PLFY5G1F049DRG6Y5.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-7YSIOPFZ55PIKH4VLTSKSD1VC.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-2VQDTZFTBTV3PGS6QTFZ1T32L.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CommonCrypto-UUSYDW262GBAN6KBWINPL2IF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CommonCrypto-9SZ6QPQE46TMT7AZVOV4D6CHZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-5VSELNGR1UTMSG0B9R9OUAADQ.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-4IK315PRAEE9HMP5FEW77MZEH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-BBMJ4730QL10MWDNUFZJBYRN.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-A454NAS899IHKN5FXNYEN6YN8.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-6OVRRG971REDI9TGJVV7MUK7J.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-9R02UT74CDAHN7SDE2C3NEP1O.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-BI7IE2KH5FMB24YSE2RFC99SD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-5XJ4B2ELAF9MVDJSZ5ZT9JPIJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-Y2H3FASB6S9J4MW2R2WQEJLM.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-IVSSSVSJYK45M023SEEMEEK7.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-935VVCGRNPUWQ7BH0U6OJVVSX.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1OOJFHXIHOZPPYDUR9OHEF8Q8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-C5Y3EORD6K8DOSP4T3Q3RFZ8L.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-2XJNM2Q043Z71ASPD0MSEO735.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-819V7E6IGB5TNT5WEQ245EX6R.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-3505J0L9W5O3CWY9CI0FWKIHP.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-7XUT6EPRBSB5DW4MN71UXTKUV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-R1PG9Y2DP3EK3LRUA8PRPADC.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-3GKZWHMHQFWJV87HB2HUNAKOE.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-ARJYTIRRDW39S4NN6EM23QIBS.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-EBVVYR4TF0PQUZ4W3Y6BB8T4R.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-5RDWSHLMKE2HU2LCXVV68H9F0.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-5A1GJSVRTUEKXJ08IB057B6JN.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-BYGVTQ3RT1YTEEV19LDK5P6TT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-6HPE254UIPJI5EKOZO6TZ703W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-5K8M5ISJ7BMQVNR98DK2M4NVG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-9LXFH1YGCTEYI6FZTMA69KC0E.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-FCCOJCZWP2Q09XPQ8G3X375E.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-75MMQ4N3INX451IU72F8E32FR.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-18V7BBHOAWHI6N4MT8WMS1NTI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-BDPCIHQ8S0Y3RPV5OGGIJLBOI.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-7PHGOPKBVRPUS00GX24N7Q9VD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-BV24I6SQZR1TBPFSIT5KTQ5X9.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-6R9V5UMJYXKQLO5TWCMLTAXSH.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-3XX2BK9JF2VWZ6LQZCBIESSO0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-DGTSTG9ILAWV20UWIH3AFDWUP.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-93KME43SYF1V9038ZL3XD3DS6.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-2VYQH885URXQHQJCBOFMKMTXQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-14ZCG0HR8AJQL1VWXV1JG8MHW.pcm
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

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 the 'Sendable' protocol; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
             final
/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 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

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

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

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_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\ 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\ 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 the 'Sendable' protocol; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
             final
/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

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 the 'Sendable' protocol; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
             final
/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 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 the 'Sendable' protocol; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
             final
/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 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone @/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone @/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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
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
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_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/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_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\ 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

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

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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone @/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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
SwiftDriverJobDiscovery normal arm64_32 Compiling SSEHandler.swift, StickyBucketService.swift, Common.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

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 arm64_32 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 arm64_32 Compiling CachingManager.swift, ContextManager.swift, ConditionEvaluator.swift, ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
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
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

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
SwiftDriverJobDiscovery normal arm64_32 Compiling ExperimentHelper.swift, FeatureEvaluator.swift, FeaturesDataModel.swift, FeaturesDataSource.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

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

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 Compiling Extensions.swift, Logger.swift, Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64_32 Compiling Constants.swift, Crypto.swift, DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
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

SwiftDriverJobDiscovery normal arm64_32 Compiling FeaturesViewModel.swift, GrowthBookModel.swift, GrowthBookSDK.swift, JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
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 the 'Sendable' protocol; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
             final
/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

SwiftDriverJobDiscovery normal arm64_32 Compiling EventModel.swift, LruETagCache.swift, NetworkClient.swift, NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
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

SwiftDriverJobDiscovery normal arm64 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')
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

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

SwiftDriverJobDiscovery normal arm64 Compiling Extensions.swift, Logger.swift, Utils.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 Compiling EventModel.swift, LruETagCache.swift, NetworkClient.swift, NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
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

SwiftDriverJobDiscovery normal arm64 Compiling CachingManager.swift, ContextManager.swift, ConditionEvaluator.swift, ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
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

SwiftDriverJobDiscovery normal armv7k Compiling EvaluationData.swift, Experiment.swift, Feature.swift, GlobalConfig.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

SwiftDriverJobDiscovery normal armv7k Compiling CachingManager.swift, ContextManager.swift, ConditionEvaluator.swift, ExperimentEvaluator.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
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 ExperimentHelper.swift, FeatureEvaluator.swift, FeaturesDataModel.swift, FeaturesDataSource.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 the 'Sendable' protocol; this is an error in the Swift 6 language mode
@objc public class Feature: NSObject, Codable, Sendable {
                   ^
             final
/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

SwiftDriverJobDiscovery normal armv7k Compiling SSEHandler.swift, StickyBucketService.swift, Common.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
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 armv7k Compiling Extensions.swift, Logger.swift, Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
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 armv7k Compiling EventModel.swift, LruETagCache.swift, NetworkClient.swift, NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
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

SwiftDriverJobDiscovery normal arm64 Compiling Constants.swift, Crypto.swift, DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal armv7k Compiling GlobalContext.swift, RemoteEvalModel.swift, StickyAssignmentsDocument.swift, EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64 Compiling FeaturesViewModel.swift, GrowthBookModel.swift, GrowthBookSDK.swift, JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64 Compiling GlobalContext.swift, RemoteEvalModel.swift, StickyAssignmentsDocument.swift, EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64_32 Compiling GlobalContext.swift, RemoteEvalModel.swift, StickyAssignmentsDocument.swift, EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal armv7k Compiling FeaturesViewModel.swift, GrowthBookModel.swift, GrowthBookSDK.swift, JsonManager.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64 Compiling SSEHandler.swift, StickyBucketService.swift, Common.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal armv7k Compiling Constants.swift, Crypto.swift, DecryptionUtils.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')
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone @/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -O0 -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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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 -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.4.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 arm64 Compiling EvaluationData.swift, Experiment.swift, Feature.swift, GlobalConfig.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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone @/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -O0 -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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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 -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.4.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
SwiftDriverJobDiscovery normal armv7k Compiling Formatter.swift, LoggingManager.swift, Theme.swift, Context.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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone @/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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.4.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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -O0 -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.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.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 -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.4.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
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.4.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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.C2D6Zj/Metal.xctoolchain --module-name GrowthBook --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk --xcode-version 17E192 --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:50.179 appintentsmetadataprocessor[802:4729] Starting appintentsmetadataprocessor export
2026-04-30 05:35:50.204 appintentsmetadataprocessor[802:4729] 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:35:39.805 xcodebuild[646:3988] [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.