Build Information
Successful build of CellsReloadable, reference main (cb779a
), with Swift 6.0 for iOS using Xcode 16.2 on 1 Dec 2024 19:04:44 UTC.
Swift 6 data race errors: 6
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CellsReloadable -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:171:16: warning: call to main actor-isolated instance method 'render(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
$0.render(with: $1)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift:6:10: note: calls to instance method 'render(with:)' from outside of its actor context are implicitly asynchronous
func render(with props: Props)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:186:16: warning: call to main actor-isolated instance method 'render(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
$0.render(with: $1)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift:6:10: note: calls to instance method 'render(with:)' from outside of its actor context are implicitly asynchronous
func render(with props: Props)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:201:16: warning: call to main actor-isolated instance method 'render(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
$0.render(with: $1)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift:6:10: note: calls to instance method 'render(with:)' from outside of its actor context are implicitly asynchronous
func render(with props: Props)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:171:16: warning: sending '$1' risks causing data races; this is an error in the Swift 6 language mode
$0.render(with: $1)
~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:171:16: note: sending task-isolated '$1' to main actor-isolated instance method 'render(with:)' risks causing data races between main actor-isolated and task-isolated uses
$0.render(with: $1)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:186:16: warning: sending '$1' risks causing data races; this is an error in the Swift 6 language mode
$0.render(with: $1)
~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:186:16: note: sending task-isolated '$1' to main actor-isolated instance method 'render(with:)' risks causing data races between main actor-isolated and task-isolated uses
$0.render(with: $1)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:201:16: warning: sending '$1' risks causing data races; this is an error in the Swift 6 language mode
$0.render(with: $1)
~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:201:16: note: sending task-isolated '$1' to main actor-isolated instance method 'render(with:)' risks causing data races between main actor-isolated and task-isolated uses
$0.render(with: $1)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSection.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSection.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSection.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSection.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSectionsBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsSectionsReloadable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Algorithm.swift, AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ TypedViewCell.swift,\ UICollectionView+Reload.swift,\ UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UIStackView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UIStackView+Reload.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UIStackView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UIStackView+Reload.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:22:34: warning: converting function value of type '@MainActor @Sendable () -> Cell' to '() -> Cell' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
ViewCell(id: id, create: Cell.init, render: render)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:22:34: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
ViewCell(id: id, create: Cell.init, render: render)
^
UIKit.UIView:38:35: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
@MainActor public convenience init()
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:34:16: warning: call to main actor-isolated instance method 'render(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
$0.render(with: props)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift:6:10: note: calls to instance method 'render(with:)' from outside of its actor context are implicitly asynchronous
func render(with props: Props)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:45:16: warning: call to main actor-isolated instance method 'render(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
$0.render(with: props)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift:6:10: note: calls to instance method 'render(with:)' from outside of its actor context are implicitly asynchronous
func render(with props: Props)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:34:16: warning: sending 'props' risks causing data races; this is an error in the Swift 6 language mode
$0.render(with: props)
~~~^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:34:16: note: sending task-isolated 'props' to main actor-isolated instance method 'render(with:)' risks causing data races between main actor-isolated and task-isolated uses
$0.render(with: props)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:45:16: warning: sending 'props' risks causing data races; this is an error in the Swift 6 language mode
$0.render(with: props)
~~~^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:45:16: note: sending task-isolated 'props' to main actor-isolated instance method 'render(with:)' risks causing data races between main actor-isolated and task-isolated uses
$0.render(with: props)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UIStackView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UIStackView+Reload.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:243:20: warning: static property 'registeredIDsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var registeredIDsKey = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:243:20: note: convert 'registeredIDsKey' to a 'let' constant to make 'Sendable' shared state immutable
static var registeredIDsKey = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:243:20: note: annotate 'registeredIDsKey' with '@MainActor' if property should only be accessed from the main actor
static var registeredIDsKey = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:243:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var registeredIDsKey = 0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:42:25: warning: call to main actor-isolated instance method 'reloadData()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
collectionView?.reloadData()
^
UIKit.UICollectionView:67:26: note: calls to instance method 'reloadData()' from outside of its actor context are implicitly asynchronous
@MainActor open func reloadData()
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:40:17: note: add '@MainActor' to make instance method 'reloadData()' part of global actor 'MainActor'
public func reloadData() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:82:81: warning: main actor-isolated property 'cellView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
(collectionView?.cellForItem(at: indexPath) as? AnyCollectionViewCell)?.cellView
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:249:9: note: property declared here
var cellView: UIView?
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:81:10: note: add '@MainActor' to make instance method 'viewForItem(at:)' part of global actor 'MainActor'
func viewForItem(at indexPath: IndexPath) -> UIView? {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:82:26: warning: call to main actor-isolated instance method 'cellForItem(at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
(collectionView?.cellForItem(at: indexPath) as? AnyCollectionViewCell)?.cellView
^
UIKit.UICollectionView:99:15: note: calls to instance method 'cellForItem(at:)' from outside of its actor context are implicitly asynchronous
open func cellForItem(at indexPath: IndexPath) -> UICollectionViewCell?
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:81:10: note: add '@MainActor' to make instance method 'viewForItem(at:)' part of global actor 'MainActor'
func viewForItem(at indexPath: IndexPath) -> UIView? {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:113:25: warning: main actor-isolated property 'visibleCells' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
collectionView?.visibleCells.compactMap { ($0 as? AnyCollectionViewCell)?.cellView } ?? []
^
UIKit.UICollectionView:102:14: note: property declared here
open var visibleCells: [UICollectionViewCell] { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:113:83: warning: main actor-isolated property 'cellView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
collectionView?.visibleCells.compactMap { ($0 as? AnyCollectionViewCell)?.cellView } ?? []
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:249:9: note: property declared here
var cellView: UIView?
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:191:27: warning: main actor-isolated property 'delegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if collectionView.delegate !== self {
^
UIKit.UICollectionView:6:19: note: property declared here
weak open var delegate: (any UICollectionViewDelegate)? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:189:10: note: add '@MainActor' to make instance method 'prepareCollectionView()' part of global actor 'MainActor'
func prepareCollectionView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:192:53: warning: main actor-isolated property 'delegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
collectionViewDelegate = collectionView.delegate
^
UIKit.UICollectionView:6:19: note: property declared here
weak open var delegate: (any UICollectionViewDelegate)? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:189:10: note: add '@MainActor' to make instance method 'prepareCollectionView()' part of global actor 'MainActor'
func prepareCollectionView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:194:24: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
collectionView.delegate = self
^
UIKit.UICollectionView:6:19: note: mutation of this property is only permitted within the actor
weak open var delegate: (any UICollectionViewDelegate)? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:189:10: note: add '@MainActor' to make instance method 'prepareCollectionView()' part of global actor 'MainActor'
func prepareCollectionView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:202:74: warning: main actor-isolated property '_isScrolling' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
let isAnimated = isAnimated && !isFirstReload && !collectionView._isScrolling
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift:5:9: note: property declared here
var _isScrolling: Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:214:24: warning: call to main actor-isolated instance method 'reload(using:interrupt:setData:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
collectionView.reload(using: changeset) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift:140:10: note: calls to instance method 'reload(using:interrupt:setData:)' from outside of its actor context are implicitly asynchronous
func reload<C>(
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:198:10: note: add '@MainActor' to make instance method 'reloadData(newValue:completion:)' part of global actor 'MainActor'
func reloadData(newValue: LazyArray<CellsSection>, completion: (() -> Void)? = nil) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:220:25: warning: main actor-isolated property 'dataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
collectionView?.dataSource = self
^
UIKit.UICollectionView:7:19: note: mutation of this property is only permitted within the actor
weak open var dataSource: (any UICollectionViewDataSource)? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:219:10: note: add '@MainActor' to make instance method 'configureDataSource()' part of global actor 'MainActor'
func configureDataSource() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:214:24: warning: sending 'changeset' risks causing data races; this is an error in the Swift 6 language mode
collectionView.reload(using: changeset) {
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:214:24: note: sending task-isolated 'changeset' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
collectionView.reload(using: changeset) {
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:214:24: warning: sending task-isolated value of type '(LazyArray<CellsSection>) -> ()' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
collectionView.reload(using: changeset) {
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UIStackView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/TypedViewCell.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UICollectionView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/UIStackView+Reload.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:5:17: warning: main actor-isolated instance method 'reload(cells:completion:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
public func reload(
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:5:17: note: add 'nonisolated' to 'reload(cells:completion:)' to make this instance method not isolated to the actor
public func reload(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:3:24: note: add '@preconcurrency' to the 'ViewCellsReloadable' conformance to defer isolation checking to run time
extension UIStackView: ViewCellsReloadable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:5:10: note: mark the protocol requirement 'reload(cells:completion:)' 'async' to allow actor-isolated conformances
func reload(
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:42:17: warning: main actor-isolated instance method 'reload(sections:completion:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
public func reload(sections: LazyArray<CellsSection>, completion: (() -> Void)?) {
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:42:17: note: add 'nonisolated' to 'reload(sections:completion:)' to make this instance method not isolated to the actor
public func reload(sections: LazyArray<CellsSection>, completion: (() -> Void)?) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:40:24: note: add '@preconcurrency' to the 'CellsSectionsReloadable' conformance to defer isolation checking to run time
extension UIStackView: CellsSectionsReloadable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift:5:10: note: mark the protocol requirement 'reload(sections:completion:)' 'async' to allow actor-isolated conformances
func reload(
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:101:20: warning: static property 'stackID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var stackID = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:101:20: note: convert 'stackID' to a 'let' constant to make 'Sendable' shared state immutable
static var stackID = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:101:20: note: annotate 'stackID' with '@MainActor' if property should only be accessed from the main actor
static var stackID = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:101:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var stackID = 0
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ ViewCellsBuilder.swift,\ ViewCellsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/ViewCellsReloadable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:218:16: warning: call to main actor-isolated instance method 'render(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
$0.render(with: $1)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift:6:10: note: calls to instance method 'render(with:)' from outside of its actor context are implicitly asynchronous
func render(with props: Props)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:244:16: warning: call to main actor-isolated instance method 'render(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
$0.render(with: $1)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift:6:10: note: calls to instance method 'render(with:)' from outside of its actor context are implicitly asynchronous
func render(with props: Props)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:268:16: warning: call to main actor-isolated instance method 'render(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
$0.render(with: $1)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift:6:10: note: calls to instance method 'render(with:)' from outside of its actor context are implicitly asynchronous
func render(with props: Props)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:218:16: warning: sending '$1' risks causing data races; this is an error in the Swift 6 language mode
$0.render(with: $1)
~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:218:16: note: sending task-isolated '$1' to main actor-isolated instance method 'render(with:)' risks causing data races between main actor-isolated and task-isolated uses
$0.render(with: $1)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:244:16: warning: sending '$1' risks causing data races; this is an error in the Swift 6 language mode
$0.render(with: $1)
~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:244:16: note: sending task-isolated '$1' to main actor-isolated instance method 'render(with:)' risks causing data races between main actor-isolated and task-isolated uses
$0.render(with: $1)
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:268:16: warning: sending '$1' risks causing data races; this is an error in the Swift 6 language mode
$0.render(with: $1)
~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:268:16: note: sending task-isolated '$1' to main actor-isolated instance method 'render(with:)' risks causing data races between main actor-isolated and task-isolated uses
$0.render(with: $1)
^
SwiftDriverJobDiscovery normal arm64 Compiling ArraySection.swift, Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ Collection++.swift,\ String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/String++.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling Collection++.swift, String++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftDriver\ Compilation DifferenceKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
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 DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -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-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CodeID.swift,\ Differentiable++.swift,\ LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CodeID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/LazyArray.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CodeID.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/LazyArray.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CodeID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/LazyArray.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CodeID.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/LazyArray.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CodeID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/LazyArray.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CodeID.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/LazyArray.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CodeID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/LazyArray.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CodeID.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/Differentiable++.o -index-unit-output-path /CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/LazyArray.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling DelegateModifiers.swift, DidHighlight.swift, Height.swift (in target 'CellsReloadable' from project 'CellsReloadable')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DifferenceKit.o normal (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-iphoneos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DifferenceKit.o
SwiftDriverJobDiscovery normal arm64 Compiling Size.swift, WillReuse.swift, NoneID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DifferenceKit.o (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DifferenceKit.o
SwiftDriverJobDiscovery normal arm64 Emitting module for CellsReloadable (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftDriver\ Compilation\ Requirements CellsReloadable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CellsReloadable' from project 'CellsReloadable')
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 CellsReloadable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -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-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-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/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.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/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.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/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CellsReloadable.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftmodule (in target 'CellsReloadable' from project 'CellsReloadable')
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/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CellsReloadable.swiftmodule/arm64-apple-ios.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CellsReloadable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-Swift.h (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CellsReloadable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CellsReloadable.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftdoc (in target 'CellsReloadable' from project 'CellsReloadable')
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/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CellsReloadable.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CellsReloadable.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.abi.json (in target 'CellsReloadable' from project 'CellsReloadable')
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/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CellsReloadable.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CellsReloadable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftsourceinfo (in target 'CellsReloadable' from project 'CellsReloadable')
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/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CellsReloadable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CodeID.swift, Differentiable++.swift, LazyArray.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftDriverJobDiscovery normal arm64 Compiling TypedViewCell.swift, UICollectionView+Reload.swift, UIStackView+Reload.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftDriverJobDiscovery normal arm64 Compiling UITableView+Reload.swift, UnionID.swift, AnyEquatable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftDriverJobDiscovery normal arm64 Compiling UIScrollView++.swift, ViewCell.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftDriverJobDiscovery normal arm64 Compiling ViewCellsBuilder.swift, ViewCellsReloadable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftDriverJobDiscovery normal arm64 Compiling RenderableView.swift, SingleViewCellBuilder.swift, HostingView.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftDriverJobDiscovery normal arm64 Compiling CellsSection.swift, CellsSectionsBuilder.swift, CellsSectionsReloadable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftDriver\ Compilation CellsReloadable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CellsReloadable' from project 'CellsReloadable')
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 CellsReloadable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -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-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-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/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.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/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.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/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-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-iphoneos/CellsReloadable.o normal (in target 'CellsReloadable' from project 'CellsReloadable')
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-ios13.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-iphoneos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CellsReloadable.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CellsReloadable.o (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CellsReloadable.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "differencekit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ra1028/DifferenceKit.git"
}
],
"manifest_display_name" : "CellsReloadable",
"name" : "CellsReloadable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CellsReloadable",
"targets" : [
"CellsReloadable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CellsReloadable",
"module_type" : "SwiftTarget",
"name" : "CellsReloadable",
"path" : "Sources/CellsReloadable",
"product_dependencies" : [
"DifferenceKit"
],
"product_memberships" : [
"CellsReloadable"
],
"sources" : [
"CellsSection.swift",
"CellsSectionsBuilder.swift",
"CellsSectionsReloadable.swift",
"CodeID.swift",
"DifferenceKit/Differentiable++.swift",
"LazyArray.swift",
"Modifiers/DelegateModifiers.swift",
"Modifiers/DidHighlight.swift",
"Modifiers/Height.swift",
"Modifiers/Size.swift",
"Modifiers/WillReuse.swift",
"NoneID.swift",
"Protocols/RenderableView.swift",
"SingleViewCellBuilder.swift",
"SwiftUI/HostingView.swift",
"TypedViewCell.swift",
"UICollectionView+Reload.swift",
"UIStackView+Reload.swift",
"UITableView+Reload.swift",
"UnionID.swift",
"Utils/AnyEquatable.swift",
"Utils/Collection++.swift",
"Utils/String++.swift",
"Utils/UIScrollView++.swift",
"ViewCell.swift",
"ViewCellsBuilder.swift",
"ViewCellsReloadable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.