The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GrowthBook-IOS, reference main (212ec5), with Swift 6.2 for visionOS using Xcode 26.3 on 30 Apr 2026 09:36:56 UTC.

Swift 6 data race errors: 0

Build Command

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

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:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/growthbook/growthbook-swift.git
Command line invocation:
    /Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GrowthBook-IOS",
  "name" : "GrowthBook-IOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "GrowthBook-IOS",
      "targets" : [
        "GrowthBook"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GrowthBookTests",
      "module_type" : "SwiftTarget",
      "name" : "GrowthBookTests",
      "path" : "GrowthBookTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GrowthBookTests/Source/json.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BackgroundSyncTest.swift",
        "CachingManagerTest.swift",
        "ConditionTests.swift",
        "ContextManagerTests.swift",
        "CryptoTests.swift",
        "ExperimentRunTests.swift",
        "FeatureValueTests.swift",
        "FeaturesViewModelTests.swift",
        "GrowthBookSDKBuilderTests.swift",
        "LruETagCacheTests.swift",
        "MockNetworkClient.swift",
        "ModelTests.swift",
        "StickyBucketingTests.swift",
        "TestHelper.swift",
        "UtilsTests.swift"
      ],
      "target_dependencies" : [
        "GrowthBook"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GrowthBook",
      "module_type" : "SwiftTarget",
      "name" : "GrowthBook",
      "path" : "Sources/CommonMain",
      "product_memberships" : [
        "GrowthBook-IOS"
      ],
      "sources" : [
        "Caching/CachingManager.swift",
        "ContextManager.swift",
        "Evaluators/ConditionEvaluator.swift",
        "Evaluators/ExperimentEvaluator.swift",
        "Evaluators/ExperimentHelper.swift",
        "Evaluators/FeatureEvaluator.swift",
        "Features/FeaturesDataModel.swift",
        "Features/FeaturesDataSource.swift",
        "Features/FeaturesViewModel.swift",
        "GrowthBookModel.swift",
        "GrowthBookSDK.swift",
        "JsonManager/JsonManager.swift",
        "LoggingManager/Formatter.swift",
        "LoggingManager/LoggingManager.swift",
        "LoggingManager/Theme.swift",
        "Model/Context.swift",
        "Model/EvaluationData.swift",
        "Model/Experiment.swift",
        "Model/Feature.swift",
        "Model/GlobalConfig.swift",
        "Model/GlobalContext.swift",
        "Model/RemoteEvalModel.swift",
        "Model/StickyAssignmentsDocument.swift",
        "Network/EventHandler.swift",
        "Network/EventModel.swift",
        "Network/LruETagCache.swift",
        "Network/NetworkClient.swift",
        "Network/NetworkRetryHandler.swift",
        "Network/SSEHandler.swift",
        "StickyBucket/StickyBucketService.swift",
        "Utils/Common.swift",
        "Utils/Constants.swift",
        "Utils/Crypto.swift",
        "Utils/DecryptionUtils.swift",
        "Utils/Extensions.swift",
        "Utils/Logger.swift",
        "Utils/Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "GrowthBook-IOS",
    "schemes" : [
      "GrowthBook",
      "GrowthBookTests"
    ],
    "targets" : [
      "GrowthBookTests",
      "GrowthBook"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GrowthBook-IOS"
    ]
  }
}
2026-04-30 05:36:40.768 xcodebuild[660:4092] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GrowthBook-IOS -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme GrowthBook-IOS -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  GrowthBook-IOS: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'GrowthBook-IOS' in project 'GrowthBook-IOS'
        ➜ Explicit dependency on target 'GrowthBook' in project 'GrowthBook-IOS'
    Target 'GrowthBook' in project 'GrowthBook-IOS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 89220ac4854fa2cc4b37e22eae64188a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/89220ac4854fa2cc4b37e22eae64188a.xcbuilddata
