The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build CellsReloadable, reference 2.4.0 (cb779a), with Swift 6.0 for visionOS using Xcode 16.2 on 1 Dec 2024 19:04:40 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CellsReloadable -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:22:34: warning: converting function value of type '@MainActor @Sendable () -> Cell' to '() -> Cell' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
        ViewCell(id: id, create: Cell.init, render: render)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:22:34: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        ViewCell(id: id, create: Cell.init, render: render)
                                 ^
UIKit.UIView:38:35: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
    @MainActor public convenience init()
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:34:16: warning: call to main actor-isolated instance method 'render(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            $0.render(with: props)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift:6:10: note: calls to instance method 'render(with:)' from outside of its actor context are implicitly asynchronous
    func render(with props: Props)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:45:16: warning: call to main actor-isolated instance method 'render(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            $0.render(with: props)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift:6:10: note: calls to instance method 'render(with:)' from outside of its actor context are implicitly asynchronous
    func render(with props: Props)
         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:243:20: warning: static property 'registeredIDsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var registeredIDsKey = 0
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:243:20: note: convert 'registeredIDsKey' to a 'let' constant to make 'Sendable' shared state immutable
        static var registeredIDsKey = 0
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:243:20: note: annotate 'registeredIDsKey' with '@MainActor' if property should only be accessed from the main actor
        static var registeredIDsKey = 0
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:243:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var registeredIDsKey = 0
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:42:25: warning: call to main actor-isolated instance method 'reloadData()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        collectionView?.reloadData()
                        ^
UIKit.UICollectionView:71:26: note: calls to instance method 'reloadData()' from outside of its actor context are implicitly asynchronous
    @MainActor open func reloadData()
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:40:17: note: add '@MainActor' to make instance method 'reloadData()' part of global actor 'MainActor'
    public func reloadData() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:82:81: warning: main actor-isolated property 'cellView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        (collectionView?.cellForItem(at: indexPath) as? AnyCollectionViewCell)?.cellView
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:249:9: note: property declared here
    var cellView: UIView?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:81:10: note: add '@MainActor' to make instance method 'viewForItem(at:)' part of global actor 'MainActor'
    func viewForItem(at indexPath: IndexPath) -> UIView? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:82:26: warning: call to main actor-isolated instance method 'cellForItem(at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        (collectionView?.cellForItem(at: indexPath) as? AnyCollectionViewCell)?.cellView
                         ^
UIKit.UICollectionView:103:15: note: calls to instance method 'cellForItem(at:)' from outside of its actor context are implicitly asynchronous
    open func cellForItem(at indexPath: IndexPath) -> UICollectionViewCell?
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:81:10: note: add '@MainActor' to make instance method 'viewForItem(at:)' part of global actor 'MainActor'
    func viewForItem(at indexPath: IndexPath) -> UIView? {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:113:25: warning: main actor-isolated property 'visibleCells' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        collectionView?.visibleCells.compactMap { ($0 as? AnyCollectionViewCell)?.cellView } ?? []
                        ^
UIKit.UICollectionView:106:14: note: property declared here
    open var visibleCells: [UICollectionViewCell] { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:113:83: warning: main actor-isolated property 'cellView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        collectionView?.visibleCells.compactMap { ($0 as? AnyCollectionViewCell)?.cellView } ?? []
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:249:9: note: property declared here
    var cellView: UIView?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:191:27: warning: main actor-isolated property 'delegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if collectionView.delegate !== self {
                          ^
UIKit.UICollectionView:6:19: note: property declared here
    weak open var delegate: (any UICollectionViewDelegate)? { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:189:10: note: add '@MainActor' to make instance method 'prepareCollectionView()' part of global actor 'MainActor'
    func prepareCollectionView() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:192:53: warning: main actor-isolated property 'delegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            collectionViewDelegate = collectionView.delegate
                                                    ^
UIKit.UICollectionView:6:19: note: property declared here
    weak open var delegate: (any UICollectionViewDelegate)? { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:189:10: note: add '@MainActor' to make instance method 'prepareCollectionView()' part of global actor 'MainActor'
    func prepareCollectionView() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:194:24: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        collectionView.delegate = self
                       ^
UIKit.UICollectionView:6:19: note: mutation of this property is only permitted within the actor
    weak open var delegate: (any UICollectionViewDelegate)? { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:189:10: note: add '@MainActor' to make instance method 'prepareCollectionView()' part of global actor 'MainActor'
    func prepareCollectionView() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:214:24: error: value of type 'UICollectionView' has no member 'reload'
        collectionView.reload(using: changeset) {
        ~~~~~~~~~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:202:74: warning: main actor-isolated property '_isScrolling' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        let isAnimated = isAnimated && !isFirstReload && !collectionView._isScrolling
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift:5:9: note: property declared here
    var _isScrolling: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:220:25: warning: main actor-isolated property 'dataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        collectionView?.dataSource = self
                        ^
UIKit.UICollectionView:7:19: note: mutation of this property is only permitted within the actor
    weak open var dataSource: (any UICollectionViewDataSource)? { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:219:10: note: add '@MainActor' to make instance method 'configureDataSource()' part of global actor 'MainActor'
    func configureDataSource() {
         ^
    @MainActor
SwiftCompile normal arm64 Compiling\ UnionID.swift,\ AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UnionID.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/UIScrollView++.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ CellsSection.swift,\ CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSection.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling UIScrollView++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64 Compiling\ CellsSectionsReloadable.swift,\ RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling UnionID.swift, AnyEquatable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64 Compiling\ NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/NoneID.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling CellsSectionsReloadable.swift, RenderableView.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64 Compiling\ CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CodeID.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling NoneID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64 Compiling\ Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -index-unit-output-path /CellsReloadable.build/Debug-xros/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling CodeID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftDriverJobDiscovery normal arm64 Compiling Differentiable++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ TypedViewCell.swift,\ UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift (in target 'CellsReloadable' from project 'CellsReloadable')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift (in target 'CellsReloadable' from project 'CellsReloadable')
	Building workspace spi-builder-workspace with scheme CellsReloadable
(3 failures)
BUILD FAILURE 6.0 visionOS