Build Information
Successful build of StableCollectionViewLayout, reference main (b41508
), with Swift 6.0 for visionOS using Xcode 16.2 on 29 Nov 2024 08:49:59 UTC.
Swift 6 data race errors: 22
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StableCollectionViewLayout -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift:16:54: warning: main actor-isolated property 'contentOffset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
forProposedContentOffset: collectionView.contentOffset
^
UIKit.UIScrollView:3:25: note: property declared here
@MainActor open var contentOffset: CGPoint { get set }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift:11:10: note: add '@MainActor' to make instance method 'finalizeUpdatesWithAdjustContetnOffset' part of global actor 'MainActor'
func finalizeUpdatesWithAdjustContetnOffset(_ collectionView: UICollectionView?) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift:18:28: warning: main actor-isolated property 'contentOffset' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
collectionView.contentOffset = newContentOffset
^
UIKit.UIScrollView:3:25: note: mutation of this property is only permitted within the actor
@MainActor open var contentOffset: CGPoint { get set }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift:11:10: note: add '@MainActor' to make instance method 'finalizeUpdatesWithAdjustContetnOffset' part of global actor 'MainActor'
func finalizeUpdatesWithAdjustContetnOffset(_ collectionView: UICollectionView?) {
^
@MainActor
SwiftCompile normal arm64 Compiling\ VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.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/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesState.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ VisibleIndexesStateControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.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/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/VisibleIndexesStateControllerImpl.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.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/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewFlowLayout.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
UIKit.UICollectionViewLayout:14:26: warning: main actor-isolated instance method 'layoutAttributesForSupplementaryView(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
@MainActor open func layoutAttributesForSupplementaryView(ofKind elementKind: String, at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:14:26: note: add 'nonisolated' to 'layoutAttributesForSupplementaryView(ofKind:at:)' to make this instance method not isolated to the actor
@MainActor open func layoutAttributesForSupplementaryView(ofKind elementKind: String, at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift:12:72: note: add '@preconcurrency' to the 'LayoutAttributesProvider' conformance to defer isolation checking to run time
open class StableCollectionViewFlowLayout: UICollectionViewFlowLayout, LayoutAttributesProvider {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:12:10: note: mark the protocol requirement 'layoutAttributesForSupplementaryView(ofKind:at:)' 'async' to allow actor-isolated conformances
func layoutAttributesForSupplementaryView(
^
UIKit.UICollectionViewLayout:17:15: warning: main actor-isolated instance method 'layoutAttributesForDecorationView(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func layoutAttributesForDecorationView(ofKind elementKind: String, at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:17:15: note: add 'nonisolated' to 'layoutAttributesForDecorationView(ofKind:at:)' to make this instance method not isolated to the actor
open func layoutAttributesForDecorationView(ofKind elementKind: String, at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:17:10: note: mark the protocol requirement 'layoutAttributesForDecorationView(ofKind:at:)' 'async' to allow actor-isolated conformances
func layoutAttributesForDecorationView(
^
UIKit.UICollectionViewLayout:28:26: warning: main actor-isolated instance method 'initialLayoutAttributesForAppearingSupplementaryElement(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
@MainActor open func initialLayoutAttributesForAppearingSupplementaryElement(ofKind elementKind: String, at elementIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:28:26: note: add 'nonisolated' to 'initialLayoutAttributesForAppearingSupplementaryElement(ofKind:at:)' to make this instance method not isolated to the actor
@MainActor open func initialLayoutAttributesForAppearingSupplementaryElement(ofKind elementKind: String, at elementIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:22:10: note: mark the protocol requirement 'initialLayoutAttributesForAppearingSupplementaryElement(ofKind:at:)' 'async' to allow actor-isolated conformances
func initialLayoutAttributesForAppearingSupplementaryElement(
^
UIKit.UICollectionViewLayout:31:15: warning: main actor-isolated instance method 'finalLayoutAttributesForDisappearingSupplementaryElement(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func finalLayoutAttributesForDisappearingSupplementaryElement(ofKind elementKind: String, at elementIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:31:15: note: add 'nonisolated' to 'finalLayoutAttributesForDisappearingSupplementaryElement(ofKind:at:)' to make this instance method not isolated to the actor
open func finalLayoutAttributesForDisappearingSupplementaryElement(ofKind elementKind: String, at elementIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:27:10: note: mark the protocol requirement 'finalLayoutAttributesForDisappearingSupplementaryElement(ofKind:at:)' 'async' to allow actor-isolated conformances
func finalLayoutAttributesForDisappearingSupplementaryElement(
^
UIKit.UICollectionViewLayout:34:15: warning: main actor-isolated instance method 'initialLayoutAttributesForAppearingDecorationElement(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func initialLayoutAttributesForAppearingDecorationElement(ofKind elementKind: String, at decorationIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:34:15: note: add 'nonisolated' to 'initialLayoutAttributesForAppearingDecorationElement(ofKind:at:)' to make this instance method not isolated to the actor
open func initialLayoutAttributesForAppearingDecorationElement(ofKind elementKind: String, at decorationIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:32:10: note: mark the protocol requirement 'initialLayoutAttributesForAppearingDecorationElement(ofKind:at:)' 'async' to allow actor-isolated conformances
func initialLayoutAttributesForAppearingDecorationElement(
^
UIKit.UICollectionViewLayout:37:15: warning: main actor-isolated instance method 'finalLayoutAttributesForDisappearingDecorationElement(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func finalLayoutAttributesForDisappearingDecorationElement(ofKind elementKind: String, at decorationIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:37:15: note: add 'nonisolated' to 'finalLayoutAttributesForDisappearingDecorationElement(ofKind:at:)' to make this instance method not isolated to the actor
open func finalLayoutAttributesForDisappearingDecorationElement(ofKind elementKind: String, at decorationIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:37:10: note: mark the protocol requirement 'finalLayoutAttributesForDisappearingDecorationElement(ofKind:at:)' 'async' to allow actor-isolated conformances
func finalLayoutAttributesForDisappearingDecorationElement(
^
UIKit.UICollectionViewLayout:11:15: warning: main actor-isolated instance method 'layoutAttributesForItem(at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func layoutAttributesForItem(at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:11:15: note: add 'nonisolated' to 'layoutAttributesForItem(at:)' to make this instance method not isolated to the actor
open func layoutAttributesForItem(at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:42:10: note: mark the protocol requirement 'layoutAttributesForItem(at:)' 'async' to allow actor-isolated conformances
func layoutAttributesForItem(at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
async
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift:68:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
open var indexPathsForVisibleItems: [IndexPath] {
^~~~
public
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift:72:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
open var numberOfSections: Int {
^~~~
public
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift:76:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func numberOfItems(inSection section: Int) -> Int {
^~~~
public
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift:80:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
open var contentOffset: CGPoint {
^~~~
public
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift:72:14: warning: main actor-isolated property 'numberOfSections' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open var numberOfSections: Int {
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift:67:43: note: add '@preconcurrency' to the 'CollectionViewDataProvider' conformance to defer isolation checking to run time
extension StableCollectionViewFlowLayout: CollectionViewDataProvider {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift:12:9: note: 'numberOfSections' declared here
var numberOfSections: Int { get }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift:68:14: warning: main actor-isolated property 'indexPathsForVisibleItems' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open var indexPathsForVisibleItems: [IndexPath] {
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift:14:9: note: 'indexPathsForVisibleItems' declared here
var indexPathsForVisibleItems: [IndexPath] { get }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift:80:14: warning: main actor-isolated property 'contentOffset' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open var contentOffset: CGPoint {
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift:16:9: note: 'contentOffset' declared here
var contentOffset: CGPoint { get }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift:76:15: warning: main actor-isolated instance method 'numberOfItems(inSection:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func numberOfItems(inSection section: Int) -> Int {
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift:76:15: note: add 'nonisolated' to 'numberOfItems(inSection:)' to make this instance method not isolated to the actor
open func numberOfItems(inSection section: Int) -> Int {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift:18:10: note: mark the protocol requirement 'numberOfItems(inSection:)' 'async' to allow actor-isolated conformances
func numberOfItems(inSection section: Int) -> Int
^
async
SwiftCompile normal arm64 Compiling\ OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.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/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ IndexPath+Extension.swift,\ LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.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/StableCollectionViewLayout/Sources/IndexPath+Extension.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.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/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/IndexPath+Extension.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/LayoutAttributesProvider.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.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/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
UIKit.UICollectionViewLayout:14:26: warning: main actor-isolated instance method 'layoutAttributesForSupplementaryView(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
@MainActor open func layoutAttributesForSupplementaryView(ofKind elementKind: String, at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:14:26: note: add 'nonisolated' to 'layoutAttributesForSupplementaryView(ofKind:at:)' to make this instance method not isolated to the actor
@MainActor open func layoutAttributesForSupplementaryView(ofKind elementKind: String, at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift:12:64: note: add '@preconcurrency' to the 'LayoutAttributesProvider' conformance to defer isolation checking to run time
open class StableCollectionViewLayout: UICollectionViewLayout, LayoutAttributesProvider {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:12:10: note: mark the protocol requirement 'layoutAttributesForSupplementaryView(ofKind:at:)' 'async' to allow actor-isolated conformances
func layoutAttributesForSupplementaryView(
^
UIKit.UICollectionViewLayout:17:15: warning: main actor-isolated instance method 'layoutAttributesForDecorationView(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func layoutAttributesForDecorationView(ofKind elementKind: String, at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:17:15: note: add 'nonisolated' to 'layoutAttributesForDecorationView(ofKind:at:)' to make this instance method not isolated to the actor
open func layoutAttributesForDecorationView(ofKind elementKind: String, at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:17:10: note: mark the protocol requirement 'layoutAttributesForDecorationView(ofKind:at:)' 'async' to allow actor-isolated conformances
func layoutAttributesForDecorationView(
^
UIKit.UICollectionViewLayout:28:26: warning: main actor-isolated instance method 'initialLayoutAttributesForAppearingSupplementaryElement(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
@MainActor open func initialLayoutAttributesForAppearingSupplementaryElement(ofKind elementKind: String, at elementIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:28:26: note: add 'nonisolated' to 'initialLayoutAttributesForAppearingSupplementaryElement(ofKind:at:)' to make this instance method not isolated to the actor
@MainActor open func initialLayoutAttributesForAppearingSupplementaryElement(ofKind elementKind: String, at elementIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:22:10: note: mark the protocol requirement 'initialLayoutAttributesForAppearingSupplementaryElement(ofKind:at:)' 'async' to allow actor-isolated conformances
func initialLayoutAttributesForAppearingSupplementaryElement(
^
UIKit.UICollectionViewLayout:31:15: warning: main actor-isolated instance method 'finalLayoutAttributesForDisappearingSupplementaryElement(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func finalLayoutAttributesForDisappearingSupplementaryElement(ofKind elementKind: String, at elementIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:31:15: note: add 'nonisolated' to 'finalLayoutAttributesForDisappearingSupplementaryElement(ofKind:at:)' to make this instance method not isolated to the actor
open func finalLayoutAttributesForDisappearingSupplementaryElement(ofKind elementKind: String, at elementIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:27:10: note: mark the protocol requirement 'finalLayoutAttributesForDisappearingSupplementaryElement(ofKind:at:)' 'async' to allow actor-isolated conformances
func finalLayoutAttributesForDisappearingSupplementaryElement(
^
UIKit.UICollectionViewLayout:34:15: warning: main actor-isolated instance method 'initialLayoutAttributesForAppearingDecorationElement(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func initialLayoutAttributesForAppearingDecorationElement(ofKind elementKind: String, at decorationIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:34:15: note: add 'nonisolated' to 'initialLayoutAttributesForAppearingDecorationElement(ofKind:at:)' to make this instance method not isolated to the actor
open func initialLayoutAttributesForAppearingDecorationElement(ofKind elementKind: String, at decorationIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:32:10: note: mark the protocol requirement 'initialLayoutAttributesForAppearingDecorationElement(ofKind:at:)' 'async' to allow actor-isolated conformances
func initialLayoutAttributesForAppearingDecorationElement(
^
UIKit.UICollectionViewLayout:37:15: warning: main actor-isolated instance method 'finalLayoutAttributesForDisappearingDecorationElement(ofKind:at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func finalLayoutAttributesForDisappearingDecorationElement(ofKind elementKind: String, at decorationIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:37:15: note: add 'nonisolated' to 'finalLayoutAttributesForDisappearingDecorationElement(ofKind:at:)' to make this instance method not isolated to the actor
open func finalLayoutAttributesForDisappearingDecorationElement(ofKind elementKind: String, at decorationIndexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:37:10: note: mark the protocol requirement 'finalLayoutAttributesForDisappearingDecorationElement(ofKind:at:)' 'async' to allow actor-isolated conformances
func finalLayoutAttributesForDisappearingDecorationElement(
^
UIKit.UICollectionViewLayout:11:15: warning: main actor-isolated instance method 'layoutAttributesForItem(at:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func layoutAttributesForItem(at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
UIKit.UICollectionViewLayout:11:15: note: add 'nonisolated' to 'layoutAttributesForItem(at:)' to make this instance method not isolated to the actor
open func layoutAttributesForItem(at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift:42:10: note: mark the protocol requirement 'layoutAttributesForItem(at:)' 'async' to allow actor-isolated conformances
func layoutAttributesForItem(at indexPath: IndexPath) -> UICollectionViewLayoutAttributes?
^
async
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift:64:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
open var indexPathsForVisibleItems: [IndexPath] {
^~~~
public
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift:68:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
open var numberOfSections: Int {
^~~~
public
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift:72:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func numberOfItems(inSection section: Int) -> Int {
^~~~
public
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift:76:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
open var contentOffset: CGPoint {
^~~~
public
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift:68:14: warning: main actor-isolated property 'numberOfSections' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open var numberOfSections: Int {
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift:63:39: note: add '@preconcurrency' to the 'CollectionViewDataProvider' conformance to defer isolation checking to run time
extension StableCollectionViewLayout: CollectionViewDataProvider {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift:12:9: note: 'numberOfSections' declared here
var numberOfSections: Int { get }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift:64:14: warning: main actor-isolated property 'indexPathsForVisibleItems' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open var indexPathsForVisibleItems: [IndexPath] {
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift:14:9: note: 'indexPathsForVisibleItems' declared here
var indexPathsForVisibleItems: [IndexPath] { get }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift:76:14: warning: main actor-isolated property 'contentOffset' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open var contentOffset: CGPoint {
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift:16:9: note: 'contentOffset' declared here
var contentOffset: CGPoint { get }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift:72:15: warning: main actor-isolated instance method 'numberOfItems(inSection:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
open func numberOfItems(inSection section: Int) -> Int {
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift:72:15: note: add 'nonisolated' to 'numberOfItems(inSection:)' to make this instance method not isolated to the actor
open func numberOfItems(inSection section: Int) -> Int {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift:18:10: note: mark the protocol requirement 'numberOfItems(inSection:)' 'async' to allow actor-isolated conformances
func numberOfItems(inSection section: Int) -> Int
^
async
SwiftCompile normal arm64 Compiling\ OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.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/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/OffsetControllerImpl.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift:87:92: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
seed[indexPath] = layoutDataSource.layoutAttributesForItem(at: indexPath)?.frame ?? .zero
^
UIKit.UICollectionViewLayoutAttributes:3:25: note: property declared here
@MainActor open var frame: CGRect { get set }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift:110:73: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
.layoutAttributesForItem(at: visibleState.targetIndexPath)?.frame ?? .zero
^
UIKit.UICollectionViewLayoutAttributes:3:25: note: property declared here
@MainActor open var frame: CGRect { get set }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift:92:18: note: add '@MainActor' to make instance method 'offsetDifference(for:)' part of global actor 'MainActor'
private func offsetDifference(for updates: [CollectionViewUpdateItem]) -> CGPoint {
^
@MainActor
SwiftCompile normal arm64 Compiling\ CollectionViewDataProvider.swift,\ CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.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/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.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/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewDataProvider.swift -primary-file /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/IndexPath+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/LayoutAttributesProvider.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController+Extension.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/OffsetController/OffsetControllerImpl.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewFlowLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/StableCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesState.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift /Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name StableCollectionViewLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewDataProvider.o -index-unit-output-path /StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/CollectionViewUpdateItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift:25:41: warning: main actor-isolated property 'indexPathBeforeUpdate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
indexPathBeforeUpdate: item.indexPathBeforeUpdate,
^
UIKit.UICollectionViewUpdateItem:3:25: note: property declared here
@MainActor open var indexPathBeforeUpdate: IndexPath? { get }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift:26:40: warning: main actor-isolated property 'indexPathAfterUpdate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
indexPathAfterUpdate: item.indexPathAfterUpdate,
^
UIKit.UICollectionViewUpdateItem:4:14: note: property declared here
open var indexPathAfterUpdate: IndexPath? { get }
^
/Users/admin/builder/spi-builder-workspace/StableCollectionViewLayout/Sources/CollectionViewUpdateItem.swift:27:32: warning: main actor-isolated property 'updateAction' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
updateAction: item.updateAction
^
UIKit.UICollectionViewUpdateItem:5:14: note: property declared here
open var updateAction: UICollectionViewUpdateItem.Action { get }
^
SwiftDriverJobDiscovery normal arm64 Emitting module for StableCollectionViewLayout (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
SwiftDriverJobDiscovery normal arm64 Compiling VisibleIndexesStateController.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
SwiftDriver\ Compilation\ Requirements StableCollectionViewLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name StableCollectionViewLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout-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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StableCollectionViewLayout-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout-Swift.h (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StableCollectionViewLayout-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.swiftmodule (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.swiftdoc (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.abi.json (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.swiftsourceinfo (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling VisibleIndexesState.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
SwiftDriverJobDiscovery normal arm64 Compiling VisibleIndexesStateControllerImpl.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
SwiftDriverJobDiscovery normal arm64 Compiling OffsetController+Extension.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
SwiftDriverJobDiscovery normal arm64 Compiling CollectionViewDataProvider.swift, CollectionViewUpdateItem.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
SwiftDriverJobDiscovery normal arm64 Compiling OffsetControllerImpl.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
SwiftDriverJobDiscovery normal arm64 Compiling OffsetController.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
SwiftDriverJobDiscovery normal arm64 Compiling IndexPath+Extension.swift, LayoutAttributesProvider.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
SwiftDriverJobDiscovery normal arm64 Compiling StableCollectionViewLayout.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
SwiftDriverJobDiscovery normal arm64 Compiling StableCollectionViewFlowLayout.swift (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
SwiftDriver\ Compilation StableCollectionViewLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name StableCollectionViewLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout-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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.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/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.o normal (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-16.1.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-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StableCollectionViewLayout.build/Debug-xros/StableCollectionViewLayout.build/Objects-normal/arm64/StableCollectionViewLayout_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.o (in target 'StableCollectionViewLayout' from project 'StableCollectionViewLayout')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StableCollectionViewLayout.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "StableCollectionViewLayout",
"name" : "StableCollectionViewLayout",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "StableCollectionViewLayout",
"targets" : [
"StableCollectionViewLayout"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StableCollectionViewLayoutTests",
"module_type" : "SwiftTarget",
"name" : "StableCollectionViewLayoutTests",
"path" : "StableCollectionViewLayoutTests",
"sources" : [
"CollectionViewUpdateItemTests.swift",
"DeleteAttributesFinderTests.swift",
"InsertAttributesFinderTests.swift",
"Mock/CollectionViewDataProviderMock.swift",
"Mock/LayoutAttributesProviderMock.swift",
"Mock/VisibleIndexesStateControllerMock.swift",
"OffsetControllerTests.swift",
"VisibleIndexesStateControllerTests.swift",
"VisibleIndexesStateTests.swift"
],
"target_dependencies" : [
"StableCollectionViewLayout"
],
"type" : "test"
},
{
"c99name" : "StableCollectionViewLayout",
"module_type" : "SwiftTarget",
"name" : "StableCollectionViewLayout",
"path" : "StableCollectionViewLayout",
"product_memberships" : [
"StableCollectionViewLayout"
],
"sources" : [
"Sources/CollectionViewDataProvider.swift",
"Sources/CollectionViewUpdateItem.swift",
"Sources/IndexPath+Extension.swift",
"Sources/LayoutAttributesProvider.swift",
"Sources/OffsetController/OffsetController+Extension.swift",
"Sources/OffsetController/OffsetController.swift",
"Sources/OffsetController/OffsetControllerImpl.swift",
"Sources/StableCollectionViewFlowLayout.swift",
"Sources/StableCollectionViewLayout.swift",
"Sources/VisibleIndexesStateController/VisibleIndexesState.swift",
"Sources/VisibleIndexesStateController/VisibleIndexesStateController.swift",
"Sources/VisibleIndexesStateController/VisibleIndexesStateControllerImpl.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.