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 3.1.0 (96a222), with Swift 6.2 for tvOS using Xcode 26.0 on 27 Nov 2025 07:35:15 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OhKanghoon/FloatingBottomSheet.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OhKanghoon/FloatingBottomSheet
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at 96a2221 Merge pull request #27 from OhKanghoon/refactor/remove-manual-view-lifecycle-calls
Cloned https://github.com/OhKanghoon/FloatingBottomSheet.git
Revision (git rev-parse @):
96a22218709860424ca0f04f2076a0712570cd9c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OhKanghoon/FloatingBottomSheet.git at 3.1.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/OhKanghoon/FloatingBottomSheet.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  FloatingBottomSheet: /Users/admin/builder/spi-builder-workspace
resolved source packages: FloatingBottomSheet
2025-11-27 02:35:00.445 xcodebuild[525:3078] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FloatingBottomSheet",
  "name" : "FloatingBottomSheet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "FloatingBottomSheet",
      "targets" : [
        "FloatingBottomSheet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FloatingBottomSheetTests",
      "module_type" : "SwiftTarget",
      "name" : "FloatingBottomSheetTests",
      "path" : "Tests/FloatingBottomSheetTests",
      "sources" : [
        "FloatingBottomSheetTests.swift"
      ],
      "target_dependencies" : [
        "FloatingBottomSheet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FloatingBottomSheet",
      "module_type" : "SwiftTarget",
      "name" : "FloatingBottomSheet",
      "path" : "Sources/FloatingBottomSheet",
      "product_memberships" : [
        "FloatingBottomSheet"
      ],
      "sources" : [
        "Animator/FloatingBottomSheetAnimator.swift",
        "Animator/FloatingBottomSheetPresentationAnimator.swift",
        "Presentable/FloatingBottomSheet.swift",
        "Presentable/FloatingBottomSheetPresentable+Default.swift",
        "Presentable/FloatingBottomSheetPresentable+UIViewController.swift",
        "Presentable/FloatingBottomSheetPresentable.swift",
        "Presentable/Sizing/FloatingBottomSheetSizing.swift",
        "Presentable/Sizing/FloatingBottomSheetSizingFixed.swift",
        "Presentable/Sizing/FloatingBottomSheetSizingViewSizeThatFits.swift",
        "Presentation/FloatingBottomSheetContainerView.swift",
        "Presentation/FloatingBottomSheetHandleMetric.swift",
        "Presentation/FloatingBottomSheetLayout.swift",
        "Presentation/FloatingBottomSheetPresentationController.swift",
        "Presentation/FloatingBottomSheetPresentationDelegate.swift",
        "Presenter/FloatingBottomSheetPresenter.swift",
        "Presenter/UIViewController+FloatingBottomSheetPresenter.swift",
        "Utils/UIColor+Init.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FloatingBottomSheet"
    ]
  }
}
2025-11-27 02:35:05.471 xcodebuild[606:3687] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FloatingBottomSheet -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FloatingBottomSheet -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  FloatingBottomSheet: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'FloatingBottomSheet' in project 'FloatingBottomSheet'
        ➜ Explicit dependency on target 'FloatingBottomSheet' in project 'FloatingBottomSheet'
    Target 'FloatingBottomSheet' in project 'FloatingBottomSheet' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d0bb6c1b9dd8cc9bde575d15c4fcf91f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d0bb6c1b9dd8cc9bde575d15c4fcf91f.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J352-0f08f2dce887beb9fcb28eda7efaa2da.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J352-0f08f2dce887beb9fcb28eda7efaa2da.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/FloatingBottomSheet.DependencyMetadataFileList (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/FloatingBottomSheet.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/FloatingBottomSheet.DependencyStaticMetadataFileList (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/FloatingBottomSheet.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/FloatingBottomSheet.modulemap (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/FloatingBottomSheet.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.SwiftFileList (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.LinkFileList (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-OutputFileMap.json (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.SwiftConstValuesFileList (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace
    write-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
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/FloatingBottomSheet.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/FloatingBottomSheet.modulemap (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/FloatingBottomSheet.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver FloatingBottomSheet normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FloatingBottomSheet -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.0.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-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J352-0f08f2dce887beb9fcb28eda7efaa2da.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-EEAQTOJ6JFP848U4CMQLJ0S05.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-AHB8M8PQYMXDKBO6MH009GSI0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-5XN8VP2FOP6O0HT7E3J6J0237.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-4PEAC0RZ4O0FC7Q820U9UGRWO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-EFWKX49QFQV5WL0TVWZ5AE1EV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-533B8032DZ8HUO1IJPZQJQ5QY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-32GOBHPM3N12JNHGB09FUUF13.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-CE33IL8579Q8KMNN87CZPNF50.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-B3DELF8U2QA3JA0YFF7RXGCAI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-GN3DO80L6DAMXCW8FH7SQ4SF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-1APRC0494FT3TIXKIGLN18IU5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-2O9O2IOJ15JNBK8TNLFTSP6O7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2ZFC9IUNRMFK3XWDFHLRAM1DS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-5OB9YEN77XM21LLQDFM4E8EE0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-EWXAHI9IDM4HEMFLD5MSF0ZD5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-9S4QETZR1A14PHQ3NV99NLFJC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4FKFBY6LOHFGH9DRAK8CGO51Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-4BYQMN9FV4DQX8D3WY109HJFK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-6FQWH1ZYSJBI5NVM852MV5Z9R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-7567B2G5RUS0CEAGCMP2MOQRA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-B8WSTTNURIFC00SWIPR404H0Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-6W2J5CTIRY48NELJ6R0ZAWGO5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-AWYWK9BXKXHU2QUMXO2NW3W2T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-8ODJ0WXYTECSXDDH5IZESCX7G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-193VKV9NJ12N7NJIX207ZVW69.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-3XNIIWP4K5O0UPRNXM38BFW2G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-832AA7ZOGZQZL51OGUHSEIWD0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-6HLUPI32ZW4QEDLE70N06EYIJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-1DDCHLN1RCSE2JZZ268BBJFEH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-ESILM4CUDY3Q2KRU92AWW4C3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-80GYD2FYJEC6V8QZ96YR8C882.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-AA4K33MPVF69OCF9W9LF071WF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-CNJ8JOYIBQJEM9M6ETFT7FAXH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-4ZDLCETNWV1CYD5HJ4Q954XIV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-6OGG9HQEOS9FQO5CEMFFD9JWK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-4TTHJFPDS9CBO7JYY838Q2JY3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-6WI6TGKAY9JFMPMCL64CW7459.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-8IPXYQG43NSSWRD9L3V3K0ALY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-7N455V8Z57AY1VGB8IOVFTRA6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-DGFKLTRNJBKMHNEGCDFZ5V0HT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-DYOQ1PM3310NDCD73CQCGI7PD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-DGCZMBJ0VNCGIN683KIHN4FSL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-1Y5ZEUWW1MA3ZD57WQ4E0J8P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-3REW171F38PJSE3C2KQ7Y3LT6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-4RITTV2MHWKH2SHV2LQT2BNGN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-D2PIB48GE142Q42SJASQZ548J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-CF8Z0V2XBSGZO7U61FGSJEGOO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-DZGS1TN9O2C2I5HWGJ5KIO72B.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ FloatingBottomSheet (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
EmitSwiftModule normal arm64 (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift:22:34: error: 'UISelectionFeedbackGenerator' is unavailable in tvOS
  private var feedbackGenerator: UISelectionFeedbackGenerator?
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISelectionFeedbackGenerator.h:15:12: note: 'UISelectionFeedbackGenerator' has been explicitly marked unavailable here
@interface UISelectionFeedbackGenerator : UIFeedbackGenerator
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift:69:13: error: 'minimumNumberOfTouches' is unavailable in tvOS
    gesture.minimumNumberOfTouches = 1
            ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:33:43: note: 'minimumNumberOfTouches' has been explicitly marked unavailable here
@property (nonatomic)          NSUInteger minimumNumberOfTouches API_UNAVAILABLE(tvos);   // default is 1. the minimum number of touches required to match
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift:70:13: error: 'maximumNumberOfTouches' is unavailable in tvOS
    gesture.maximumNumberOfTouches = 1
            ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:34:43: note: 'maximumNumberOfTouches' has been explicitly marked unavailable here
@property (nonatomic)          NSUInteger maximumNumberOfTouches API_UNAVAILABLE(tvos);   // default is UINT_MAX. the maximum number of touches that can be down
                                          ^
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/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+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizing.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingFixed.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingViewSizeThatFits.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/FloatingBottomSheetLayout.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 -target arm64-apple-tvos12.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.0.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-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -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 -empty-abi-descriptor -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 -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/appletvos26.0-23J352-0f08f2dce887beb9fcb28eda7efaa2da.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 -no-auto-bridging-header-chaining -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name appletvos26.0 -clang-target arm64-apple-tvos26.0 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.abi.json
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')
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

SwiftCompile normal arm64 Compiling\ FloatingBottomSheetPresentationController.swift,\ FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
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

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

SwiftCompile normal arm64 Compiling\ FloatingBottomSheetSizingViewSizeThatFits.swift,\ FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingViewSizeThatFits.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingViewSizeThatFits.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ FloatingBottomSheetSizing.swift,\ FloatingBottomSheetSizingFixed.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizing.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingFixed.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizing.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingFixed.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
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

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')
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

SwiftCompile normal arm64 Compiling\ FloatingBottomSheetPresentable+UIViewController.swift,\ FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
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

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

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')
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

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

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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

2025-11-27 02:35:06.888 xcodebuild[608:3719] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** 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')
	Building workspace spi-builder-workspace with scheme FloatingBottomSheet
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  FloatingBottomSheet: /Users/admin/builder/spi-builder-workspace
resolved source packages: FloatingBottomSheet
2025-11-27 02:35:12.450 xcodebuild[682:4030] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FloatingBottomSheet",
  "name" : "FloatingBottomSheet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "FloatingBottomSheet",
      "targets" : [
        "FloatingBottomSheet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FloatingBottomSheetTests",
      "module_type" : "SwiftTarget",
      "name" : "FloatingBottomSheetTests",
      "path" : "Tests/FloatingBottomSheetTests",
      "sources" : [
        "FloatingBottomSheetTests.swift"
      ],
      "target_dependencies" : [
        "FloatingBottomSheet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FloatingBottomSheet",
      "module_type" : "SwiftTarget",
      "name" : "FloatingBottomSheet",
      "path" : "Sources/FloatingBottomSheet",
      "product_memberships" : [
        "FloatingBottomSheet"
      ],
      "sources" : [
        "Animator/FloatingBottomSheetAnimator.swift",
        "Animator/FloatingBottomSheetPresentationAnimator.swift",
        "Presentable/FloatingBottomSheet.swift",
        "Presentable/FloatingBottomSheetPresentable+Default.swift",
        "Presentable/FloatingBottomSheetPresentable+UIViewController.swift",
        "Presentable/FloatingBottomSheetPresentable.swift",
        "Presentable/Sizing/FloatingBottomSheetSizing.swift",
        "Presentable/Sizing/FloatingBottomSheetSizingFixed.swift",
        "Presentable/Sizing/FloatingBottomSheetSizingViewSizeThatFits.swift",
        "Presentation/FloatingBottomSheetContainerView.swift",
        "Presentation/FloatingBottomSheetHandleMetric.swift",
        "Presentation/FloatingBottomSheetLayout.swift",
        "Presentation/FloatingBottomSheetPresentationController.swift",
        "Presentation/FloatingBottomSheetPresentationDelegate.swift",
        "Presenter/FloatingBottomSheetPresenter.swift",
        "Presenter/UIViewController+FloatingBottomSheetPresenter.swift",
        "Utils/UIColor+Init.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FloatingBottomSheet"
    ]
  }
}
2025-11-27 02:35:13.490 xcodebuild[690:4096] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FloatingBottomSheet -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FloatingBottomSheet -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  FloatingBottomSheet: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'FloatingBottomSheet' in project 'FloatingBottomSheet'
        ➜ Explicit dependency on target 'FloatingBottomSheet' in project 'FloatingBottomSheet'
    Target 'FloatingBottomSheet' in project 'FloatingBottomSheet' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J352-0f08f2dce887beb9fcb28eda7efaa2da.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J352-0f08f2dce887beb9fcb28eda7efaa2da.sdkstatcache
SwiftDriver FloatingBottomSheet normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FloatingBottomSheet -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.0.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-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J352-0f08f2dce887beb9fcb28eda7efaa2da.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheet.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ FloatingBottomSheetSizing.swift,\ FloatingBottomSheetSizingFixed.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizing.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingFixed.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizing.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingFixed.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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')
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

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

SwiftCompile normal arm64 Compiling\ FloatingBottomSheetPresentable+UIViewController.swift,\ FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
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

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

SwiftCompile normal arm64 Compiling\ FloatingBottomSheetSizingViewSizeThatFits.swift,\ FloatingBottomSheetContainerView.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingViewSizeThatFits.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetContainerView.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingViewSizeThatFits.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ FloatingBottomSheet (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/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+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/FloatingBottomSheetPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizing.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingFixed.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentable/Sizing/FloatingBottomSheetSizingViewSizeThatFits.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/FloatingBottomSheetLayout.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 -target arm64-apple-tvos12.0 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.0.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-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -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 -empty-abi-descriptor -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 -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/appletvos26.0-23J352-0f08f2dce887beb9fcb28eda7efaa2da.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 -no-auto-bridging-header-chaining -module-name FloatingBottomSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name appletvos26.0 -clang-target arm64-apple-tvos26.0 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FloatingBottomSheet.build/Debug-appletvos/FloatingBottomSheet.build/Objects-normal/arm64/FloatingBottomSheet.abi.json
EmitSwiftModule normal arm64 (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetPresentationAnimator.swift:22:34: error: 'UISelectionFeedbackGenerator' is unavailable in tvOS
  private var feedbackGenerator: UISelectionFeedbackGenerator?
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISelectionFeedbackGenerator.h:15:12: note: 'UISelectionFeedbackGenerator' has been explicitly marked unavailable here
@interface UISelectionFeedbackGenerator : UIFeedbackGenerator
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift:69:13: error: 'minimumNumberOfTouches' is unavailable in tvOS
    gesture.minimumNumberOfTouches = 1
            ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:33:43: note: 'minimumNumberOfTouches' has been explicitly marked unavailable here
@property (nonatomic)          NSUInteger minimumNumberOfTouches API_UNAVAILABLE(tvos);   // default is 1. the minimum number of touches required to match
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift:70:13: error: 'maximumNumberOfTouches' is unavailable in tvOS
    gesture.maximumNumberOfTouches = 1
            ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:34:43: note: 'maximumNumberOfTouches' has been explicitly marked unavailable here
@property (nonatomic)          NSUInteger maximumNumberOfTouches API_UNAVAILABLE(tvos);   // default is UINT_MAX. the maximum number of touches that can be down
                                          ^
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')
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

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')
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

SwiftCompile normal arm64 Compiling\ FloatingBottomSheetPresentationController.swift,\ FloatingBottomSheetPresentationDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetPresentationDelegate.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
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

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

SwiftCompile normal arm64 Compiling\ FloatingBottomSheetHandleMetric.swift,\ FloatingBottomSheetLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetHandleMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetLayout.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presentation/FloatingBottomSheetLayout.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FloatingBottomSheetPresenter.swift /Users/admin/builder/spi-builder-workspace/Sources/FloatingBottomSheet/Presenter/FloatingBottomSheetPresenter.swift (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
2025-11-27 02:35:14.308 xcodebuild[692:4124] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ FloatingBottomSheet (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
	EmitSwiftModule normal arm64 (in target 'FloatingBottomSheet' from project 'FloatingBottomSheet')
	Building workspace spi-builder-workspace with scheme FloatingBottomSheet
(3 failures)
BUILD FAILURE 6.2 tvOS