ClangStatCache /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.2-23N301-dc75598d0054f22ec865fa860f139d72f5e64962d3ee001da1d77d1957dffdab.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.2-23N301-dc75598d0054f22ec865fa860f139d72f5e64962d3ee001da1d77d1957dffdab.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/GrowthBook.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/GrowthBook.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/GrowthBook.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/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-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/GrowthBook.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/GrowthBook.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver GrowthBook normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk -target arm64-apple-xros1.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-xros -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.2-23N301-dc75598d0054f22ec865fa860f139d72f5e64962d3ee001da1d77d1957dffdab.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/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-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/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 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-BRV30TBVZVZGDTY5ZKQTNXO6Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-B1VX477YXD7CAGEWY0R0RU846.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F1WHVHT30PN08BRIB1TFVE6Q6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-8IP7O960ZPRTWV7MFFJHTJAZ8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-5R017QINEW262H7RW8YQHZUWW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-7J8I4D747RUWBIYVTCUP6XCDQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-1UFLOIXY4PP9XJ7I5XRYGIGRS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-BY9SH1ZLURHIZF4O8W9N7X51.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-59RKLAH367BCLMA4BP9X29RA0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-32JUI9BVMTB1YIPG3DOX0HVHZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-40TJW4LRH20Q0USFC9VI62SX3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-BYCQT40TEPV9J5K8KWFTPAFBQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-2RBMKWGX3KVNQAIS5A77GJ81P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-9C6XW0G82BUFJ68L6816BB9W4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1G1ZNP8U0J2EAHIGG83MSWVVP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2GOIISS4AFLSIAOGO3NG5XFRN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-AX2VW6P2YUECOPD1DXSYLDNAL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CommonCrypto-CB60BCAXWCYECNEOXXY1YJFE7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-DGMDGD780M9PGTWDQ2ZHPWKVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-3AEXNPG0FW33NERH0F96PEJE8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-5IE2NAQWIQZYXAS7GMQPDAP5X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-87HFI5MW2NOKIT7AW3SKUGI8W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-946IR1QRT3J1QJVRSRCDIQNGH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-U3TAXVGJ5WCXIZ73C7O3SCGY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-9SSI48T36E4UKPKWAMPH7FTVK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-AZXFXDAQOZ2FMK833LKA0FCZT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-11O3YSPIHEQB8ZT9AIAVEVCLW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-2PVJQSMOBIMJZIWJRRDBRGFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-7RHAZ9AIDG6Y9PXFA46VEDBWJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-8D93TLXSLWLRJSGD0CVKGYZCN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-8O2X1CQE0WGQJ8A222PDGJN4B.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ GrowthBook (in target 'GrowthBook' from project 'GrowthBook-IOS')
EmitSwiftModule normal arm64 (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal arm64 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

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 arm64 Compiling\ GlobalContext.swift,\ RemoteEvalModel.swift,\ StickyAssignmentsDocument.swift,\ EventHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalContext.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/RemoteEvalModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/StickyAssignmentsDocument.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Network/EventHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Model/GlobalContext.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 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

/Users/admin/builder/spi-builder-workspace/Sources/CommonMain/LoggingManager/Theme.swift:56:17: warning: 'scanHexInt32' was deprecated in visionOS 1.0
        scanner.scanHexInt32(&hex)
                ^
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 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

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

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\ ExperimentHelper.swift,\ FeatureEvaluator.swift,\ FeaturesDataModel.swift,\ FeaturesDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/FeatureEvaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Features/FeaturesDataSource.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommonMain/Evaluators/ExperimentHelper.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for GrowthBook (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriver\ Compilation\ Requirements GrowthBook normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk -target arm64-apple-xros1.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-xros -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.2-23N301-dc75598d0054f22ec865fa860f139d72f5e64962d3ee001da1d77d1957dffdab.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/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-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/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 Compiling GlobalContext.swift, RemoteEvalModel.swift, StickyAssignmentsDocument.swift, EventHandler.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 arm64 Compiling ExperimentHelper.swift, FeatureEvaluator.swift, FeaturesDataModel.swift, FeaturesDataSource.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions.swift, Logger.swift, Utils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64 Compiling Constants.swift, Crypto.swift, DecryptionUtils.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/GrowthBook-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/Objects-normal/arm64/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/GrowthBook-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling EvaluationData.swift, Experiment.swift, Feature.swift, GlobalConfig.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriverJobDiscovery normal arm64 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-xros/GrowthBook.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GrowthBook.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GrowthBook.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GrowthBook.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GrowthBook.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GrowthBook.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GrowthBook.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GrowthBook.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Formatter.swift, LoggingManager.swift, Theme.swift, Context.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 EventModel.swift, LruETagCache.swift, NetworkClient.swift, NetworkRetryHandler.swift (in target 'GrowthBook' from project 'GrowthBook-IOS')
SwiftDriver\ Compilation GrowthBook normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GrowthBook -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk -target arm64-apple-xros1.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-xros -Isystem /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.2-23N301-dc75598d0054f22ec865fa860f139d72f5e64962d3ee001da1d77d1957dffdab.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/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-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/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/Products/Debug-xros/GrowthBook.o normal (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/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-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GrowthBook.o
ExtractAppIntentsMetadata (in target 'GrowthBook' from project 'GrowthBook-IOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.3.7003.10.a2BcP1/Metal.xctoolchain --module-name GrowthBook --sdk-root /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.2.sdk --xcode-version 17C529 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.GrowthBook --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GrowthBook.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GrowthBook.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/GrowthBook.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/GrowthBook.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GrowthBook-IOS.build/Debug-xros/GrowthBook.build/Objects-normal/arm64/GrowthBook.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-30 05:36:51.639 appintentsmetadataprocessor[739:4624] Starting appintentsmetadataprocessor export
2026-04-30 05:36:51.749 appintentsmetadataprocessor[739:4624] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/GrowthBook.o
** BUILD SUCCEEDED **
2026-04-30 05:36:42.337 xcodebuild[670:4289] [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.