The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build FloatingBottomSheet, reference 2.3.0 (bbb8c8), with Swift 6.0 for tvOS using Xcode 16.2 on 2 Dec 2024 12:36:15 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FloatingBottomSheet -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 Log

/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift:22:34: error: 'UISelectionFeedbackGenerator' is unavailable in tvOS
  private var feedbackGenerator: UISelectionFeedbackGenerator?
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UISelectionFeedbackGenerator:2:23: note: 'UISelectionFeedbackGenerator' has been explicitly marked unavailable here
@MainActor open class UISelectionFeedbackGenerator : UIFeedbackGenerator {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift:80:13: error: 'minimumNumberOfTouches' is unavailable in tvOS
    gesture.minimumNumberOfTouches = 1
            ^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIPanGestureRecognizer:4:14: note: 'minimumNumberOfTouches' has been explicitly marked unavailable here
    open var minimumNumberOfTouches: Int { get set }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift:81:13: error: 'maximumNumberOfTouches' is unavailable in tvOS
    gesture.maximumNumberOfTouches = 1
            ^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIPanGestureRecognizer:6:14: note: 'maximumNumberOfTouches' has been explicitly marked unavailable here
    open var maximumNumberOfTouches: Int { get set }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift:12:21: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  public static var `default` = FloatingBottomSheetPresentationDelegate()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift:12:21: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
  public static var `default` = FloatingBottomSheetPresentationDelegate()
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift:12:21: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
  public static var `default` = FloatingBottomSheetPresentationDelegate()
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift:12:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var `default` = FloatingBottomSheetPresentationDelegate()
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift:20:14: warning: main actor-isolated property 'isFloatingBottomSheetPresented' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
  public var isFloatingBottomSheetPresented: Bool {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift:10:29: note: add '@preconcurrency' to the 'FloatingBottomSheetPresenter' conformance to defer isolation checking to run time
extension UIViewController: FloatingBottomSheetPresenter {
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift:14:7: note: 'isFloatingBottomSheetPresented' declared here
  var isFloatingBottomSheetPresented: Bool { get }
      ^
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift:33:15: warning: main actor-isolated instance method 'presentFloatingBottomSheet(_:completion:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
  public func presentFloatingBottomSheet(
              ^
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift:33:15: note: add 'nonisolated' to 'presentFloatingBottomSheet(_:completion:)' to make this instance method not isolated to the actor
  public func presentFloatingBottomSheet(
              ^
  nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift:21:8: note: mark the protocol requirement 'presentFloatingBottomSheet(_:completion:)' 'async' to allow actor-isolated conformances
  func presentFloatingBottomSheet(
       ^
SwiftCompile normal arm64 Compiling\ UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIViewController+FloatingBottomSheetPresenter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FloatingBottomSheetAnimator.swift,\ FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetAnimator.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationAnimator.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationDelegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FloatingBottomSheetPresentable.swift,\ FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetContainerView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetHandleMetric.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentationController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresenter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FloatingBottomSheetPresentable+Internal.swift,\ FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Internal.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+UIViewController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UIColor+Init.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/UIColor+Init.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FloatingBottomSheet.swift,\ FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Internal.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/UIViewController+FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Utils/UIColor+Init.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Default.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Default.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Default.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Default.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.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/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Default.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.o -index-unit-output-path /FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheetPresentable+Default.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ FloatingBottomSheet (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
	SwiftCompile normal arm64 Compiling\ FloatingBottomSheet.swift,\ FloatingBottomSheetPresentable+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+Default.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
	Building workspace spi-builder-workspace with scheme FloatingBottomSheet
(4 failures)
BUILD FAILURE 6.0 tvOS