The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DynamicOverlay, reference main (2276a6), with Swift 6.1 for tvOS using Xcode 16.3 on 4 Dec 2025 16:15:51 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/faberNovel/DynamicOverlay.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/faberNovel/DynamicOverlay
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2276a60 Merge pull request #45 from faberNovel/release/1.0.2
Cloned https://github.com/faberNovel/DynamicOverlay.git
Revision (git rev-parse @):
2276a60762a89e48892ad38526e090e8a35e794a
SUCCESS checkout https://github.com/faberNovel/DynamicOverlay.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/faberNovel/DynamicOverlay.git
https://github.com/faberNovel/DynamicOverlay.git
{
  "dependencies" : [
    {
      "identity" : "overlaycontainer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/applidium/OverlayContainer.git"
    }
  ],
  "manifest_display_name" : "DynamicOverlay",
  "name" : "DynamicOverlay",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicOverlay",
      "targets" : [
        "DynamicOverlay"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DynamicOverlayTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicOverlayTests",
      "path" : "Tests/DynamicOverlayTests",
      "sources" : [
        "DragHandleViewModifierTests.swift",
        "DrivingScrollViewModifierTests.swift",
        "MagneticNotchOverlayBehaviorValueTests.swift",
        "NotchBindingDynamicOverlayTests.swift",
        "NotchDimensionDynamicOverlayTests.swift",
        "NotchTranslationDynamicOverlayTests.swift",
        "OverlayContainerRepresentableAdaptorTests.swift",
        "OverlayNotchIndexMapperTests.swift",
        "Utils/ValuePublisher.swift",
        "Utils/View+Measure.swift",
        "Utils/ViewInspector.swift",
        "Utils/ViewRenderer.swift"
      ],
      "target_dependencies" : [
        "DynamicOverlay"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicOverlay",
      "module_type" : "SwiftTarget",
      "name" : "DynamicOverlay",
      "path" : "Source",
      "product_dependencies" : [
        "OverlayContainer"
      ],
      "product_memberships" : [
        "DynamicOverlay"
      ],
      "sources" : [
        "Internal/DynamicOverlayBehaviorValue.swift",
        "Internal/DynamicOverlayNotchTransition+DynamicOverlayBehavior.swift",
        "Internal/Handle/ActivatedOverlayArea.swift",
        "Internal/Handle/ActiveOverlayAreaViewModifier.swift",
        "Internal/Handle/Drag/DynamicOverlayDragArea.swift",
        "Internal/Handle/Drag/OnDragAreaChangeViewModifier.swift",
        "Internal/Handle/DrivingScrollView/DynamicOverlayScrollViewProxy.swift",
        "Internal/Handle/DrivingScrollView/OnDrivingScrollViewChangeViewModifier.swift",
        "Internal/Handle/OverlayContainerCoordinateSpace.swift",
        "Internal/MagneticNotchOverlayBehaviorValue.swift",
        "Internal/OverlayContainer/DynamicOverlayContainerAnimationController.swift",
        "Internal/OverlayContainer/OverlayContainerCoordinator.swift",
        "Internal/OverlayContainer/OverlayContainerDynamicOverlayView.swift",
        "Internal/OverlayContainer/OverlayContainerRepresentableAdaptor.swift",
        "Internal/OverlayContainer/OverlayContainerStateDiffer.swift",
        "Internal/OverlayContainer/SwiftUIOverlayContainerRepresentableAdaptor.swift",
        "Internal/OverlayContentModifier.swift",
        "Internal/OverlayNotchIndexMapper.swift",
        "Internal/Utils/Binding+CaseIterable.swift",
        "Public/DynamicOverlayBehavior.swift",
        "Public/DynamicOverlayHandle.swift",
        "Public/DynamicOverlayModifier.swift",
        "Public/MagneticNotchOverlayBehavior.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/applidium/OverlayContainer.git
Fetching from https://github.com/Quick/Nimble
Fetching from https://github.com/Quick/Quick
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘Nimble’
Checking out 9.2.1 of package ‘Nimble’
Creating working copy of package ‘OverlayContainer’
Checking out 3.5.3 of package ‘OverlayContainer’
Creating working copy of package ‘Quick’
Checking out 4.0.0 of package ‘Quick’
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Resolve Package Graph
Resolved source packages:
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
  DynamicOverlay: /Users/admin/builder/spi-builder-workspace
  Quick: https://github.com/Quick/Quick @ 4.0.0
  OverlayContainer: https://github.com/applidium/OverlayContainer.git @ 3.5.3
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
resolved source packages: Nimble, DynamicOverlay, Quick, OverlayContainer, CwlPreconditionTesting, CwlCatchException
{
  "dependencies" : [
    {
      "identity" : "overlaycontainer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/applidium/OverlayContainer.git"
    }
  ],
  "manifest_display_name" : "DynamicOverlay",
  "name" : "DynamicOverlay",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicOverlay",
      "targets" : [
        "DynamicOverlay"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DynamicOverlayTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicOverlayTests",
      "path" : "Tests/DynamicOverlayTests",
      "sources" : [
        "DragHandleViewModifierTests.swift",
        "DrivingScrollViewModifierTests.swift",
        "MagneticNotchOverlayBehaviorValueTests.swift",
        "NotchBindingDynamicOverlayTests.swift",
        "NotchDimensionDynamicOverlayTests.swift",
        "NotchTranslationDynamicOverlayTests.swift",
        "OverlayContainerRepresentableAdaptorTests.swift",
        "OverlayNotchIndexMapperTests.swift",
        "Utils/ValuePublisher.swift",
        "Utils/View+Measure.swift",
        "Utils/ViewInspector.swift",
        "Utils/ViewRenderer.swift"
      ],
      "target_dependencies" : [
        "DynamicOverlay"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicOverlay",
      "module_type" : "SwiftTarget",
      "name" : "DynamicOverlay",
      "path" : "Source",
      "product_dependencies" : [
        "OverlayContainer"
      ],
      "product_memberships" : [
        "DynamicOverlay"
      ],
      "sources" : [
        "Internal/DynamicOverlayBehaviorValue.swift",
        "Internal/DynamicOverlayNotchTransition+DynamicOverlayBehavior.swift",
        "Internal/Handle/ActivatedOverlayArea.swift",
        "Internal/Handle/ActiveOverlayAreaViewModifier.swift",
        "Internal/Handle/Drag/DynamicOverlayDragArea.swift",
        "Internal/Handle/Drag/OnDragAreaChangeViewModifier.swift",
        "Internal/Handle/DrivingScrollView/DynamicOverlayScrollViewProxy.swift",
        "Internal/Handle/DrivingScrollView/OnDrivingScrollViewChangeViewModifier.swift",
        "Internal/Handle/OverlayContainerCoordinateSpace.swift",
        "Internal/MagneticNotchOverlayBehaviorValue.swift",
        "Internal/OverlayContainer/DynamicOverlayContainerAnimationController.swift",
        "Internal/OverlayContainer/OverlayContainerCoordinator.swift",
        "Internal/OverlayContainer/OverlayContainerDynamicOverlayView.swift",
        "Internal/OverlayContainer/OverlayContainerRepresentableAdaptor.swift",
        "Internal/OverlayContainer/OverlayContainerStateDiffer.swift",
        "Internal/OverlayContainer/SwiftUIOverlayContainerRepresentableAdaptor.swift",
        "Internal/OverlayContentModifier.swift",
        "Internal/OverlayNotchIndexMapper.swift",
        "Internal/Utils/Binding+CaseIterable.swift",
        "Public/DynamicOverlayBehavior.swift",
        "Public/DynamicOverlayHandle.swift",
        "Public/DynamicOverlayModifier.swift",
        "Public/MagneticNotchOverlayBehavior.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DynamicOverlay"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DynamicOverlay -destination generic/platform=tvOS 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 DynamicOverlay -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  DynamicOverlay: /Users/admin/builder/spi-builder-workspace
  OverlayContainer: https://github.com/applidium/OverlayContainer.git @ 3.5.3
  Quick: https://github.com/Quick/Quick @ 4.0.0
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'DynamicOverlay' in project 'DynamicOverlay'
        ➜ Explicit dependency on target 'DynamicOverlay' in project 'DynamicOverlay'
        ➜ Explicit dependency on target 'OverlayContainer' in project 'OverlayContainer'
    Target 'DynamicOverlay' in project 'DynamicOverlay'
        ➜ Explicit dependency on target 'OverlayContainer' in project 'OverlayContainer'
    Target 'OverlayContainer' in project 'OverlayContainer'
        ➜ Explicit dependency on target 'OverlayContainer' in project 'OverlayContainer'
    Target 'OverlayContainer' in project 'OverlayContainer' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 4855ada001ad93c5d2b77190c22e15cf
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4855ada001ad93c5d2b77190c22e15cf.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/DynamicOverlay.modulemap (in target 'DynamicOverlay' from project 'DynamicOverlay')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/DynamicOverlay.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/OverlayContainer.DependencyMetadataFileList (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/OverlayContainer.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/OverlayContainer.modulemap (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/OverlayContainer.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/OverlayContainer.DependencyStaticMetadataFileList (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/OverlayContainer.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/Objects-normal/arm64/DynamicOverlay_const_extract_protocols.json (in target 'DynamicOverlay' from project 'DynamicOverlay')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/Objects-normal/arm64/DynamicOverlay_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/Objects-normal/arm64/DynamicOverlay.SwiftFileList (in target 'DynamicOverlay' from project 'DynamicOverlay')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/Objects-normal/arm64/DynamicOverlay.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/Objects-normal/arm64/DynamicOverlay.SwiftConstValuesFileList (in target 'DynamicOverlay' from project 'DynamicOverlay')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/Objects-normal/arm64/DynamicOverlay.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/Objects-normal/arm64/DynamicOverlay.LinkFileList (in target 'DynamicOverlay' from project 'DynamicOverlay')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/Objects-normal/arm64/DynamicOverlay.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer_const_extract_protocols.json (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.SwiftFileList (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.SwiftConstValuesFileList (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.LinkFileList (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-OutputFileMap.json (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/Objects-normal/arm64/DynamicOverlay-OutputFileMap.json (in target 'DynamicOverlay' from project 'DynamicOverlay')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/Objects-normal/arm64/DynamicOverlay-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OverlayContainer.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/OverlayContainer.modulemap (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer
    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/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/OverlayContainer.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/DynamicOverlay.DependencyStaticMetadataFileList (in target 'DynamicOverlay' from project 'DynamicOverlay')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/DynamicOverlay.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/DynamicOverlay.DependencyMetadataFileList (in target 'DynamicOverlay' from project 'DynamicOverlay')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/DynamicOverlay.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DynamicOverlay.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/DynamicOverlay.modulemap (in target 'DynamicOverlay' from project 'DynamicOverlay')
    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/DynamicOverlay.build/Debug-appletvos/DynamicOverlay.build/DynamicOverlay.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver OverlayContainer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OverlayContainer' from project 'OverlayContainer')
    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 OverlayContainer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-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/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.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/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ConcreteOverlayContainerContextTargetNotchPolicy.swift,\ ConcreteOverlayContainerContextTransitioning.swift,\ ConcreteOverlayContainerDimissingPolicyContext.swift,\ ConcreteOverlayTranslationParameters.swift,\ DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+Constraints.swift,\ UIView+Subviews.swift,\ UIViewController+Children.swift,\ HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverlayContainerSheetDismissalPolicy.swift,\ OverlayContainerSheetPresentationController.swift,\ OverlayContainerSheetPresentationControllerDelegate.swift,\ OverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverlayTranslationContainerView.swift,\ OverlayTranslationView.swift,\ OverlayContainerPresentationController.swift,\ OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift,\ OverlayContainerConfiguration.swift,\ OverlayContainerConfigurationImplementation.swift,\ OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CGFloat+Round.swift,\ CGGeometry+Utils.swift,\ OverlayContainerViewControllerDelegate+Defaults.swift,\ UIPanGesture+Utils.swift,\ UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverlayContainerViewController.swift,\ OverlayContainerViewControllerDelegate.swift,\ OverlayTransitioningDelegate.swift,\ OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PassThroughView.swift,\ RubberBandOverlayTranslationFunction.swift,\ RushingForwardTargetNotchPolicy.swift,\ SpringOverlayTranslationAnimationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PanGestureOverlayTranslationDriver.swift,\ ScrollViewOverlayTranslationDriver.swift,\ GroundView.swift,\ OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/GroundView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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 -suppress-warnings -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/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer_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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OverlayContainer -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.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/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.abi.json
EmitSwiftModule normal arm64 (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:51:13: error: 'setNeedsStatusBarAppearanceUpdate()' is unavailable in tvOS
            setNeedsStatusBarAppearanceUpdate()
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIViewController.setNeedsStatusBarAppearanceUpdate:3:24: note: 'setNeedsStatusBarAppearanceUpdate()' has been explicitly marked unavailable here
  @MainActor open func setNeedsStatusBarAppearanceUpdate()}
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:60:23: error: cannot override 'childForStatusBarStyle' which has been marked unavailable
    open override var childForStatusBarStyle: UIViewController? {
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:458:60: note: 'childForStatusBarStyle' has been explicitly marked unavailable here
@property(nonatomic, readonly, nullable) UIViewController *childViewControllerForStatusBarStyle API_AVAILABLE(ios(7.0)) API_DEPRECATED("Has no effect on visionOS", visionos(1.0, 1.0)) API_UNAVAILABLE(tvos);
                                                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:60:23: note: remove 'override' modifier to declare a new 'childForStatusBarStyle'
    open override var childForStatusBarStyle: UIViewController? {
         ~~~~~~~~~    ^

SwiftCompile normal arm64 Compiling\ OverlayScrollViewDelegateProxy.swift,\ OverlayTranslationController.swift,\ OverlayTranslationDriver.swift,\ OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift (in target 'OverlayContainer' from project 'OverlayContainer')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
	EmitSwiftModule normal arm64 (in target 'OverlayContainer' from project 'OverlayContainer')
	SwiftCompile normal arm64 Compiling\ OverlayScrollViewDelegateProxy.swift,\ OverlayTranslationController.swift,\ OverlayTranslationDriver.swift,\ OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift (in target 'OverlayContainer' from project 'OverlayContainer')
	Building workspace spi-builder-workspace with scheme DynamicOverlay
(4 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:
  OverlayContainer: https://github.com/applidium/OverlayContainer.git @ 3.5.3
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  DynamicOverlay: /Users/admin/builder/spi-builder-workspace
  Quick: https://github.com/Quick/Quick @ 4.0.0
resolved source packages: OverlayContainer, Nimble, CwlCatchException, CwlPreconditionTesting, DynamicOverlay, Quick
{
  "dependencies" : [
    {
      "identity" : "overlaycontainer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/applidium/OverlayContainer.git"
    }
  ],
  "manifest_display_name" : "DynamicOverlay",
  "name" : "DynamicOverlay",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicOverlay",
      "targets" : [
        "DynamicOverlay"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DynamicOverlayTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicOverlayTests",
      "path" : "Tests/DynamicOverlayTests",
      "sources" : [
        "DragHandleViewModifierTests.swift",
        "DrivingScrollViewModifierTests.swift",
        "MagneticNotchOverlayBehaviorValueTests.swift",
        "NotchBindingDynamicOverlayTests.swift",
        "NotchDimensionDynamicOverlayTests.swift",
        "NotchTranslationDynamicOverlayTests.swift",
        "OverlayContainerRepresentableAdaptorTests.swift",
        "OverlayNotchIndexMapperTests.swift",
        "Utils/ValuePublisher.swift",
        "Utils/View+Measure.swift",
        "Utils/ViewInspector.swift",
        "Utils/ViewRenderer.swift"
      ],
      "target_dependencies" : [
        "DynamicOverlay"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicOverlay",
      "module_type" : "SwiftTarget",
      "name" : "DynamicOverlay",
      "path" : "Source",
      "product_dependencies" : [
        "OverlayContainer"
      ],
      "product_memberships" : [
        "DynamicOverlay"
      ],
      "sources" : [
        "Internal/DynamicOverlayBehaviorValue.swift",
        "Internal/DynamicOverlayNotchTransition+DynamicOverlayBehavior.swift",
        "Internal/Handle/ActivatedOverlayArea.swift",
        "Internal/Handle/ActiveOverlayAreaViewModifier.swift",
        "Internal/Handle/Drag/DynamicOverlayDragArea.swift",
        "Internal/Handle/Drag/OnDragAreaChangeViewModifier.swift",
        "Internal/Handle/DrivingScrollView/DynamicOverlayScrollViewProxy.swift",
        "Internal/Handle/DrivingScrollView/OnDrivingScrollViewChangeViewModifier.swift",
        "Internal/Handle/OverlayContainerCoordinateSpace.swift",
        "Internal/MagneticNotchOverlayBehaviorValue.swift",
        "Internal/OverlayContainer/DynamicOverlayContainerAnimationController.swift",
        "Internal/OverlayContainer/OverlayContainerCoordinator.swift",
        "Internal/OverlayContainer/OverlayContainerDynamicOverlayView.swift",
        "Internal/OverlayContainer/OverlayContainerRepresentableAdaptor.swift",
        "Internal/OverlayContainer/OverlayContainerStateDiffer.swift",
        "Internal/OverlayContainer/SwiftUIOverlayContainerRepresentableAdaptor.swift",
        "Internal/OverlayContentModifier.swift",
        "Internal/OverlayNotchIndexMapper.swift",
        "Internal/Utils/Binding+CaseIterable.swift",
        "Public/DynamicOverlayBehavior.swift",
        "Public/DynamicOverlayHandle.swift",
        "Public/DynamicOverlayModifier.swift",
        "Public/MagneticNotchOverlayBehavior.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DynamicOverlay"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DynamicOverlay -destination generic/platform=tvOS
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 DynamicOverlay -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  DynamicOverlay: /Users/admin/builder/spi-builder-workspace
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  OverlayContainer: https://github.com/applidium/OverlayContainer.git @ 3.5.3
  Quick: https://github.com/Quick/Quick @ 4.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'DynamicOverlay' in project 'DynamicOverlay'
        ➜ Explicit dependency on target 'DynamicOverlay' in project 'DynamicOverlay'
        ➜ Explicit dependency on target 'OverlayContainer' in project 'OverlayContainer'
    Target 'DynamicOverlay' in project 'DynamicOverlay'
        ➜ Explicit dependency on target 'OverlayContainer' in project 'OverlayContainer'
    Target 'OverlayContainer' in project 'OverlayContainer'
        ➜ Explicit dependency on target 'OverlayContainer' in project 'OverlayContainer'
    Target 'OverlayContainer' in project 'OverlayContainer' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 68d52489c967f27fbf6af388f8aaf00a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/68d52489c967f27fbf6af388f8aaf00a.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver OverlayContainer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OverlayContainer' from project 'OverlayContainer')
    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 OverlayContainer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-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/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.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/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift,\ OverlayContainerConfiguration.swift,\ OverlayContainerConfigurationImplementation.swift,\ OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ConcreteOverlayContainerContextTargetNotchPolicy.swift,\ ConcreteOverlayContainerContextTransitioning.swift,\ ConcreteOverlayContainerDimissingPolicyContext.swift,\ ConcreteOverlayTranslationParameters.swift,\ DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CGFloat+Round.swift,\ CGGeometry+Utils.swift,\ OverlayContainerViewControllerDelegate+Defaults.swift,\ UIPanGesture+Utils.swift,\ UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+Constraints.swift,\ UIView+Subviews.swift,\ UIViewController+Children.swift,\ HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverlayTranslationContainerView.swift,\ OverlayTranslationView.swift,\ OverlayContainerPresentationController.swift,\ OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverlayContainerSheetDismissalPolicy.swift,\ OverlayContainerSheetPresentationController.swift,\ OverlayContainerSheetPresentationControllerDelegate.swift,\ OverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PassThroughView.swift,\ RubberBandOverlayTranslationFunction.swift,\ RushingForwardTargetNotchPolicy.swift,\ SpringOverlayTranslationAnimationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
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/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/PassThroughView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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 -suppress-warnings -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/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer_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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OverlayContainer -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.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/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-appletvos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.abi.json
EmitSwiftModule normal arm64 (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:51:13: error: 'setNeedsStatusBarAppearanceUpdate()' is unavailable in tvOS
            setNeedsStatusBarAppearanceUpdate()
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIViewController.setNeedsStatusBarAppearanceUpdate:3:24: note: 'setNeedsStatusBarAppearanceUpdate()' has been explicitly marked unavailable here
  @MainActor open func setNeedsStatusBarAppearanceUpdate()}
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:60:23: error: cannot override 'childForStatusBarStyle' which has been marked unavailable
    open override var childForStatusBarStyle: UIViewController? {
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:458:60: note: 'childForStatusBarStyle' has been explicitly marked unavailable here
@property(nonatomic, readonly, nullable) UIViewController *childViewControllerForStatusBarStyle API_AVAILABLE(ios(7.0)) API_DEPRECATED("Has no effect on visionOS", visionos(1.0, 1.0)) API_UNAVAILABLE(tvos);
                                                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift:60:23: note: remove 'override' modifier to declare a new 'childForStatusBarStyle'
    open override var childForStatusBarStyle: UIViewController? {
         ~~~~~~~~~    ^

SwiftCompile normal arm64 Compiling\ PanGestureOverlayTranslationDriver.swift,\ ScrollViewOverlayTranslationDriver.swift,\ GroundView.swift,\ OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/GroundView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverlayScrollViewDelegateProxy.swift,\ OverlayTranslationController.swift,\ OverlayTranslationDriver.swift,\ OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift (in target 'OverlayContainer' from project 'OverlayContainer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverlayContainerViewController.swift,\ OverlayContainerViewControllerDelegate.swift,\ OverlayTransitioningDelegate.swift,\ OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
	EmitSwiftModule normal arm64 (in target 'OverlayContainer' from project 'OverlayContainer')
	SwiftCompile normal arm64 Compiling\ OverlayContainerViewController.swift,\ OverlayContainerViewControllerDelegate.swift,\ OverlayTransitioningDelegate.swift,\ OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OverlayContainer/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
	Building workspace spi-builder-workspace with scheme DynamicOverlay
(4 failures)
BUILD FAILURE 6.1 tvOS