This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 CellKit with Swift 6.0 for visionOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme CellKit-Package -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

            collectionView.register(nib, forCellWithReuseIdentifier: model.reuseIdentifier)
                           ^
UIKit.UICollectionView:22:15: note: calls to instance method 'register(_:forCellWithReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:33:10: note: add '@MainActor' to make instance method 'register(model:to:)' part of global actor 'MainActor'
    func register(model: CellModel, to collectionView: UICollectionView) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:37:28: warning: call to main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(model.cellClass, forCellWithReuseIdentifier: model.reuseIdentifier)
                           ^
UIKit.UICollectionView:18:15: note: calls to instance method 'register(_:forCellWithReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:33:10: note: add '@MainActor' to make instance method 'register(model:to:)' part of global actor 'MainActor'
    func register(model: CellModel, to collectionView: UICollectionView) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:43:23: warning: 'register(_:forCellReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
            tableView.register(nib, forCellReuseIdentifier: model.reuseIdentifier)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:43:23: warning: call to main actor-isolated instance method 'register(_:forCellReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(nib, forCellReuseIdentifier: model.reuseIdentifier)
                      ^
UIKit.UITableView:136:15: note: calls to instance method 'register(_:forCellReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    open func register(_ nib: UINib?, forCellReuseIdentifier identifier: String)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:41:10: note: add '@MainActor' to make instance method 'register(model:to:)' part of global actor 'MainActor'
    func register(model: CellModel, to tableView: UITableView) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:45:23: warning: call to main actor-isolated instance method 'register(_:forCellReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(model.cellClass, forCellReuseIdentifier: model.reuseIdentifier)
                      ^
