Build Information
Failed to build swiftui-list-support, reference 1.3.0 (01a645), with Swift 6.2 for watchOS using Xcode 26.0 on 28 Oct 2025 00:00:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swiftui-list-support-Package -destination generic/platform=watchOSBuild Log
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:116:43: error: 'UICollectionViewCell' is unavailable in watchOS
public func dequeueReusableCell<Cell: UICollectionViewCell>(
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:132:37: error: 'UIContentConfiguration' is unavailable in watchOS
public func cell<Configuration: UIContentConfiguration>(
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:139:24: error: 'UICellConfigurationState' is unavailable in watchOS
VersatileCell, UICellConfigurationState, CellState
^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UICellConfigurationState:3:15: note: 'UICellConfigurationState' has been explicitly marked unavailable here
public struct UICellConfigurationState : UIConfigurationState, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:186:29: error: 'UICellConfigurationState' is unavailable in watchOS
@escaping @MainActor (UICellConfigurationState, CellState) ->
^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UICellConfigurationState:3:15: note: 'UICellConfigurationState' has been explicitly marked unavailable here
public struct UICellConfigurationState : UIConfigurationState, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:209:26: error: 'UIScrollView' is unavailable in watchOS
public var scrollView: UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:213:30: error: 'UICollectionView' is unavailable in watchOS
public var collectionView: UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:219:22: error: 'UICollectionViewLayout' is unavailable in watchOS
public var layout: UICollectionViewLayout {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:223:56: error: 'UICollectionViewCell' is unavailable in watchOS
private var _cellProvider: ((CellProviderContext) -> UICollectionViewCell)?
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:228:15: error: 'UIScrollView' is unavailable in watchOS
@MainActor (UIScrollView, DynamicListViewScrollAction) -> Void = { _, _ in
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:233:27: error: cannot specialize non-generic type 'UICollectionViewDiffableDataSource'
private var dataSource: UICollectionViewDiffableDataSource<Section, Data>!
^ ~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:241:13: error: 'UICollectionViewLayout' is unavailable in watchOS
layout: UICollectionViewLayout,
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:242:22: error: 'UICollectionView' is unavailable in watchOS
scrollDirection: UICollectionView.ScrollDirection,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:243:37: error: 'UIScrollView' is unavailable in watchOS
contentInsetAdjustmentBehavior: UIScrollView
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:337:26: error: 'UICollectionViewCompositionalLayout' is unavailable in watchOS
compositionalLayout: UICollectionViewCompositionalLayout,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:51:12: note: 'UICollectionViewCompositionalLayout' has been explicitly marked unavailable here
@interface UICollectionViewCompositionalLayout : UICollectionViewLayout
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:338:37: error: 'UIScrollView' is unavailable in watchOS
contentInsetAdjustmentBehavior: UIScrollView
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:349:22: error: 'UICollectionView' is unavailable in watchOS
scrollDirection: UICollectionView.ScrollDirection,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:351:37: error: 'UIScrollView' is unavailable in watchOS
contentInsetAdjustmentBehavior: UIScrollView
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:429:34: error: 'UICollectionViewCell' is unavailable in watchOS
public func registerCell<Cell: UICollectionViewCell>(
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:439:54: error: 'UICollectionViewCell' is unavailable in watchOS
cellProvider: @escaping (CellProviderContext) -> UICollectionViewCell
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:513:21: error: 'UICollectionView' is unavailable in watchOS
scrollPosition: UICollectionView.ScrollPosition
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:531:5: error: 'UICollectionReusableView' is unavailable in watchOS
UICollectionReusableView
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:570:27: error: 'UIScrollView' is unavailable in watchOS
@escaping @MainActor (UIScrollView, DynamicListViewScrollAction) -> Void
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:582:15: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
snapshot: NSDiffableDataSourceSnapshot<Section, Data>,
^ ~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:616:29: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
public func snapshot() -> NSDiffableDataSourceSnapshot<Section, Data> {
^ ~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:642:24: error: 'UICollectionView' is unavailable in watchOS
at scrollPosition: UICollectionView.ScrollPosition,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:643:42: error: 'UIScrollView' is unavailable in watchOS
skipCondition: @escaping @MainActor (UIScrollView) -> Bool,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:664:23: error: 'UICollectionView' is unavailable in watchOS
_ collectionView: UICollectionView,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:672:23: error: 'UICollectionView' is unavailable in watchOS
_ collectionView: UICollectionView,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:681:49: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:68:4: error: 'UIView' is unavailable in watchOS
>: UIView,
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/DynamicList/DynamicListView.swift:69:4: error: 'UICollectionViewDelegate' is unavailable in watchOS
UICollectionViewDelegate, UIScrollViewDelegate
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:69:30: error: 'UIScrollViewDelegate' is unavailable in watchOS
UICollectionViewDelegate, UIScrollViewDelegate
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:687:38: error: 'UICollectionView' is unavailable in watchOS
internal final class CollectionView: UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:17:18: error: cannot find type 'SectionIdentifierType' in scope
_ sections: [SectionIdentifierType]
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:16:10: error: 'mutating' is not valid on instance methods in classes
public mutating func safeAppendSections(
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:42:15: error: cannot find type 'ItemIdentifierType' in scope
_ items: [ItemIdentifierType],
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:43:36: error: cannot find type 'SectionIdentifierType' in scope
intoSection sectionIdentifier: SectionIdentifierType? = nil
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:41:10: error: 'mutating' is not valid on instance methods in classes
public mutating func safeAppendItems(
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:14:11: error: 'NSDiffableDataSourceSnapshot' is unavailable in watchOS
extension NSDiffableDataSourceSnapshot {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h:35:12: note: 'NSDiffableDataSourceSnapshot' has been explicitly marked unavailable here
@interface NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:5:20: error: 'UICollectionViewCell' is unavailable in watchOS
public let cell: UICollectionViewCell
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/VersatileCell.swift:70:87: error: 'UICellConfigurationState' is unavailable in watchOS
public var _updateConfigurationHandler: @MainActor (_ cell: VersatileCell, _ state: UICellConfigurationState, _ customState: CellState) -> Void = { _, _ , _ in }
^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UICellConfigurationState:3:15: note: 'UICellConfigurationState' has been explicitly marked unavailable here
public struct UICellConfigurationState : UIConfigurationState, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:106:21: error: cannot override 'configurationState' which has been marked unavailable
open override var configurationState: UICellConfigurationState {
^
UIKit.UICollectionViewCell.configurationState:4:81: note: 'configurationState' has been explicitly marked unavailable here
@MainActor @objc(_bridgedConfigurationState) @preconcurrency dynamic open var configurationState: UICellConfigurationState { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:106:21: note: remove 'override' modifier to declare a new 'configurationState'
open override var configurationState: UICellConfigurationState {
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:106:41: error: 'UICellConfigurationState' is unavailable in watchOS
open override var configurationState: UICellConfigurationState {
^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UICellConfigurationState:3:15: note: 'UICellConfigurationState' has been explicitly marked unavailable here
public struct UICellConfigurationState : UIConfigurationState, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:111:55: error: 'UICellConfigurationState' is unavailable in watchOS
open override func updateConfiguration(using state: UICellConfigurationState) {
^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UICellConfigurationState:3:15: note: 'UICellConfigurationState' has been explicitly marked unavailable here
public struct UICellConfigurationState : UIConfigurationState, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:111:22: error: cannot override 'updateConfiguration' which has been marked unavailable
open override func updateConfiguration(using state: UICellConfigurationState) {
^
UIKit.UICollectionViewCell.updateConfiguration:4:94: note: 'updateConfiguration(using:)' has been explicitly marked unavailable here
@MainActor @objc(_bridgedUpdateConfigurationUsingState:) @preconcurrency dynamic open func updateConfiguration(using state: UICellConfigurationState)}
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:111:22: note: remove 'override' modifier to declare a new 'updateConfiguration'
open override func updateConfiguration(using state: UICellConfigurationState) {
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:170:25: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
_ layoutAttributes: UICollectionViewLayoutAttributes
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:171:8: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
) -> UICollectionViewLayoutAttributes {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:59:27: error: 'UICollectionViewCell' is unavailable in watchOS
open class VersatileCell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ PullingControl (in target 'PullingControl' from project 'swiftui-list-support')
EmitSwiftModule normal arm64 (in target 'PullingControl' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StickyHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift (in target 'StickyHeader' from project 'swiftui-list-support')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift (in target 'StickyHeader' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ScrollTracking.swift /Users/admin/builder/spi-builder-workspace/Sources/ScrollTracking/ScrollTracking.swift (in target 'ScrollTracking' from project 'swiftui-list-support')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScrollTracking/ScrollTracking.swift (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ IndexedCollection (in target 'IndexedCollection' from project 'swift-indexed-collection')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection/Sources/IndexedCollection/IndexedCollection.swift (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-ACVVBYVTOFZOVA6BIOPC0KHNC.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-20JNN2EEA2OIPRSRYMN7LLY5X.pcm
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ StickyHeader (in target 'StickyHeader' from project 'swiftui-list-support')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift (in target 'StickyHeader' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
2025-10-27 20:00:03.483 xcodebuild[691:4130] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ DynamicList (in target 'DynamicList' from project 'swiftui-list-support')
EmitSwiftModule normal arm64 (in target 'DynamicList' from project 'swiftui-list-support')
Building workspace spi-builder-workspace with scheme swiftui-list-support-Package
(3 failures)
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
swiftui-introspect: https://github.com/siteline/swiftui-introspect @ 26.0.0
swift-indexed-collection: https://github.com/FluidGroup/swift-indexed-collection @ 0.2.2
swiftui-list-support: /Users/admin/builder/spi-builder-workspace
resolved source packages: swiftui-introspect, swift-indexed-collection, swiftui-list-support
2025-10-27 20:00:12.375 xcodebuild[1066:5983] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-indexed-collection",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/FluidGroup/swift-indexed-collection"
},
{
"identity" : "swiftui-introspect",
"requirement" : {
"range" : [
{
"lower_bound" : "26.0.0",
"upper_bound" : "27.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/siteline/swiftui-introspect"
}
],
"manifest_display_name" : "swiftui-list-support",
"name" : "swiftui-list-support",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "DynamicList",
"targets" : [
"DynamicList"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CollectionView",
"targets" : [
"CollectionView"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ScrollTracking",
"targets" : [
"ScrollTracking"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "StickyHeader",
"targets" : [
"StickyHeader"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PullingControl",
"targets" : [
"PullingControl"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SelectableForEach",
"targets" : [
"SelectableForEach"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "StickyHeader",
"module_type" : "SwiftTarget",
"name" : "StickyHeader",
"path" : "Sources/StickyHeader",
"product_memberships" : [
"StickyHeader"
],
"sources" : [
"StickyHeader.swift"
],
"type" : "library"
},
{
"c99name" : "SelectableForEach",
"module_type" : "SwiftTarget",
"name" : "SelectableForEach",
"path" : "Sources/SelectableForEach",
"product_dependencies" : [
"IndexedCollection"
],
"product_memberships" : [
"SelectableForEach"
],
"sources" : [
"PreviewSupport.swift",
"SelectableForEach.swift",
"SelectionState.swift"
],
"type" : "library"
},
{
"c99name" : "ScrollTracking",
"module_type" : "SwiftTarget",
"name" : "ScrollTracking",
"path" : "Sources/ScrollTracking",
"product_dependencies" : [
"SwiftUIIntrospect"
],
"product_memberships" : [
"CollectionView",
"ScrollTracking"
],
"sources" : [
"ScrollTracking.swift"
],
"type" : "library"
},
{
"c99name" : "PullingControl",
"module_type" : "SwiftTarget",
"name" : "PullingControl",
"path" : "Sources/PullingControl",
"product_dependencies" : [
"SwiftUIIntrospect"
],
"product_memberships" : [
"PullingControl"
],
"sources" : [
"PullingControl.swift",
"RefreshControl.swift"
],
"type" : "library"
},
{
"c99name" : "DynamicListTests",
"module_type" : "SwiftTarget",
"name" : "DynamicListTests",
"path" : "Tests/DynamicListTests",
"sources" : [
"swift_dynamic_listTests.swift"
],
"target_dependencies" : [
"DynamicList"
],
"type" : "test"
},
{
"c99name" : "DynamicList",
"module_type" : "SwiftTarget",
"name" : "DynamicList",
"path" : "Sources/DynamicList",
"product_memberships" : [
"DynamicList"
],
"sources" : [
"ContentPagingTrigger.swift",
"CustomContentConfiguration.swift",
"DynamicList.swift",
"DynamicListView.swift",
"Log.swift",
"NSDiffableDataSourceSnapshot+Unique.swift",
"VersatileCell.swift",
"swift_dynamic_list.swift"
],
"type" : "library"
},
{
"c99name" : "CollectionView",
"module_type" : "SwiftTarget",
"name" : "CollectionView",
"path" : "Sources/CollectionView",
"product_memberships" : [
"CollectionView"
],
"sources" : [
"CollectionView.swift",
"CollectionViewLayout.swift"
],
"target_dependencies" : [
"ScrollTracking"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CollectionView",
"DynamicList",
"PullingControl",
"ScrollTracking",
"SelectableForEach",
"StickyHeader",
"swiftui-list-support-Package"
]
}
}
2025-10-27 20:00:13.444 xcodebuild[1080:6077] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swiftui-list-support-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swiftui-list-support-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
swiftui-introspect: https://github.com/siteline/swiftui-introspect @ 26.0.0
swift-indexed-collection: https://github.com/FluidGroup/swift-indexed-collection @ 0.2.2
swiftui-list-support: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
Target 'StickyHeader' in project 'swiftui-list-support'
➜ Explicit dependency on target 'StickyHeader' in project 'swiftui-list-support'
Target 'StickyHeader' in project 'swiftui-list-support' (no dependencies)
Target 'SelectableForEach' in project 'swiftui-list-support'
➜ Explicit dependency on target 'SelectableForEach' in project 'swiftui-list-support'
➜ Explicit dependency on target 'IndexedCollection' in project 'swift-indexed-collection'
Target 'SelectableForEach' in project 'swiftui-list-support'
➜ Explicit dependency on target 'IndexedCollection' in project 'swift-indexed-collection'
Target 'IndexedCollection' in project 'swift-indexed-collection'
➜ Explicit dependency on target 'IndexedCollection' in project 'swift-indexed-collection'
Target 'IndexedCollection' in project 'swift-indexed-collection' (no dependencies)
Target 'ScrollTracking' in project 'swiftui-list-support'
➜ Explicit dependency on target 'ScrollTracking' in project 'swiftui-list-support'
➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
Target 'PullingControl' in project 'swiftui-list-support'
➜ Explicit dependency on target 'PullingControl' in project 'swiftui-list-support'
➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
Target 'PullingControl' in project 'swiftui-list-support'
➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
Target 'DynamicList' in project 'swiftui-list-support'
➜ Explicit dependency on target 'DynamicList' in project 'swiftui-list-support'
Target 'DynamicList' in project 'swiftui-list-support' (no dependencies)
Target 'CollectionView' in project 'swiftui-list-support'
➜ Explicit dependency on target 'CollectionView' in project 'swiftui-list-support'
➜ Explicit dependency on target 'ScrollTracking' in project 'swiftui-list-support'
➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
Target 'CollectionView' in project 'swiftui-list-support'
➜ Explicit dependency on target 'ScrollTracking' in project 'swiftui-list-support'
➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
Target 'ScrollTracking' in project 'swiftui-list-support'
➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
Target 'SwiftUIIntrospect' in project 'swiftui-introspect'
➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
Target 'SwiftUIIntrospect' in project 'swiftui-introspect' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache
SwiftDriver StickyHeader normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'StickyHeader' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name StickyHeader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.build/Objects-normal/arm64_32/StickyHeader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.build/Objects-normal/arm64_32/StickyHeader-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/swiftui-list-support.build/Debug-watchos/StickyHeader.build/Objects-normal/arm64_32/StickyHeader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.build/Objects-normal/arm64_32/StickyHeader_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/swiftui-list-support.build/Debug-watchos/StickyHeader.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.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/swiftui-list-support.build/Debug-watchos/StickyHeader.build/Objects-normal/arm64_32/StickyHeader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver StickyHeader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StickyHeader' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name StickyHeader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.build/Objects-normal/arm64/StickyHeader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.build/Objects-normal/arm64/StickyHeader-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/swiftui-list-support.build/Debug-watchos/StickyHeader.build/Objects-normal/arm64/StickyHeader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.build/Objects-normal/arm64/StickyHeader_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/swiftui-list-support.build/Debug-watchos/StickyHeader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/StickyHeader.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/swiftui-list-support.build/Debug-watchos/StickyHeader.build/Objects-normal/arm64/StickyHeader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ScrollTracking normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ScrollTracking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking-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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking_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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ScrollTracking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ScrollTracking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking-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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking_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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver PullingControl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PullingControl' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PullingControl -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.build/Objects-normal/arm64/PullingControl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.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-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.build/Objects-normal/arm64/PullingControl-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/swiftui-list-support.build/Debug-watchos/PullingControl.build/Objects-normal/arm64/PullingControl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.build/Objects-normal/arm64/PullingControl_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/swiftui-list-support.build/Debug-watchos/PullingControl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.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/swiftui-list-support.build/Debug-watchos/PullingControl.build/Objects-normal/arm64/PullingControl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver PullingControl normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PullingControl' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PullingControl -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.build/Objects-normal/arm64_32/PullingControl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.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-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.build/Objects-normal/arm64_32/PullingControl-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/swiftui-list-support.build/Debug-watchos/PullingControl.build/Objects-normal/arm64_32/PullingControl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.build/Objects-normal/arm64_32/PullingControl_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/swiftui-list-support.build/Debug-watchos/PullingControl.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/PullingControl.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/swiftui-list-support.build/Debug-watchos/PullingControl.build/Objects-normal/arm64_32/PullingControl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver IndexedCollection normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IndexedCollection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection-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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_indexed_collection -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection_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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver IndexedCollection normal armv7k com.apple.xcode.tools.swift.compiler (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IndexedCollection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection-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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_indexed_collection -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection_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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver IndexedCollection normal arm64 com.apple.xcode.tools.swift.compiler (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IndexedCollection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection-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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_indexed_collection -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection_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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DynamicList normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DynamicList' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicList -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.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-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList-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/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList_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/swiftui-list-support.build/Debug-watchos/DynamicList.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.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/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DynamicList normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicList' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicList -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64/DynamicList.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.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-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64/DynamicList-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/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64/DynamicList.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64/DynamicList_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/swiftui-list-support.build/Debug-watchos/DynamicList.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.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/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64/DynamicList-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ StickyHeader (in target 'StickyHeader' from project 'swiftui-list-support')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift (in target 'StickyHeader' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ StickyHeader (in target 'StickyHeader' from project 'swiftui-list-support')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift (in target 'StickyHeader' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ IndexedCollection (in target 'IndexedCollection' from project 'swift-indexed-collection')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection/Sources/IndexedCollection/IndexedCollection.swift (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ IndexedCollection (in target 'IndexedCollection' from project 'swift-indexed-collection')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection/Sources/IndexedCollection/IndexedCollection.swift (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ IndexedCollection (in target 'IndexedCollection' from project 'swift-indexed-collection')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection/Sources/IndexedCollection/IndexedCollection.swift (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StickyHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift (in target 'StickyHeader' from project 'swiftui-list-support')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift (in target 'StickyHeader' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ StickyHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift (in target 'StickyHeader' from project 'swiftui-list-support')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/StickyHeader/StickyHeader.swift (in target 'StickyHeader' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IndexedCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection/Sources/IndexedCollection/IndexedCollection.swift (in target 'IndexedCollection' from project 'swift-indexed-collection')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection/Sources/IndexedCollection/IndexedCollection.swift (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ScrollTracking (in target 'ScrollTracking' from project 'swiftui-list-support')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ScrollTracking/ScrollTracking.swift (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ ScrollTracking (in target 'ScrollTracking' from project 'swiftui-list-support')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScrollTracking/ScrollTracking.swift (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ PullingControl (in target 'PullingControl' from project 'swiftui-list-support')
EmitSwiftModule normal arm64_32 (in target 'PullingControl' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ PullingControl (in target 'PullingControl' from project 'swiftui-list-support')
EmitSwiftModule normal arm64 (in target 'PullingControl' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Emitting module for IndexedCollection (in target 'IndexedCollection' from project 'swift-indexed-collection')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DynamicList (in target 'DynamicList' from project 'swiftui-list-support')
Failed frontend command:
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/DynamicList/ContentPagingTrigger.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicList/CustomContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicList/Log.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicList/swift_dynamic_list.swift -target arm64_32-apple-watchos10.0 -module-can-import-version UIKit 9088.1.302 9088.1.255 -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0.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/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList-dependencies-1.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.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 6 -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/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.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/swiftui-list-support.build/Debug-watchos/DynamicList.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name DynamicList -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -in-process-plugin-server-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/DynamicList.build/Objects-normal/arm64_32/DynamicList.abi.json
EmitSwiftModule normal arm64_32 (in target 'DynamicList' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/ContentPagingTrigger.swift:57:17: error: 'UIScrollView' is unavailable in watchOS
scrollView: UIScrollView,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/ContentPagingTrigger.swift:83:37: error: 'UIScrollView' is unavailable in watchOS
public func didScroll(scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/CustomContentConfiguration.swift:13:36: error: 'UIView' is unavailable in watchOS
public func makeContentView() -> UIView & UIContentView {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/DynamicList/CustomContentConfiguration.swift:13:45: error: 'UIContentView' is unavailable in watchOS
public func makeContentView() -> UIView & UIContentView {
^~~~~~~~~~~~~
UIKit.UIContentView:3:28: note: 'UIContentView' has been explicitly marked unavailable here
@MainActor public protocol UIContentView : NSObjectProtocol {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/CustomContentConfiguration.swift:17:34: error: 'UIConfigurationState' is unavailable in watchOS
public func updated(for state: UIConfigurationState) -> CustomContentConfiguration<ContentView> {
^~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationState:3:17: note: 'UIConfigurationState' has been explicitly marked unavailable here
public protocol UIConfigurationState {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/CustomContentConfiguration.swift:5:55: error: 'UIView' is unavailable in watchOS
public struct CustomContentConfiguration<ContentView: UIView & UIContentView>: UIContentConfiguration {
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/DynamicList/CustomContentConfiguration.swift:5:64: error: 'UIContentView' is unavailable in watchOS
public struct CustomContentConfiguration<ContentView: UIView & UIContentView>: UIContentConfiguration {
^~~~~~~~~~~~~
UIKit.UIContentView:3:28: note: 'UIContentView' has been explicitly marked unavailable here
@MainActor public protocol UIContentView : NSObjectProtocol {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/CustomContentConfiguration.swift:5:80: error: 'UIContentConfiguration' is unavailable in watchOS
public struct CustomContentConfiguration<ContentView: UIView & UIContentView>: UIContentConfiguration {
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:13:26: error: 'UICollectionView' is unavailable in watchOS
public let position: UICollectionView.ScrollPosition
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:15:43: error: 'UIScrollView' is unavailable in watchOS
public let skipCondition: @MainActor (UIScrollView) -> Bool
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:19:17: error: 'UICollectionView' is unavailable in watchOS
position: UICollectionView.ScrollPosition = .centeredVertically,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:20:44: error: 'UIScrollView' is unavailable in watchOS
skipCondition: @escaping @MainActor (UIScrollView) -> Bool,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:35:40: error: 'UICollectionViewLayout' is unavailable in watchOS
private let layout: @MainActor () -> UICollectionViewLayout
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:37:54: error: 'UICollectionViewCell' is unavailable in watchOS
private let cellProvider: (CellProviderContext) -> UICollectionViewCell
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:40:43: error: 'UIScrollView' is unavailable in watchOS
private var scrollHandler: (@MainActor (UIScrollView, DynamicListViewScrollAction) -> Void)? = nil
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:44:25: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
private let snapshot: NSDiffableDataSourceSnapshot<Section, Item>
^ ~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:46:32: error: 'UICollectionView' is unavailable in watchOS
private let scrollDirection: UICollectionView.ScrollDirection
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:47:47: error: 'UIScrollView' is unavailable in watchOS
private let contentInsetAdjustmentBehavior: UIScrollView.ContentInsetAdjustmentBehavior
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:53:15: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
snapshot: NSDiffableDataSourceSnapshot<Section, Item>,
^ ~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:56:40: error: 'UICollectionViewLayout' is unavailable in watchOS
layout: @escaping @MainActor () -> UICollectionViewLayout,
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:57:22: error: 'UICollectionView' is unavailable in watchOS
scrollDirection: UICollectionView.ScrollDirection,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:58:37: error: 'UIScrollView' is unavailable in watchOS
contentInsetAdjustmentBehavior: UIScrollView.ContentInsetAdjustmentBehavior = .automatic,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:61:10: error: 'UICollectionViewCell' is unavailable in watchOS
) -> UICollectionViewCell
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:77:35: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> DynamicListView<Section, Item> {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:104:81: error: cannot find type 'Context' in scope
public func updateUIView(_ listView: DynamicListView<Section, Item>, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:168:38: error: 'UIScrollView' is unavailable in watchOS
_ handler: @escaping @MainActor (UIScrollView, DynamicListViewScrollAction) -> Void
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicList.swift:9:85: error: cannot find type 'UIViewRepresentable' in scope
public struct DynamicList<Section: Hashable & Sendable, Item: Hashable & Sendable>: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:199:22: error: 'UICollectionViewCompositionalLayout' is unavailable in watchOS
static let layout: UICollectionViewCompositionalLayout = {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:51:12: note: 'UICollectionViewCompositionalLayout' has been explicitly marked unavailable here
@interface UICollectionViewCompositionalLayout : UICollectionViewLayout
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:201:16: error: 'NSCollectionLayoutItem' is unavailable in watchOS
let item = NSCollectionLayoutItem(
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:149:12: note: 'NSCollectionLayoutItem' has been explicitly marked unavailable here
@interface NSCollectionLayoutItem : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:202:19: error: 'NSCollectionLayoutSize' is unavailable in watchOS
layoutSize: NSCollectionLayoutSize(
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:208:17: error: 'NSCollectionLayoutGroup' is unavailable in watchOS
let group = NSCollectionLayoutGroup.horizontal(
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:217:12: note: 'NSCollectionLayoutGroup' has been explicitly marked unavailable here
@interface NSCollectionLayoutGroup : NSCollectionLayoutItem<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:208:41: error: 'horizontal(layoutSize:subitem:count:)' is unavailable in watchOS
let group = NSCollectionLayoutGroup.horizontal(
^~~~~~~~~~
UIKit.NSCollectionLayoutGroup.horizontal:3:30: note: 'horizontal(layoutSize:subitem:count:)' has been explicitly marked unavailable here
@MainActor open class func horizontal(layoutSize: NSCollectionLayoutSize, subitem: NSCollectionLayoutItem, count: Int) -> Self}
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:209:19: error: 'NSCollectionLayoutSize' is unavailable in watchOS
layoutSize: NSCollectionLayoutSize(
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:303:12: note: 'NSCollectionLayoutSize' has been explicitly marked unavailable here
@interface NSCollectionLayoutSize : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:220:19: error: 'NSCollectionLayoutSection' is unavailable in watchOS
let section = NSCollectionLayoutSection(group: group)
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:115:12: note: 'NSCollectionLayoutSection' has been explicitly marked unavailable here
@interface NSCollectionLayoutSection : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicList.swift:226:18: error: 'UICollectionViewCompositionalLayout' is unavailable in watchOS
let layout = UICollectionViewCompositionalLayout(section: section)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:51:12: note: 'UICollectionViewCompositionalLayout' has been explicitly marked unavailable here
@interface UICollectionViewCompositionalLayout : UICollectionViewLayout
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:80:32: error: 'UICollectionView' is unavailable in watchOS
public var collectionView: UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:94:32: error: 'UICollectionView' is unavailable in watchOS
public var collectionView: UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:116:43: error: 'UICollectionViewCell' is unavailable in watchOS
public func dequeueReusableCell<Cell: UICollectionViewCell>(
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:132:37: error: 'UIContentConfiguration' is unavailable in watchOS
public func cell<Configuration: UIContentConfiguration>(
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:139:24: error: 'UICellConfigurationState' is unavailable in watchOS
VersatileCell, UICellConfigurationState, CellState
^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UICellConfigurationState:3:15: note: 'UICellConfigurationState' has been explicitly marked unavailable here
public struct UICellConfigurationState : UIConfigurationState, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:186:29: error: 'UICellConfigurationState' is unavailable in watchOS
@escaping @MainActor (UICellConfigurationState, CellState) ->
^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UICellConfigurationState:3:15: note: 'UICellConfigurationState' has been explicitly marked unavailable here
public struct UICellConfigurationState : UIConfigurationState, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:209:26: error: 'UIScrollView' is unavailable in watchOS
public var scrollView: UIScrollView {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:213:30: error: 'UICollectionView' is unavailable in watchOS
public var collectionView: UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:219:22: error: 'UICollectionViewLayout' is unavailable in watchOS
public var layout: UICollectionViewLayout {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:223:56: error: 'UICollectionViewCell' is unavailable in watchOS
private var _cellProvider: ((CellProviderContext) -> UICollectionViewCell)?
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:228:15: error: 'UIScrollView' is unavailable in watchOS
@MainActor (UIScrollView, DynamicListViewScrollAction) -> Void = { _, _ in
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:233:27: error: cannot specialize non-generic type 'UICollectionViewDiffableDataSource'
private var dataSource: UICollectionViewDiffableDataSource<Section, Data>!
^ ~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:241:13: error: 'UICollectionViewLayout' is unavailable in watchOS
layout: UICollectionViewLayout,
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:242:22: error: 'UICollectionView' is unavailable in watchOS
scrollDirection: UICollectionView.ScrollDirection,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:243:37: error: 'UIScrollView' is unavailable in watchOS
contentInsetAdjustmentBehavior: UIScrollView
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:337:26: error: 'UICollectionViewCompositionalLayout' is unavailable in watchOS
compositionalLayout: UICollectionViewCompositionalLayout,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCompositionalLayout.h:51:12: note: 'UICollectionViewCompositionalLayout' has been explicitly marked unavailable here
@interface UICollectionViewCompositionalLayout : UICollectionViewLayout
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:338:37: error: 'UIScrollView' is unavailable in watchOS
contentInsetAdjustmentBehavior: UIScrollView
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:349:22: error: 'UICollectionView' is unavailable in watchOS
scrollDirection: UICollectionView.ScrollDirection,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:351:37: error: 'UIScrollView' is unavailable in watchOS
contentInsetAdjustmentBehavior: UIScrollView
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:429:34: error: 'UICollectionViewCell' is unavailable in watchOS
public func registerCell<Cell: UICollectionViewCell>(
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:439:54: error: 'UICollectionViewCell' is unavailable in watchOS
cellProvider: @escaping (CellProviderContext) -> UICollectionViewCell
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:513:21: error: 'UICollectionView' is unavailable in watchOS
scrollPosition: UICollectionView.ScrollPosition
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:531:5: error: 'UICollectionReusableView' is unavailable in watchOS
UICollectionReusableView
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:570:27: error: 'UIScrollView' is unavailable in watchOS
@escaping @MainActor (UIScrollView, DynamicListViewScrollAction) -> Void
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:582:15: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
snapshot: NSDiffableDataSourceSnapshot<Section, Data>,
^ ~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:616:29: error: cannot specialize non-generic type 'NSDiffableDataSourceSnapshot'
public func snapshot() -> NSDiffableDataSourceSnapshot<Section, Data> {
^ ~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:642:24: error: 'UICollectionView' is unavailable in watchOS
at scrollPosition: UICollectionView.ScrollPosition,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:643:42: error: 'UIScrollView' is unavailable in watchOS
skipCondition: @escaping @MainActor (UIScrollView) -> Bool,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:664:23: error: 'UICollectionView' is unavailable in watchOS
_ collectionView: UICollectionView,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:672:23: error: 'UICollectionView' is unavailable in watchOS
_ collectionView: UICollectionView,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:681:49: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:68:4: error: 'UIView' is unavailable in watchOS
>: UIView,
^~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148: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/DynamicList/DynamicListView.swift:69:4: error: 'UICollectionViewDelegate' is unavailable in watchOS
UICollectionViewDelegate, UIScrollViewDelegate
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/DynamicListView.swift:69:30: error: 'UIScrollViewDelegate' is unavailable in watchOS
UICollectionViewDelegate, UIScrollViewDelegate
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/DynamicListView.swift:687:38: error: 'UICollectionView' is unavailable in watchOS
internal final class CollectionView: UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:17:18: error: cannot find type 'SectionIdentifierType' in scope
_ sections: [SectionIdentifierType]
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:16:10: error: 'mutating' is not valid on instance methods in classes
public mutating func safeAppendSections(
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:42:15: error: cannot find type 'ItemIdentifierType' in scope
_ items: [ItemIdentifierType],
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:43:36: error: cannot find type 'SectionIdentifierType' in scope
intoSection sectionIdentifier: SectionIdentifierType? = nil
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:41:10: error: 'mutating' is not valid on instance methods in classes
public mutating func safeAppendItems(
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/NSDiffableDataSourceSnapshot+Unique.swift:14:11: error: 'NSDiffableDataSourceSnapshot' is unavailable in watchOS
extension NSDiffableDataSourceSnapshot {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDiffableDataSource.h:35:12: note: 'NSDiffableDataSourceSnapshot' has been explicitly marked unavailable here
@interface NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> : NSObject<NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:5:20: error: 'UICollectionViewCell' is unavailable in watchOS
public let cell: UICollectionViewCell
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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/DynamicList/VersatileCell.swift:70:87: error: 'UICellConfigurationState' is unavailable in watchOS
public var _updateConfigurationHandler: @MainActor (_ cell: VersatileCell, _ state: UICellConfigurationState, _ customState: CellState) -> Void = { _, _ , _ in }
^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UICellConfigurationState:3:15: note: 'UICellConfigurationState' has been explicitly marked unavailable here
public struct UICellConfigurationState : UIConfigurationState, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:106:21: error: cannot override 'configurationState' which has been marked unavailable
open override var configurationState: UICellConfigurationState {
^
UIKit.UICollectionViewCell.configurationState:4:81: note: 'configurationState' has been explicitly marked unavailable here
@MainActor @objc(_bridgedConfigurationState) @preconcurrency dynamic open var configurationState: UICellConfigurationState { get }}
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:106:21: note: remove 'override' modifier to declare a new 'configurationState'
open override var configurationState: UICellConfigurationState {
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:106:41: error: 'UICellConfigurationState' is unavailable in watchOS
open override var configurationState: UICellConfigurationState {
^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UICellConfigurationState:3:15: note: 'UICellConfigurationState' has been explicitly marked unavailable here
public struct UICellConfigurationState : UIConfigurationState, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:111:55: error: 'UICellConfigurationState' is unavailable in watchOS
open override func updateConfiguration(using state: UICellConfigurationState) {
^~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UICellConfigurationState:3:15: note: 'UICellConfigurationState' has been explicitly marked unavailable here
public struct UICellConfigurationState : UIConfigurationState, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:111:22: error: cannot override 'updateConfiguration' which has been marked unavailable
open override func updateConfiguration(using state: UICellConfigurationState) {
^
UIKit.UICollectionViewCell.updateConfiguration:4:94: note: 'updateConfiguration(using:)' has been explicitly marked unavailable here
@MainActor @objc(_bridgedUpdateConfigurationUsingState:) @preconcurrency dynamic open func updateConfiguration(using state: UICellConfigurationState)}
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:111:22: note: remove 'override' modifier to declare a new 'updateConfiguration'
open override func updateConfiguration(using state: UICellConfigurationState) {
~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:170:25: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
_ layoutAttributes: UICollectionViewLayoutAttributes
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:171:8: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
) -> UICollectionViewLayoutAttributes {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Sources/DynamicList/VersatileCell.swift:59:27: error: 'UICollectionViewCell' is unavailable in watchOS
open class VersatileCell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0.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
^
SwiftDriverJobDiscovery normal arm64 Emitting module for IndexedCollection (in target 'IndexedCollection' from project 'swift-indexed-collection')
SwiftDriverJobDiscovery normal armv7k Emitting module for IndexedCollection (in target 'IndexedCollection' from project 'swift-indexed-collection')
SwiftDriver\ Compilation\ Requirements IndexedCollection normal armv7k com.apple.xcode.tools.swift.compiler (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IndexedCollection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection-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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_indexed_collection -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection_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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for ScrollTracking (in target 'ScrollTracking' from project 'swiftui-list-support')
SwiftDriver\ Compilation\ Requirements ScrollTracking normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ScrollTracking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking-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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking_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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements IndexedCollection normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IndexedCollection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection-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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_indexed_collection -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection_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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.swiftmodule (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Emitting module for ScrollTracking (in target 'ScrollTracking' from project 'swiftui-list-support')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.swiftdoc (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64_32-apple-watchos.swiftdoc
SwiftDriver\ Compilation\ Requirements ScrollTracking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ScrollTracking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking-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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking_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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.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/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.abi.json (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.swiftsourceinfo (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftDriver\ Compilation\ Requirements IndexedCollection normal arm64 com.apple.xcode.tools.swift.compiler (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IndexedCollection -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R351-f06ba8df8b1e9d17aa21879812400d1a.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection-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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_indexed_collection -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection_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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.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/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/ScrollTracking-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking-Swift.h (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64_32/ScrollTracking-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/ScrollTracking-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.swiftmodule (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.swiftdoc (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.abi.json (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.swiftsourceinfo (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-list-support.build/Debug-watchos/ScrollTracking.build/Objects-normal/arm64/ScrollTracking.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ScrollTracking.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexedCollection-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection-Swift.h (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexedCollection-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.swiftmodule (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.swiftdoc (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.abi.json (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.swiftmodule (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.swiftdoc (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.abi.json (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.swiftmodule (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.swiftdoc (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.abi.json (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.swiftsourceinfo (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/armv7k/IndexedCollection.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.swiftsourceinfo (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64_32/IndexedCollection.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.swiftsourceinfo (in target 'IndexedCollection' from project 'swift-indexed-collection')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-indexed-collection
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-indexed-collection.build/Debug-watchos/IndexedCollection.build/Objects-normal/arm64/IndexedCollection.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IndexedCollection.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftEmitModule normal arm64 Emitting\ module\ for\ DynamicList (in target 'DynamicList' from project 'swiftui-list-support')
EmitSwiftModule normal arm64 (in target 'DynamicList' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ScrollTracking.swift /Users/admin/builder/spi-builder-workspace/Sources/ScrollTracking/ScrollTracking.swift (in target 'ScrollTracking' from project 'swiftui-list-support')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ScrollTracking/ScrollTracking.swift (in target 'ScrollTracking' from project 'swiftui-list-support')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
2025-10-27 20:00:14.314 xcodebuild[1088:6133] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DynamicList (in target 'DynamicList' from project 'swiftui-list-support')
EmitSwiftModule normal arm64_32 (in target 'DynamicList' from project 'swiftui-list-support')
Building workspace spi-builder-workspace with scheme swiftui-list-support-Package
(3 failures)
BUILD FAILURE 6.2 watchOS