The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftLivenessKit, reference v1.0.1 (638582), with Swift 6.1 for watchOS using Xcode 16.3 on 11 Jul 2025 00:02:34 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brunogama/SwiftLivenessKit.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brunogama/SwiftLivenessKit
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at 6385828 feat: major refactoring and cleanup for v1.0.1
Cloned https://github.com/brunogama/SwiftLivenessKit.git
Revision (git rev-parse @):
6385828ae93d22106d43ef64a0bad32f3f09fa11
SUCCESS checkout https://github.com/brunogama/SwiftLivenessKit.git at v1.0.1
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brunogama/SwiftLivenessKit.git
https://github.com/brunogama/SwiftLivenessKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLivenessKit",
  "name" : "SwiftLivenessKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "LivenessDetection",
      "targets" : [
        "LivenessDetection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LivenessDetectionTests",
      "module_type" : "SwiftTarget",
      "name" : "LivenessDetectionTests",
      "path" : "Tests/LivenessDetectionTests",
      "sources" : [
        "LivenessDetectionTests.swift"
      ],
      "target_dependencies" : [
        "LivenessDetection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LivenessDetection",
      "module_type" : "SwiftTarget",
      "name" : "LivenessDetection",
      "path" : "Sources/LivenessDetection",
      "product_memberships" : [
        "LivenessDetection"
      ],
      "sources" : [
        "Adapters/Mock/MockConfiguration.swift",
        "Adapters/Mock/MockLivenessAdapter.swift",
        "Adapters/VendorA/VendorAAdapter.swift",
        "Adapters/VendorA/VendorAConfiguration.swift",
        "Adapters/VendorB/VendorBAdapter.swift",
        "Adapters/VendorB/VendorBConfiguration.swift",
        "Core/Base/BaseLivenessAdapter.swift",
        "Core/Base/LivenessEnvironment.swift",
        "Core/Composite/CompositeLivenessAdapter.swift",
        "Core/Protocols/LivenessAdapterFactory.swift",
        "Core/Protocols/LivenessVendorAdapter.swift",
        "Core/Types/LivenessConfiguration.swift",
        "Core/Types/LivenessError.swift",
        "Core/Types/LivenessEvent.swift",
        "Core/Types/LivenessResult.swift",
        "Factory/DefaultAdapterFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftLivenessKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftLivenessKit
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLivenessKit",
  "name" : "SwiftLivenessKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "LivenessDetection",
      "targets" : [
        "LivenessDetection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LivenessDetectionTests",
      "module_type" : "SwiftTarget",
      "name" : "LivenessDetectionTests",
      "path" : "Tests/LivenessDetectionTests",
      "sources" : [
        "LivenessDetectionTests.swift"
      ],
      "target_dependencies" : [
        "LivenessDetection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LivenessDetection",
      "module_type" : "SwiftTarget",
      "name" : "LivenessDetection",
      "path" : "Sources/LivenessDetection",
      "product_memberships" : [
        "LivenessDetection"
      ],
      "sources" : [
        "Adapters/Mock/MockConfiguration.swift",
        "Adapters/Mock/MockLivenessAdapter.swift",
        "Adapters/VendorA/VendorAAdapter.swift",
        "Adapters/VendorA/VendorAConfiguration.swift",
        "Adapters/VendorB/VendorBAdapter.swift",
        "Adapters/VendorB/VendorBConfiguration.swift",
        "Core/Base/BaseLivenessAdapter.swift",
        "Core/Base/LivenessEnvironment.swift",
        "Core/Composite/CompositeLivenessAdapter.swift",
        "Core/Protocols/LivenessAdapterFactory.swift",
        "Core/Protocols/LivenessVendorAdapter.swift",
        "Core/Types/LivenessConfiguration.swift",
        "Core/Types/LivenessError.swift",
        "Core/Types/LivenessEvent.swift",
        "Core/Types/LivenessResult.swift",
        "Factory/DefaultAdapterFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftLivenessKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftLivenessKit -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftLivenessKit -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  SwiftLivenessKit: /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 'LivenessDetection' in project 'SwiftLivenessKit'
        ➜ Explicit dependency on target 'LivenessDetection' in project 'SwiftLivenessKit'
    Target 'LivenessDetection' in project 'SwiftLivenessKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 4f2c3d9a3bd364694ccdff5da81e099e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4f2c3d9a3bd364694ccdff5da81e099e.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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/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/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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.SwiftFileList (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection.SwiftFileList (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection.SwiftConstValuesFileList (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-OutputFileMap.json (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection_const_extract_protocols.json (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection.LinkFileList (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection-OutputFileMap.json (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection_const_extract_protocols.json (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection_const_extract_protocols.json (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.SwiftConstValuesFileList (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.LinkFileList (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.SwiftFileList (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.SwiftConstValuesFileList (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.LinkFileList (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection-OutputFileMap.json (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/LivenessDetection.modulemap (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/LivenessDetection.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/LivenessDetection.DependencyStaticMetadataFileList (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/LivenessDetection.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/LivenessDetection.DependencyMetadataFileList (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/LivenessDetection.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/LivenessDetection.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/LivenessDetection.modulemap (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/LivenessDetection.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver LivenessDetection normal armv7k com.apple.xcode.tools.swift.compiler (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LivenessDetection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection_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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LivenessDetection normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LivenessDetection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection_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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LivenessDetection normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LivenessDetection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection_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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BaseLivenessAdapter.swift,\ LivenessEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/BaseLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/LivenessEnvironment.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/BaseLivenessAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/LivenessEnvironment.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MockConfiguration.swift,\ MockLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ VendorAAdapter.swift,\ VendorAConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ VendorBAdapter.swift,\ VendorBConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ LivenessDetection (in target 'LivenessDetection' from project 'SwiftLivenessKit')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/BaseLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/LivenessEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessVendorAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessError.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessResult.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Factory/DefaultAdapterFactory.swift -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/swift-overrides.hmap -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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LivenessDetection -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.abi.json
EmitSwiftModule normal arm64 (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:18:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessVendorAdapter.swift:12:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift:7:45: error: cannot find type 'UIViewController' in scope
    private weak var hostingViewController: UIViewController?
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift:32:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift:7:45: error: cannot find type 'UIViewController' in scope
    private weak var hostingViewController: UIViewController?
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift:40:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift:11:45: error: cannot find type 'UIViewController' in scope
    private weak var hostingViewController: UIViewController?
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift:23:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ LivenessResult.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessResult.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessResult.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DefaultAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Factory/DefaultAdapterFactory.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Factory/DefaultAdapterFactory.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CompositeLivenessAdapter.swift,\ LivenessAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessAdapterFactory.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessAdapterFactory.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ LivenessDetection (in target 'LivenessDetection' from project 'SwiftLivenessKit')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/BaseLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/LivenessEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessVendorAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessError.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessResult.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Factory/DefaultAdapterFactory.swift -target arm64_32-apple-watchos7.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/swift-overrides.hmap -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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LivenessDetection -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.abi.json
EmitSwiftModule normal arm64_32 (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:18:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessVendorAdapter.swift:12:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift:7:45: error: cannot find type 'UIViewController' in scope
    private weak var hostingViewController: UIViewController?
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift:32:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift:7:45: error: cannot find type 'UIViewController' in scope
    private weak var hostingViewController: UIViewController?
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift:40:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift:11:45: error: cannot find type 'UIViewController' in scope
    private weak var hostingViewController: UIViewController?
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift:23:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ LivenessEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessEvent.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessEvent.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ LivenessDetection (in target 'LivenessDetection' from project 'SwiftLivenessKit')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ LivenessDetection (in target 'LivenessDetection' from project 'SwiftLivenessKit')
	EmitSwiftModule normal arm64 (in target 'LivenessDetection' from project 'SwiftLivenessKit')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ LivenessDetection (in target 'LivenessDetection' from project 'SwiftLivenessKit')
	EmitSwiftModule normal arm64_32 (in target 'LivenessDetection' from project 'SwiftLivenessKit')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ LivenessDetection (in target 'LivenessDetection' from project 'SwiftLivenessKit')
	Building workspace spi-builder-workspace with scheme SwiftLivenessKit
(6 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwiftLivenessKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftLivenessKit
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLivenessKit",
  "name" : "SwiftLivenessKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "LivenessDetection",
      "targets" : [
        "LivenessDetection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LivenessDetectionTests",
      "module_type" : "SwiftTarget",
      "name" : "LivenessDetectionTests",
      "path" : "Tests/LivenessDetectionTests",
      "sources" : [
        "LivenessDetectionTests.swift"
      ],
      "target_dependencies" : [
        "LivenessDetection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LivenessDetection",
      "module_type" : "SwiftTarget",
      "name" : "LivenessDetection",
      "path" : "Sources/LivenessDetection",
      "product_memberships" : [
        "LivenessDetection"
      ],
      "sources" : [
        "Adapters/Mock/MockConfiguration.swift",
        "Adapters/Mock/MockLivenessAdapter.swift",
        "Adapters/VendorA/VendorAAdapter.swift",
        "Adapters/VendorA/VendorAConfiguration.swift",
        "Adapters/VendorB/VendorBAdapter.swift",
        "Adapters/VendorB/VendorBConfiguration.swift",
        "Core/Base/BaseLivenessAdapter.swift",
        "Core/Base/LivenessEnvironment.swift",
        "Core/Composite/CompositeLivenessAdapter.swift",
        "Core/Protocols/LivenessAdapterFactory.swift",
        "Core/Protocols/LivenessVendorAdapter.swift",
        "Core/Types/LivenessConfiguration.swift",
        "Core/Types/LivenessError.swift",
        "Core/Types/LivenessEvent.swift",
        "Core/Types/LivenessResult.swift",
        "Factory/DefaultAdapterFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftLivenessKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftLivenessKit -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftLivenessKit -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  SwiftLivenessKit: /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 'LivenessDetection' in project 'SwiftLivenessKit'
        ➜ Explicit dependency on target 'LivenessDetection' in project 'SwiftLivenessKit'
    Target 'LivenessDetection' in project 'SwiftLivenessKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 6344727adb6081b2ff7ee4f0917d3e24
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6344727adb6081b2ff7ee4f0917d3e24.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver LivenessDetection normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LivenessDetection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection_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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64/LivenessDetection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LivenessDetection normal armv7k com.apple.xcode.tools.swift.compiler (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LivenessDetection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection_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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/armv7k/LivenessDetection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LivenessDetection normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LivenessDetection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection_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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ LivenessDetection (in target 'LivenessDetection' from project 'SwiftLivenessKit')
EmitSwiftModule normal arm64_32 (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:18:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessVendorAdapter.swift:12:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift:7:45: error: cannot find type 'UIViewController' in scope
    private weak var hostingViewController: UIViewController?
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift:32:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift:7:45: error: cannot find type 'UIViewController' in scope
    private weak var hostingViewController: UIViewController?
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift:40:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift:11:45: error: cannot find type 'UIViewController' in scope
    private weak var hostingViewController: UIViewController?
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift:23:28: error: cannot find type 'UIViewController' in scope
        in viewController: UIViewController
                           ^~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/BaseLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/LivenessEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessVendorAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessError.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessResult.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Factory/DefaultAdapterFactory.swift -target arm64_32-apple-watchos7.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/swift-overrides.hmap -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/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LivenessDetection -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLivenessKit.build/Debug-watchos/LivenessDetection.build/Objects-normal/arm64_32/LivenessDetection.abi.json
SwiftCompile normal arm64_32 Compiling\ MockConfiguration.swift,\ MockLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ VendorAAdapter.swift,\ VendorAConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorA/VendorAConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ BaseLivenessAdapter.swift,\ LivenessEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/BaseLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/LivenessEnvironment.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/BaseLivenessAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Base/LivenessEnvironment.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ VendorBAdapter.swift,\ VendorBConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/VendorB/VendorBConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ DefaultAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Factory/DefaultAdapterFactory.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Factory/DefaultAdapterFactory.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ LivenessVendorAdapter.swift,\ LivenessConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessVendorAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessVendorAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessConfiguration.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ LivenessEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessEvent.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessEvent.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ LivenessError.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessError.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Types/LivenessError.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CompositeLivenessAdapter.swift,\ LivenessAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessAdapterFactory.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Composite/CompositeLivenessAdapter.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Core/Protocols/LivenessAdapterFactory.swift (in target 'LivenessDetection' from project 'SwiftLivenessKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ LivenessDetection (in target 'LivenessDetection' from project 'SwiftLivenessKit')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'LivenessDetection' from project 'SwiftLivenessKit')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ LivenessDetection (in target 'LivenessDetection' from project 'SwiftLivenessKit')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ LivenessDetection (in target 'LivenessDetection' from project 'SwiftLivenessKit')
	Building workspace spi-builder-workspace with scheme SwiftLivenessKit
(4 failures)
BUILD FAILURE 6.1 watchOS