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 SwiftTableViewGroup, reference master (612262), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 18 Jun 2025 10:55:09 UTC.

Build Command

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

Build Log

    public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:58:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:75:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:92:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:92:93: error: 'UIView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                                                                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:104:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:104:93: error: 'UIView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                                                                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:116:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:127:51: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:131:59: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:135:57: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
                                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:139:56: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
                                                       ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:143:63: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
                                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:147:60: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:38:31: error: 'UITableViewDelegate' is unavailable in watchOS
extension TableViewDelegate : UITableViewDelegate {
                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
          ^
SwiftCompile normal armv7k Compiling\ UIScrollView+Delegate.swift,\ TableBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CollectionViewDelegate.swift,\ CollectionViewRegiterGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewRegiterGroup.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewRegiterGroup.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ TableView.swift,\ TableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableView.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DataContentView.swift,\ DataNode.swift,\ DataNodeBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNode.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNode.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ TableCell.swift,\ TableHeaderFooter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ TableViewRegiterGroup.swift,\ ViewRegister.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewRegiterGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/ViewRegister.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewRegiterGroup.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/ViewRegister.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ TableSection.swift,\ TableSectionGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSectionGroup.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSection.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSectionGroup.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftTableViewGroup (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
EmitSwiftModule normal arm64 (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftTableViewGroup (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
	EmitSwiftModule normal armv7k (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
	Building workspace spi-builder-workspace with scheme SwiftTableViewGroup
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwiftTableViewGroup: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftTableViewGroup
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftTableViewGroup",
  "name" : "SwiftTableViewGroup",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftTableViewGroup",
      "targets" : [
        "SwiftTableViewGroup"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftTableViewGroupTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTableViewGroupTests",
      "path" : "Tests/SwiftTableViewGroupTests",
      "sources" : [
        "SwiftTableViewGroupTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftTableViewGroup"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftTableViewGroup",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTableViewGroup",
      "path" : "Sources/SwiftTableViewGroup",
      "product_memberships" : [
        "SwiftTableViewGroup"
      ],
      "sources" : [
        "DataContentView.swift",
        "DataNode.swift",
        "DataNodeBuilder.swift",
        "Group.swift",
        "UICollectionView/CollectionBuilder.swift",
        "UICollectionView/CollectionCell.swift",
        "UICollectionView/CollectionHeaderFooter.swift",
        "UICollectionView/CollectionSection.swift",
        "UICollectionView/CollectionSectionGroup.swift",
        "UICollectionView/CollectionView.swift",
        "UICollectionView/CollectionViewDelegate.swift",
        "UICollectionView/CollectionViewRegiterGroup.swift",
        "UIScrollView+Delegate.swift",
        "UITableView/TableBuilder.swift",
        "UITableView/TableCell.swift",
        "UITableView/TableHeaderFooter.swift",
        "UITableView/TableSection.swift",
        "UITableView/TableSectionGroup.swift",
        "UITableView/TableView.swift",
        "UITableView/TableViewDelegate.swift",
        "UITableView/TableViewRegiterGroup.swift",
        "ViewRegister.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftTableViewGroup"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftTableViewGroup -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 SwiftTableViewGroup -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  SwiftTableViewGroup: /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 'SwiftTableViewGroup' in project 'SwiftTableViewGroup'
        ➜ Explicit dependency on target 'SwiftTableViewGroup' in project 'SwiftTableViewGroup'
    Target 'SwiftTableViewGroup' in project 'SwiftTableViewGroup' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver SwiftTableViewGroup normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftTableViewGroup -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup-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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup.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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftDriver SwiftTableViewGroup normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftTableViewGroup -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/armv7k/SwiftTableViewGroup.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/armv7k/SwiftTableViewGroup-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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/armv7k/SwiftTableViewGroup.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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/armv7k/SwiftTableViewGroup_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/armv7k/SwiftTableViewGroup-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftDriver SwiftTableViewGroup normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftTableViewGroup -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup-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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup.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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftTableViewGroup (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
EmitSwiftModule normal arm64_32 (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:17:21: error: 'UIView' is unavailable in watchOS
    public var view:UIView?
                    ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:22:15: error: 'UIView' is unavailable in watchOS
    init(view:UIView? = nil, index:Int, blockType:BlockType) {
              ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:27:33: error: 'UIView' is unavailable in watchOS
    public func configuration<V:UIView>(_ type:V.Type = V.self, _ block:(V,Int) -> Void) {
                                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:33:32: error: 'UIView' is unavailable in watchOS
    public func didSelectRow<V:UIView>(_ type:V.Type = V.self, _ block:(V,Int) -> Void) {
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:40:32: error: 'UIView' is unavailable in watchOS
    public func customHeight<V:UIView>(_ type:V.Type = V.self, _ block:(V,Int) -> CGFloat) {
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:25: error: 'UIView' is unavailable in watchOS
    associatedtype View:UIView
                        ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:60:26: error: 'UIView' is unavailable in watchOS
    func makeConfig(view:UIView, index:Int)
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:61:32: error: 'UIView' is unavailable in watchOS
    func makeDidSelectRow(view:UIView, index:Int)
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:62:32: error: 'UIView' is unavailable in watchOS
    func makeCustomHeight(view:UIView, index:Int) -> CGFloat
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:67:33: error: 'UIView' is unavailable in watchOS
    public func makeConfig(view:UIView, index:Int) {
                                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:71:39: error: 'UIView' is unavailable in watchOS
    public func makeDidSelectRow(view:UIView, index:Int) {
                                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:75:39: error: 'UIView' is unavailable in watchOS
    public func makeCustomHeight(view:UIView, index:Int) -> CGFloat {
                                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionCell.swift:13:29: error: 'UICollectionViewCell' is unavailable in watchOS
    public typealias View = UICollectionViewCell
                            ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionCell.swift:14:19: error: 'UICollectionViewCell' is unavailable in watchOS
    public init<V:UICollectionViewCell>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionCell.swift:11:20: warning: unavailable class 'UICollectionViewCell' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class CollectionCell: DataContentView, ContentView, CollectionContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' declared here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:12:29: error: 'UICollectionReusableView' is unavailable in watchOS
    public typealias View = UICollectionReusableView
                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:13:19: error: 'UICollectionReusableView' is unavailable in watchOS
    public init<V:UICollectionReusableView>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:10:20: warning: unavailable class 'UICollectionReusableView' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class CollectionHeaderView : DataContentView, ContentView, CollectionContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' declared here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:21:29: error: 'UICollectionReusableView' is unavailable in watchOS
    public typealias View = UICollectionReusableView
                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:22:19: error: 'UICollectionReusableView' is unavailable in watchOS
    public init<V:UICollectionReusableView>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:19:20: warning: unavailable class 'UICollectionReusableView' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class CollectionFooterView : DataContentView, ContentView, CollectionContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' declared here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionView.swift:13:31: error: 'UICollectionView' is unavailable in watchOS
    public let collectionView:UICollectionView
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionView.swift:24:32: error: 'UICollectionView' is unavailable in watchOS
    public init(collectionView:UICollectionView) {
                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:19:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:24:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:24:107: error: 'UICollectionViewCell' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                                                                          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:34:53: error: 'UICollectionView' is unavailable in watchOS
    public func numberOfSections(in collectionView: UICollectionView) -> Int {
                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:38:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:38:144: error: 'UICollectionReusableView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:17:36: error: 'UICollectionViewDataSource' is unavailable in watchOS
extension CollectionViewDelegate : UICollectionViewDataSource {
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:50:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:61:51: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:65:59: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:69:57: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
                                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:73:56: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
                                                       ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:77:63: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
                                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:81:60: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:49:36: error: 'UICollectionViewDelegate' is unavailable in watchOS
extension CollectionViewDelegate : UICollectionViewDelegate {
                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:114:11: note: 'UICollectionViewDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDelegate <UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:87:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:87:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:103:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:103:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:115:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:115:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:127:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:127:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:139:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:139:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:155:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:155:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:86:36: error: 'UICollectionViewDelegateFlowLayout' is unavailable in watchOS
extension CollectionViewDelegate : UICollectionViewDelegateFlowLayout {
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:33:11: note: 'UICollectionViewDelegateFlowLayout' has been explicitly marked unavailable here
@protocol UICollectionViewDelegateFlowLayout <UICollectionViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:10:11: error: 'UIScrollView' is unavailable in watchOS
extension UIScrollView {
          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:22:52: error: 'UIScrollView' is unavailable in watchOS
    public var scrollViewDidScroll:((_ scrollView: UIScrollView) -> Void)?
                                                   ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:23:60: error: 'UIScrollView' is unavailable in watchOS
    public var scrollViewWillBeginDragging:((_ scrollView: UIScrollView) -> Void)?
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:24:58: error: 'UIScrollView' is unavailable in watchOS
    public var scrollViewWillEndDragging:((_ scrollView: UIScrollView, _ velocity: CGPoint, _ targetContentOffset: UnsafeMutablePointer<CGPoint>) -> Void)?
                                                         ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:25:57: error: 'UIScrollView' is unavailable in watchOS
    public var scrollViewDidEndDragging:((_ scrollView: UIScrollView, _ decelerate: Bool) -> Void)?
                                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:26:64: error: 'UIScrollView' is unavailable in watchOS
    public var scrollViewWillBeginDecelerating:((_ scrollView: UIScrollView) -> Void)?
                                                               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:27:62: error: 'UIScrollView' is unavailable in watchOS
    public var  scrollViewDidEndDecelerating:((_ scrollView: UIScrollView) -> Void)?
                                                             ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift:13:29: error: 'UITableViewCell' is unavailable in watchOS
    public typealias View = UITableViewCell
                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift:14:19: error: 'UITableViewCell' is unavailable in watchOS
    public init<V:UITableViewCell>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift:11:20: warning: unavailable class 'UITableViewCell' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class TableCell: DataContentView, ContentView, TableContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' declared here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:12:29: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
    public typealias View = UITableViewHeaderFooterView
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:13:19: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
    public init<V:UITableViewHeaderFooterView>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:10:20: warning: unavailable class 'UITableViewHeaderFooterView' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class TableHeaderView : DataContentView, ContentView, TableContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' declared here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:21:29: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
    public typealias View = UITableViewHeaderFooterView
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:22:19: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
    public init<V:UITableViewHeaderFooterView>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:19:20: warning: unavailable class 'UITableViewHeaderFooterView' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class TableFooterView : DataContentView, ContentView, TableContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' declared here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableView.swift:13:26: error: 'UITableView' is unavailable in watchOS
    public let tableView:UITableView
                         ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableView.swift:18:27: error: 'UITableView' is unavailable in watchOS
    public init(tableView:UITableView) {
                          ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:18:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:23:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:23:91: error: 'UITableViewCell' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:33:48: error: 'UITableView' is unavailable in watchOS
    public func numberOfSections(in tableView: UITableView) -> Int {
                                               ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:17:31: error: 'UITableViewDataSource' is unavailable in watchOS
extension TableViewDelegate : UITableViewDataSource {
                              ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:39:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:58:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:75:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:92:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:92:93: error: 'UIView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                                                                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:104:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:104:93: error: 'UIView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                                                                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:116:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:127:51: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:131:59: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:135:57: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
                                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:139:56: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
                                                       ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:143:63: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
                                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:147:60: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:38:31: error: 'UITableViewDelegate' is unavailable in watchOS
extension TableViewDelegate : UITableViewDelegate {
                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
          ^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.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/SwiftTableViewGroup/DataContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNode.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/Group.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionCell.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionSectionGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewRegiterGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSectionGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewRegiterGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/ViewRegister.swift -target arm64_32-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup-dependencies-1.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup_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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SwiftTableViewGroup -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64_32/SwiftTableViewGroup.abi.json
SwiftCompile normal arm64_32 Compiling\ DataContentView.swift,\ DataNode.swift,\ DataNodeBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNode.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNode.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CollectionHeaderFooter.swift,\ CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionSection.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionSection.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ TableSection.swift,\ TableSectionGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSectionGroup.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSection.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSectionGroup.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftTableViewGroup (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.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/SwiftTableViewGroup/DataContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNode.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/Group.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionCell.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionSectionGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewRegiterGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableSectionGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewRegiterGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/ViewRegister.swift -target arm64-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup-dependencies-2.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup_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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SwiftTableViewGroup -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftTableViewGroup.build/Debug-watchos/SwiftTableViewGroup.build/Objects-normal/arm64/SwiftTableViewGroup.abi.json
EmitSwiftModule normal arm64 (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:17:21: error: 'UIView' is unavailable in watchOS
    public var view:UIView?
                    ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:22:15: error: 'UIView' is unavailable in watchOS
    init(view:UIView? = nil, index:Int, blockType:BlockType) {
              ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:27:33: error: 'UIView' is unavailable in watchOS
    public func configuration<V:UIView>(_ type:V.Type = V.self, _ block:(V,Int) -> Void) {
                                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:33:32: error: 'UIView' is unavailable in watchOS
    public func didSelectRow<V:UIView>(_ type:V.Type = V.self, _ block:(V,Int) -> Void) {
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:40:32: error: 'UIView' is unavailable in watchOS
    public func customHeight<V:UIView>(_ type:V.Type = V.self, _ block:(V,Int) -> CGFloat) {
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:25: error: 'UIView' is unavailable in watchOS
    associatedtype View:UIView
                        ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:60:26: error: 'UIView' is unavailable in watchOS
    func makeConfig(view:UIView, index:Int)
                         ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:61:32: error: 'UIView' is unavailable in watchOS
    func makeDidSelectRow(view:UIView, index:Int)
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:62:32: error: 'UIView' is unavailable in watchOS
    func makeCustomHeight(view:UIView, index:Int) -> CGFloat
                               ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:67:33: error: 'UIView' is unavailable in watchOS
    public func makeConfig(view:UIView, index:Int) {
                                ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:71:39: error: 'UIView' is unavailable in watchOS
    public func makeDidSelectRow(view:UIView, index:Int) {
                                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:75:39: error: 'UIView' is unavailable in watchOS
    public func makeCustomHeight(view:UIView, index:Int) -> CGFloat {
                                      ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionCell.swift:13:29: error: 'UICollectionViewCell' is unavailable in watchOS
    public typealias View = UICollectionViewCell
                            ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionCell.swift:14:19: error: 'UICollectionViewCell' is unavailable in watchOS
    public init<V:UICollectionViewCell>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionCell.swift:11:20: warning: unavailable class 'UICollectionViewCell' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class CollectionCell: DataContentView, ContentView, CollectionContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' declared here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:12:29: error: 'UICollectionReusableView' is unavailable in watchOS
    public typealias View = UICollectionReusableView
                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:13:19: error: 'UICollectionReusableView' is unavailable in watchOS
    public init<V:UICollectionReusableView>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:10:20: warning: unavailable class 'UICollectionReusableView' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class CollectionHeaderView : DataContentView, ContentView, CollectionContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' declared here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:21:29: error: 'UICollectionReusableView' is unavailable in watchOS
    public typealias View = UICollectionReusableView
                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:22:19: error: 'UICollectionReusableView' is unavailable in watchOS
    public init<V:UICollectionReusableView>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift:19:20: warning: unavailable class 'UICollectionReusableView' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class CollectionFooterView : DataContentView, ContentView, CollectionContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' declared here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionView.swift:13:31: error: 'UICollectionView' is unavailable in watchOS
    public let collectionView:UICollectionView
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionView.swift:24:32: error: 'UICollectionView' is unavailable in watchOS
    public init(collectionView:UICollectionView) {
                               ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:19:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:24:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:24:107: error: 'UICollectionViewCell' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                                                                          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:34:53: error: 'UICollectionView' is unavailable in watchOS
    public func numberOfSections(in collectionView: UICollectionView) -> Int {
                                                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:38:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:38:144: error: 'UICollectionReusableView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
                                                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:17:36: error: 'UICollectionViewDataSource' is unavailable in watchOS
extension CollectionViewDelegate : UICollectionViewDataSource {
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:50:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:61:51: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:65:59: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:69:57: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
                                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:73:56: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
                                                       ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:77:63: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
                                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:81:60: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:49:36: error: 'UICollectionViewDelegate' is unavailable in watchOS
extension CollectionViewDelegate : UICollectionViewDelegate {
                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:114:11: note: 'UICollectionViewDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDelegate <UIScrollViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:87:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:87:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:103:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:103:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:115:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:115:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:127:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:127:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:139:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:139:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForHeaderInSection section: Int) -> CGSize {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:155:50: error: 'UICollectionView' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
                                                 ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:155:97: error: 'UICollectionViewLayout' is unavailable in watchOS
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionViewDelegate.swift:86:36: error: 'UICollectionViewDelegateFlowLayout' is unavailable in watchOS
extension CollectionViewDelegate : UICollectionViewDelegateFlowLayout {
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:33:11: note: 'UICollectionViewDelegateFlowLayout' has been explicitly marked unavailable here
@protocol UICollectionViewDelegateFlowLayout <UICollectionViewDelegate>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:10:11: error: 'UIScrollView' is unavailable in watchOS
extension UIScrollView {
          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:22:52: error: 'UIScrollView' is unavailable in watchOS
    public var scrollViewDidScroll:((_ scrollView: UIScrollView) -> Void)?
                                                   ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:23:60: error: 'UIScrollView' is unavailable in watchOS
    public var scrollViewWillBeginDragging:((_ scrollView: UIScrollView) -> Void)?
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:24:58: error: 'UIScrollView' is unavailable in watchOS
    public var scrollViewWillEndDragging:((_ scrollView: UIScrollView, _ velocity: CGPoint, _ targetContentOffset: UnsafeMutablePointer<CGPoint>) -> Void)?
                                                         ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:25:57: error: 'UIScrollView' is unavailable in watchOS
    public var scrollViewDidEndDragging:((_ scrollView: UIScrollView, _ decelerate: Bool) -> Void)?
                                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:26:64: error: 'UIScrollView' is unavailable in watchOS
    public var scrollViewWillBeginDecelerating:((_ scrollView: UIScrollView) -> Void)?
                                                               ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift:27:62: error: 'UIScrollView' is unavailable in watchOS
    public var  scrollViewDidEndDecelerating:((_ scrollView: UIScrollView) -> Void)?
                                                             ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift:13:29: error: 'UITableViewCell' is unavailable in watchOS
    public typealias View = UITableViewCell
                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift:14:19: error: 'UITableViewCell' is unavailable in watchOS
    public init<V:UITableViewCell>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift:11:20: warning: unavailable class 'UITableViewCell' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class TableCell: DataContentView, ContentView, TableContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' declared here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:12:29: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
    public typealias View = UITableViewHeaderFooterView
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:13:19: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
    public init<V:UITableViewHeaderFooterView>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:10:20: warning: unavailable class 'UITableViewHeaderFooterView' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class TableHeaderView : DataContentView, ContentView, TableContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' declared here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:21:29: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
    public typealias View = UITableViewHeaderFooterView
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:22:19: error: 'UITableViewHeaderFooterView' is unavailable in watchOS
    public init<V:UITableViewHeaderFooterView>(_ type: V.Type = V.self, _ block: MakeTypeBlock? = nil) {
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' has been explicitly marked unavailable here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift:19:20: warning: unavailable class 'UITableViewHeaderFooterView' was used to satisfy a requirement of protocol 'ContentView'; this will be an error in a future Swift language mode
public final class TableFooterView : DataContentView, ContentView, TableContentView {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewHeaderFooterView.h:25:12: note: 'UITableViewHeaderFooterView' declared here
@interface UITableViewHeaderFooterView : UIView
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataContentView.swift:57:20: note: requirement 'View' declared here
    associatedtype View:UIView
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableView.swift:13:26: error: 'UITableView' is unavailable in watchOS
    public let tableView:UITableView
                         ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableView.swift:18:27: error: 'UITableView' is unavailable in watchOS
    public init(tableView:UITableView) {
                          ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:18:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:23:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:23:91: error: 'UITableViewCell' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:81:12: note: 'UITableViewCell' has been explicitly marked unavailable here
@interface UITableViewCell : UIView <NSCoding, UIGestureRecognizerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:33:48: error: 'UITableView' is unavailable in watchOS
    public func numberOfSections(in tableView: UITableView) -> Int {
                                               ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:17:31: error: 'UITableViewDataSource' is unavailable in watchOS
extension TableViewDelegate : UITableViewDataSource {
                              ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:539:11: note: 'UITableViewDataSource' has been explicitly marked unavailable here
@protocol UITableViewDataSource<NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:39:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:58:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:75:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:92:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:92:93: error: 'UIView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                                                                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:104:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:104:93: error: 'UIView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                                                                            ^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:116:40: error: 'UITableView' is unavailable in watchOS
    public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:347:12: note: 'UITableView' has been explicitly marked unavailable here
@interface UITableView : UIScrollView <NSCoding, UIDataSourceTranslating>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:127:51: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidScroll(_ scrollView: UIScrollView) {
                                                  ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:131:59: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
                                                          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:135:57: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
                                                        ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:139:56: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool) {
                                                       ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:143:63: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) {
                                                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:147:60: error: 'UIScrollView' is unavailable in watchOS
    public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
                                                           ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewDelegate.swift:38:31: error: 'UITableViewDelegate' is unavailable in watchOS
extension TableViewDelegate : UITableViewDelegate {
                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:100:11: note: 'UITableViewDelegate' has been explicitly marked unavailable here
@protocol UITableViewDelegate<NSObject, UIScrollViewDelegate>
          ^
SwiftCompile normal arm64 Compiling\ TableCell.swift,\ TableHeaderFooter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableCell.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableHeaderFooter.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CollectionHeaderFooter.swift,\ CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionSection.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionHeaderFooter.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionSection.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ TableViewRegiterGroup.swift,\ ViewRegister.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewRegiterGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/ViewRegister.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableViewRegiterGroup.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/ViewRegister.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CollectionSectionGroup.swift,\ CollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionSectionGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionView.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionSectionGroup.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionView.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIScrollView+Delegate.swift,\ TableBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UIScrollView+Delegate.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftTableViewGroup (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/DataNodeBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UICollectionView/CollectionBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTableViewGroup/UITableView/TableBuilder.swift:33:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftTableViewGroup (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftTableViewGroup (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
	EmitSwiftModule normal arm64 (in target 'SwiftTableViewGroup' from project 'SwiftTableViewGroup')
	Building workspace spi-builder-workspace with scheme SwiftTableViewGroup
(5 failures)
BUILD FAILURE 6.2 watchOS