UIKit.UITableView:140:15: note: calls to instance method 'register(_:forCellReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    open func register(_ cellClass: AnyClass?, forCellReuseIdentifier identifier: String)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift:41:10: note: add '@MainActor' to make instance method 'register(model:to:)' part of global actor 'MainActor'
    func register(model: CellModel, to tableView: UITableView) {
         ^
    @MainActor
SwiftDriverJobDiscovery normal arm64 Compiling UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling Algorithm.swift, AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DifferenceKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DifferenceKit-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftdoc (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.swiftmodule/arm64-apple-xros.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling ArraySection.swift, Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.abi.json (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftsourceinfo (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver\ Compilation DifferenceKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_const_extract_protocols.json -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/DifferenceKit.build/Debug-xros/DifferenceKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ReusableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConfigurable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSelectable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/CollectionSupplementaryViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/SupplementaryElementKind.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.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/CellKit.build/Debug-xros/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.o -index-unit-output-path /CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.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/CellKit/ReusableView.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConfigurable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSelectable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/CollectionSupplementaryViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/SupplementaryElementKind.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.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/CellKit.build/Debug-xros/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.o -index-unit-output-path /CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/ReusableView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift:8:14: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
    var nib: UINib? { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift:27:14: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
    var nib: UINib? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift:29:20: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
            return UINib(nibName: String(describing: cellClass), bundle: bundle)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift:29:20: warning: call to main actor-isolated initializer 'init(nibName:bundle:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            return UINib(nibName: String(describing: cellClass), bundle: bundle)
                   ^
UIKit.UINib:3:41: note: calls to initializer 'init(nibName:bundle:)' from outside of its actor context are implicitly asynchronous
    @MainActor public /*not inherited*/ init(nibName name: String, bundle bundleOrNil: Bundle?)
                                        ^
SwiftCompile normal arm64 Compiling\ DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConfigurable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSelectable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/CollectionSupplementaryViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/SupplementaryElementKind.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.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/CellKit.build/Debug-xros/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.o -index-unit-output-path /CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.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/CellKit/DataSource.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConfigurable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSelectable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/CollectionSupplementaryViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/SupplementaryElementKind.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.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/CellKit.build/Debug-xros/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.o -index-unit-output-path /CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/DataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:46:23: warning: 'register(_:forCellReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
            tableView.register(nib, forCellReuseIdentifier: cellModel.reuseIdentifier)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:46:23: warning: call to main actor-isolated instance method 'register(_:forCellReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(nib, forCellReuseIdentifier: cellModel.reuseIdentifier)
                      ^
UIKit.UITableView:136:26: note: calls to instance method 'register(_:forCellReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func register(_ nib: UINib?, forCellReuseIdentifier identifier: String)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:40:18: note: add '@MainActor' to make instance method 'registerLazily(cellModel:to:)' part of global actor 'MainActor'
    private func registerLazily(cellModel: CellModel, to tableView: UITableView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:48:23: warning: call to main actor-isolated instance method 'register(_:forCellReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(cellModel.cellClass, forCellReuseIdentifier: cellModel.reuseIdentifier)
                      ^
UIKit.UITableView:140:26: note: calls to instance method 'register(_:forCellReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func register(_ cellClass: AnyClass?, forCellReuseIdentifier identifier: String)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:40:18: note: add '@MainActor' to make instance method 'registerLazily(cellModel:to:)' part of global actor 'MainActor'
    private func registerLazily(cellModel: CellModel, to tableView: UITableView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:59:28: warning: 'register(_:forCellWithReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
            collectionView.register(nib, forCellWithReuseIdentifier: cellModel.reuseIdentifier)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:59:28: warning: call to main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(nib, forCellWithReuseIdentifier: cellModel.reuseIdentifier)
                           ^
UIKit.UICollectionView:22:26: note: calls to instance method 'register(_:forCellWithReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:53:18: note: add '@MainActor' to make instance method 'registerLazily(cellModel:to:)' part of global actor 'MainActor'
    private func registerLazily(cellModel: CellModel, to collectionView: UICollectionView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:61:28: warning: call to main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(cellModel.cellClass, forCellWithReuseIdentifier: cellModel.reuseIdentifier)
                           ^
UIKit.UICollectionView:18:26: note: calls to instance method 'register(_:forCellWithReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:53:18: note: add '@MainActor' to make instance method 'registerLazily(cellModel:to:)' part of global actor 'MainActor'
    private func registerLazily(cellModel: CellModel, to collectionView: UICollectionView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:72:23: warning: 'register(_:forHeaderFooterViewReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
            tableView.register(nib, forHeaderFooterViewReuseIdentifier: headerFooter.reuseIdentifier)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:72:23: warning: call to main actor-isolated instance method 'register(_:forHeaderFooterViewReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(nib, forHeaderFooterViewReuseIdentifier: headerFooter.reuseIdentifier)
                      ^
UIKit.UITableView:144:15: note: calls to instance method 'register(_:forHeaderFooterViewReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    open func register(_ nib: UINib?, forHeaderFooterViewReuseIdentifier identifier: String)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:66:18: note: add '@MainActor' to make instance method 'registerLazily(headerFooter:to:)' part of global actor 'MainActor'
    private func registerLazily(headerFooter: SupplementaryViewModel, to tableView: UITableView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:74:23: warning: call to main actor-isolated instance method 'register(_:forHeaderFooterViewReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            tableView.register(headerFooter.cellClass, forHeaderFooterViewReuseIdentifier: headerFooter.reuseIdentifier)
                      ^
UIKit.UITableView:148:15: note: calls to instance method 'register(_:forHeaderFooterViewReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    open func register(_ aClass: AnyClass?, forHeaderFooterViewReuseIdentifier identifier: String)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:66:18: note: add '@MainActor' to make instance method 'registerLazily(headerFooter:to:)' part of global actor 'MainActor'
    private func registerLazily(headerFooter: SupplementaryViewModel, to tableView: UITableView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:87:28: warning: 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
            collectionView.register(nib, forSupplementaryViewOfKind: kind, withReuseIdentifier: joinedReuseIdentifier)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:87:28: warning: call to main actor-isolated instance method 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(nib, forSupplementaryViewOfKind: kind, withReuseIdentifier: joinedReuseIdentifier)
                           ^
UIKit.UICollectionView:30:15: note: calls to instance method 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    open func register(_ nib: UINib?, forSupplementaryViewOfKind kind: String, withReuseIdentifier identifier: String)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:79:18: note: add '@MainActor' to make instance method 'registerLazily(supplementaryView:kind:to:)' part of global actor 'MainActor'
    private func registerLazily(supplementaryView: SupplementaryViewModel, kind: String, to collectionView: UICollectionView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:89:28: warning: call to main actor-isolated instance method 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            collectionView.register(supplementaryView.cellClass, forSupplementaryViewOfKind: kind, withReuseIdentifier: joinedReuseIdentifier)
                           ^
UIKit.UICollectionView:26:15: note: calls to instance method 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
    open func register(_ viewClass: AnyClass?, forSupplementaryViewOfKind elementKind: String, withReuseIdentifier identifier: String)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:79:18: note: add '@MainActor' to make instance method 'registerLazily(supplementaryView:kind:to:)' part of global actor 'MainActor'
    private func registerLazily(supplementaryView: SupplementaryViewModel, kind: String, to collectionView: UICollectionView) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:110:38: warning: call to main actor-isolated instance method 'dequeueReusableHeaderFooterView(withIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        guard let header = tableView.dequeueReusableHeaderFooterView(withIdentifier: headerFooter.reuseIdentifier) else {
                                     ^
UIKit.UITableView:132:15: note: calls to instance method 'dequeueReusableHeaderFooterView(withIdentifier:)' from outside of its actor context are implicitly asynchronous
    open func dequeueReusableHeaderFooterView(withIdentifier identifier: String) -> UITableViewHeaderFooterView?
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:105:18: note: add '@MainActor' to make instance method 'view(for:in:)' part of global actor 'MainActor'
    private func view(for headerFooter: SupplementaryViewModel?, in tableView: UITableView) -> UIView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:121:31: warning: call to main actor-isolated instance method 'dequeueReusableSupplementaryView(ofKind:withReuseIdentifier:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        return collectionView.dequeueReusableSupplementaryView(ofKind: kind, withReuseIdentifier: kind + supplementaryViewModel.reuseIdentifier, for: indexPath)
                              ^
UIKit.UICollectionView:37:15: note: calls to instance method 'dequeueReusableSupplementaryView(ofKind:withReuseIdentifier:for:)' from outside of its actor context are implicitly asynchronous
    open func dequeueReusableSupplementaryView(ofKind elementKind: String, withReuseIdentifier identifier: String, for indexPath: IndexPath) -> UICollectionReusableView
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:116:18: note: add '@MainActor' to make instance method 'view(for:kind:at:in:)' part of global actor 'MainActor'
    private func view(for supplementaryViewModel: SupplementaryViewModel?, kind: String, at indexPath: IndexPath, in collectionView: UICollectionView) -> UICollectionReusableView? {
                 ^
    @MainActor
SwiftDriverJobDiscovery normal arm64 Compiling CellConfigurable.swift, CellConvertible.swift (in target 'CellKit' from project 'CellKit')
SwiftCompile normal arm64 Compiling\ CellModelSection.swift,\ CellModelSelectable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSelectable.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConfigurable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSelectable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/CollectionSupplementaryViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/SupplementaryElementKind.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.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/CellKit.build/Debug-xros/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.o -index-unit-output-path /CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.o -index-unit-output-path /CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.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/CellKit/CellModelSection.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConfigurable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSelectable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/CollectionSupplementaryViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/SupplementaryElementKind.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.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/CellKit.build/Debug-xros/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.o -index-unit-output-path /CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.o -index-unit-output-path /CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.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/CellKit/CellModelSelectable.swift (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConfigurable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CellModelSelectable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/CollectionReusableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/CollectionSupplementaryViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazyCellProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/LazySupplementaryViewProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/DiffableDataSources/SupplementaryElementKind.swift /Users/admin/builder/spi-builder-workspace/Sources/CellKit/ReusableView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.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/CellKit.build/Debug-xros/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.o -index-unit-output-path /CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSection.o -index-unit-output-path /CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellModelSelectable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for CellKit (in target 'CellKit' from project 'CellKit')
SwiftDriver\ Compilation\ Requirements CellKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name CellKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -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/CellKit.build/Debug-xros/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CollectionSupplementaryViewModel.swift (in target 'CellKit' from project 'CellKit')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.o normal (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-xros/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.o
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CellKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit-Swift.h (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CellKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.swiftmodule (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.swiftdoc (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.abi.json (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.swiftsourceinfo (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DiffableCellKit.modulemap (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DiffableCellKit.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DiffableCellKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DiffableCellKit.modulemap (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DiffableCellKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftFileList (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-OutputFileMap.json (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-OutputFileMap.json
SwiftDriver DiffableCellKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name DiffableCellKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ DiffableCellKit (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DiffableCellKit -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: warning: main actor-isolated property 'sections' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 5 | #endif
 6 |
 7 | open class DifferentiableCellModelDataSource: AbstractDataSource, DataSource {
   |                                                                   `- note: add '@preconcurrency' to the 'DataSource' conformance to defer isolation checking to run time
 8 |
 9 |     private enum Container {
   :
24 |
25 |     private var _sections: [DifferentiableCellModelSection]
26 |     public var sections: [DifferentiableCellModelSection] {
   |                `- warning: main actor-isolated property 'sections' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
27 |         get {
28 |             _sections
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:6:9: note: 'sections' declared here
  4 |     associatedtype Section
  5 |
  6 |     var sections: [Section] { get }
    |         `- note: 'sections' declared here
  7 |     var delegate: CellModelDataSourceDelegate? { get }
  8 |
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:57:12: warning: main actor-isolated subscript 'subscript(_:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
55 |     }
56 |
57 |     public subscript(index: Int) -> DifferentiableCellModelSection {
   |            |- warning: main actor-isolated subscript 'subscript(_:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
   |            `- note: add 'nonisolated' to 'subscript(_:)' to make this subscript not isolated to the actor
58 |         sections[index]
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:9:5: note: 'subscript(_:)' declared here
  7 |     var delegate: CellModelDataSourceDelegate? { get }
  8 |
  9 |     subscript(index: Int) -> Section { get }
    |     `- note: 'subscript(_:)' declared here
 10 | }
 11 |
SwiftCompile normal arm64 Compiling\ DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DiffableCellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.o -index-unit-output-path /CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.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/DiffableCellKit/DifferentiableCellModelDataSource.swift (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DiffableCellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.o -index-unit-output-path /CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: warning: main actor-isolated property 'sections' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:7:67: note: add '@preconcurrency' to the 'DataSource' conformance to defer isolation checking to run time
open class DifferentiableCellModelDataSource: AbstractDataSource, DataSource {
                                                                  ^
                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:6:9: note: 'sections' declared here
    var sections: [Section] { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:57:12: warning: main actor-isolated subscript 'subscript(_:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    public subscript(index: Int) -> DifferentiableCellModelSection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:57:12: note: add 'nonisolated' to 'subscript(_:)' to make this subscript not isolated to the actor
    public subscript(index: Int) -> DifferentiableCellModelSection {
           ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:9:5: note: 'subscript(_:)' declared here
    subscript(index: Int) -> Section { get }
    ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:16:23: error: value of type 'UITableView' has no member 'reload'
                table.reload(using: stagedChangeset, with: .automatic, setData: setData)
                ~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:16:61: error: cannot infer contextual base in reference to member 'automatic'
                table.reload(using: stagedChangeset, with: .automatic, setData: setData)
                                                           ~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:18:28: error: value of type 'UICollectionView' has no member 'reload'
                collection.reload(using: stagedChangeset, setData: setData)
                ~~~~~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:62:9: warning: main actor-isolated property 'sections' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        sections.count
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: note: property declared here
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:61:24: note: add '@MainActor' to make instance method 'numberOfSections()' part of global actor 'MainActor'
    override open func numberOfSections() -> Int {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:66:9: warning: main actor-isolated property 'sections' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        sections[section].cells
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: note: property declared here
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:65:24: note: add '@MainActor' to make instance method 'cellModels(in:)' part of global actor 'MainActor'
    override open func cellModels(in section: Int) -> [CellModel] {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:70:9: warning: main actor-isolated property 'sections' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        sections[section].headerView
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: note: property declared here
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:69:24: note: add '@MainActor' to make instance method 'header(in:)' part of global actor 'MainActor'
    override open func header(in section: Int) -> SupplementaryViewModel? {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:74:9: warning: main actor-isolated property 'sections' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        sections[section].footerView
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: note: property declared here
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:73:24: note: add '@MainActor' to make instance method 'footer(in:)' part of global actor 'MainActor'
    override open func footer(in section: Int) -> SupplementaryViewModel? {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:78:9: warning: main actor-isolated property 'sections' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        sections[indexPath.section].cells[indexPath.row]
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: note: property declared here
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:77:24: note: add '@MainActor' to make instance method 'cellModel(at:)' part of global actor 'MainActor'
    override open func cellModel(at indexPath: IndexPath) -> CellModel {
                       ^
    @MainActor
SwiftDriverJobDiscovery normal arm64 Emitting module for DiffableCellKit (in target 'DiffableCellKit' from project 'CellKit')
SwiftCompile normal arm64 Compiling\ DifferentiableCellModelSection.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DiffableCellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.o -index-unit-output-path /CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.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/DiffableCellKit/DifferentiableCellModelSection.swift (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DiffableCellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.o -index-unit-output-path /CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelSection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling CellModelSection.swift, CellModelSelectable.swift (in target 'CellKit' from project 'CellKit')
SwiftDriver\ Compilation\ Requirements DiffableCellKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name DiffableCellKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DifferentiableCellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModel.swift (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DiffableCellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.o -index-unit-output-path /CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.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/DiffableCellKit/DifferentiableCellModel.swift (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DiffableCellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.o -index-unit-output-path /CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling CellModel.swift, CellModelDataSource.swift (in target 'CellKit' from project 'CellKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DiffableCellKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DiffableCellKit-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling DifferentiableCellModel.swift (in target 'DiffableCellKit' from project 'CellKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DiffableCellKit.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftmodule (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DiffableCellKit.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DiffableCellKit.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftdoc (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DiffableCellKit.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DiffableCellKit.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.abi.json (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DiffableCellKit.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DiffableCellKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftsourceinfo (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DiffableCellKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.o (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DifferenceKit.o
SwiftDriverJobDiscovery normal arm64 Compiling DifferentiableCellModelSection.swift (in target 'DiffableCellKit' from project 'CellKit')
SwiftDriverJobDiscovery normal arm64 Compiling SupplementaryElementKind.swift (in target 'CellKit' from project 'CellKit')
SwiftDriverJobDiscovery normal arm64 Compiling ReusableView.swift (in target 'CellKit' from project 'CellKit')
SwiftDriverJobDiscovery normal arm64 Compiling LazySupplementaryViewProvider.swift (in target 'CellKit' from project 'CellKit')
SwiftDriverJobDiscovery normal arm64 Compiling LazyCellProvider.swift (in target 'CellKit' from project 'CellKit')
SwiftDriverJobDiscovery normal arm64 Compiling CollectionReusableView.swift (in target 'CellKit' from project 'CellKit')
SwiftDriverJobDiscovery normal arm64 Compiling DataSource.swift (in target 'CellKit' from project 'CellKit')
SwiftDriver\ Compilation CellKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name CellKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_const_extract_protocols.json -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/CellKit.build/Debug-xros/CellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.o normal (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DifferenceKit' from project 'DifferenceKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CellKit' from project 'CellKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DiffableCellKit' from project 'CellKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CellKit' from project 'CellKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DiffableCellKit' from project 'CellKit')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift (in target 'DiffableCellKit' from project 'CellKit')
	SwiftCompile normal arm64 Compiling\ DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift (in target 'DiffableCellKit' from project 'CellKit')
(2 failures)
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CellKit-Package -destination generic/platform=xros "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  CellKit: /Users/admin/builder/spi-builder-workspace
  DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.3.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'DiffableCellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'DiffableCellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'CellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DiffableCellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'CellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DifferenceKit' in project 'DifferenceKit'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DifferenceKit' in project 'DifferenceKit' (no dependencies)
    Target 'CellKit' in project 'CellKit'
        ➜ Explicit dependency on target 'CellKit' in project 'CellKit'
    Target 'CellKit' in project 'CellKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DiffableCellKit' from project 'CellKit')
SwiftDriver DiffableCellKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name DiffableCellKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.o normal (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/CellKit.build/Objects-normal/arm64/CellKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.o (in target 'CellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CellKit.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.LinkFileList (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.LinkFileList
SwiftEmitModule normal arm64 Emitting\ module\ for\ DiffableCellKit (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModel.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DiffableCellKit -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: warning: main actor-isolated property 'sections' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 5 | #endif
 6 |
 7 | open class DifferentiableCellModelDataSource: AbstractDataSource, DataSource {
   |                                                                   `- note: add '@preconcurrency' to the 'DataSource' conformance to defer isolation checking to run time
 8 |
 9 |     private enum Container {
   :
24 |
25 |     private var _sections: [DifferentiableCellModelSection]
26 |     public var sections: [DifferentiableCellModelSection] {
   |                `- warning: main actor-isolated property 'sections' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
27 |         get {
28 |             _sections
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:6:9: note: 'sections' declared here
  4 |     associatedtype Section
  5 |
  6 |     var sections: [Section] { get }
    |         `- note: 'sections' declared here
  7 |     var delegate: CellModelDataSourceDelegate? { get }
  8 |
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:57:12: warning: main actor-isolated subscript 'subscript(_:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
55 |     }
56 |
57 |     public subscript(index: Int) -> DifferentiableCellModelSection {
   |            |- warning: main actor-isolated subscript 'subscript(_:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
   |            `- note: add 'nonisolated' to 'subscript(_:)' to make this subscript not isolated to the actor
58 |         sections[index]
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:9:5: note: 'subscript(_:)' declared here
  7 |     var delegate: CellModelDataSourceDelegate? { get }
  8 |
  9 |     subscript(index: Int) -> Section { get }
    |     `- note: 'subscript(_:)' declared here
 10 | }
 11 |
SwiftCompile normal arm64 Compiling\ DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DiffableCellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.o -index-unit-output-path /CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.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/DiffableCellKit/DifferentiableCellModelDataSource.swift (in target 'DiffableCellKit' from project 'CellKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelSection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DiffableCellKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.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/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DiffableCellKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.o -index-unit-output-path /CellKit.build/Debug-xros/DiffableCellKit.build/Objects-normal/arm64/DifferentiableCellModelDataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: warning: main actor-isolated property 'sections' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:7:67: note: add '@preconcurrency' to the 'DataSource' conformance to defer isolation checking to run time
open class DifferentiableCellModelDataSource: AbstractDataSource, DataSource {
                                                                  ^
                                                                  @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:6:9: note: 'sections' declared here
    var sections: [Section] { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:57:12: warning: main actor-isolated subscript 'subscript(_:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    public subscript(index: Int) -> DifferentiableCellModelSection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:57:12: note: add 'nonisolated' to 'subscript(_:)' to make this subscript not isolated to the actor
    public subscript(index: Int) -> DifferentiableCellModelSection {
           ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/CellKit/DataSource.swift:9:5: note: 'subscript(_:)' declared here
    subscript(index: Int) -> Section { get }
    ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:16:23: error: value of type 'UITableView' has no member 'reload'
                table.reload(using: stagedChangeset, with: .automatic, setData: setData)
                ~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:16:61: error: cannot infer contextual base in reference to member 'automatic'
                table.reload(using: stagedChangeset, with: .automatic, setData: setData)
                                                           ~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:18:28: error: value of type 'UICollectionView' has no member 'reload'
                collection.reload(using: stagedChangeset, setData: setData)
                ~~~~~~~~~~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:62:9: warning: main actor-isolated property 'sections' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        sections.count
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: note: property declared here
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:61:24: note: add '@MainActor' to make instance method 'numberOfSections()' part of global actor 'MainActor'
    override open func numberOfSections() -> Int {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:66:9: warning: main actor-isolated property 'sections' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        sections[section].cells
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: note: property declared here
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:65:24: note: add '@MainActor' to make instance method 'cellModels(in:)' part of global actor 'MainActor'
    override open func cellModels(in section: Int) -> [CellModel] {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:70:9: warning: main actor-isolated property 'sections' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        sections[section].headerView
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: note: property declared here
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:69:24: note: add '@MainActor' to make instance method 'header(in:)' part of global actor 'MainActor'
    override open func header(in section: Int) -> SupplementaryViewModel? {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:74:9: warning: main actor-isolated property 'sections' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        sections[section].footerView
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: note: property declared here
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:73:24: note: add '@MainActor' to make instance method 'footer(in:)' part of global actor 'MainActor'
    override open func footer(in section: Int) -> SupplementaryViewModel? {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:78:9: warning: main actor-isolated property 'sections' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        sections[indexPath.section].cells[indexPath.row]
        ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:26:16: note: property declared here
    public var sections: [DifferentiableCellModelSection] {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift:77:24: note: add '@MainActor' to make instance method 'cellModel(at:)' part of global actor 'MainActor'
    override open func cellModel(at indexPath: IndexPath) -> CellModel {
                       ^
    @MainActor
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DifferenceKit' from project 'DifferenceKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DifferenceKit' from project 'DifferenceKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DiffableCellKit' from project 'CellKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CellKit' from project 'CellKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CellKit' from project 'CellKit')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift (in target 'DiffableCellKit' from project 'CellKit')
	SwiftCompile normal arm64 Compiling\ DifferentiableCellModelDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DiffableCellKit/DifferentiableCellModelDataSource.swift (in target 'DiffableCellKit' from project 'CellKit')
(2 failures)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.