Build Information
Successful build of YComponentBrowser, reference main (c6328d
), with Swift 6.0 for visionOS using Xcode 16.2 on 30 Nov 2024 02:20:01 UTC.
Swift 6 data race errors: 21
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme YComponentBrowser -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
@MainActor open var image: UIImage? { get set }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/IconViewTest.swift:36:19: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let sut = IconView(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/IconView.swift:19:21: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
public override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/IconViewTest.swift:35:10: note: add '@MainActor' to make instance method 'makeSUT(file:line:)' part of global actor 'MainActor'
func makeSUT(file: StaticString = #filePath, line: UInt = #line) -> IconView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/IconViewTest.swift:12:19: warning: sending task-isolated value of type 'NSCoder' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
let sut = IconView(coder: try makeCoder(for: makeSUT()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64 Compiling CatalogFactory.swift, ClassificationDataSource.swift, ClassificationViewController.swift (in target 'YComponentBrowser' from project 'YComponentBrowser')
SwiftCompile normal arm64 Compiling\ CategoriesTest.swift,\ CatalogDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CategoriesTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/CatalogDestinationTests.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/Tests/YComponentBrowserTests/CatalogFactoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationDataSourceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+MemoryLeakTracking.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+makeCoder.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CatalogCategoryTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CategoriesTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/CatalogDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/SubcategoryDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Protocols/IdentifiableProtocolTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericCollectionViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericTableViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericCollectionViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericTableViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/CatalogDisplayViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/ColorViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/FontViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/IconViewTest.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YComponentBrowserTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.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/Tests/YComponentBrowserTests/Models/Categories/CategoriesTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/Tests/YComponentBrowserTests/CatalogFactoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationDataSourceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+MemoryLeakTracking.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+makeCoder.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CatalogCategoryTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CategoriesTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/CatalogDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/SubcategoryDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Protocols/IdentifiableProtocolTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericCollectionViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericTableViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericCollectionViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericTableViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/CatalogDisplayViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/ColorViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/FontViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/IconViewTest.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YComponentBrowserTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.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/Tests/YComponentBrowserTests/Models/Destinations/CatalogDestinationTests.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/Tests/YComponentBrowserTests/CatalogFactoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationDataSourceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+MemoryLeakTracking.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+makeCoder.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CatalogCategoryTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CategoriesTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/CatalogDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/SubcategoryDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Protocols/IdentifiableProtocolTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericCollectionViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericTableViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericCollectionViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericTableViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/CatalogDisplayViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/ColorViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/FontViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/IconViewTest.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YComponentBrowserTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CategoriesTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDestinationTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Selectable.swift, GenericCollectionViewCell.swift, GenericTableViewCell.swift (in target 'YComponentBrowser' from project 'YComponentBrowser')
SwiftCompile normal arm64 Compiling\ GenericCollectionViewCellTest.swift,\ GenericTableViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericCollectionViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericTableViewCellTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/Tests/YComponentBrowserTests/CatalogFactoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationDataSourceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+MemoryLeakTracking.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+makeCoder.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CatalogCategoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CategoriesTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/CatalogDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/SubcategoryDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Protocols/IdentifiableProtocolTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericCollectionViewCellTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericTableViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericCollectionViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericTableViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/CatalogDisplayViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/ColorViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/FontViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/IconViewTest.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YComponentBrowserTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.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/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericCollectionViewCellTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/Tests/YComponentBrowserTests/CatalogFactoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationDataSourceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+MemoryLeakTracking.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+makeCoder.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CatalogCategoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CategoriesTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/CatalogDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/SubcategoryDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Protocols/IdentifiableProtocolTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericCollectionViewCellTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericTableViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericCollectionViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericTableViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/CatalogDisplayViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/ColorViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/FontViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/IconViewTest.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YComponentBrowserTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:15:42: warning: main actor-isolated property 'isPopulated' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayedView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:68:9: note: property declared here
var isPopulated = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:15:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayedView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:16:13: warning: call to main actor-isolated instance method 'populate(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.populate(with: model)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:52:17: note: calls to instance method 'populate(with:)' from outside of its actor context are implicitly asynchronous
public func populate(with model: Model) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:11:10: note: add '@MainActor' to make instance method 'testPopulatable()' part of global actor 'MainActor'
func testPopulatable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:17:41: warning: main actor-isolated property 'isPopulated' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayedView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:68:9: note: property declared here
var isPopulated = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:17:27: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayedView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:23:42: warning: main actor-isolated property 'isPrepared' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayedView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:67:9: note: property declared here
var isPrepared = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:23:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayedView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:24:13: warning: call to main actor-isolated instance method 'prepareForReuse()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.prepareForReuse()
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:45:26: note: calls to instance method 'prepareForReuse()' from outside of its actor context are implicitly asynchronous
public override func prepareForReuse() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:20:10: note: add '@MainActor' to make instance method 'testReusable()' part of global actor 'MainActor'
func testReusable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:25:41: warning: main actor-isolated property 'isPrepared' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayedView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:67:9: note: property declared here
var isPrepared = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:25:27: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayedView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:29:53: warning: call to main actor-isolated initializer 'init(coder:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let sut = GenericCollectionViewCell<DemoView>(coder: try makeCoder(for: makeSUT()))
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:42:21: note: calls to initializer 'init(coder:)' from outside of its actor context are implicitly asynchronous
public required init?(coder: NSCoder) { nil }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:28:10: note: add '@MainActor' to make instance method 'testInitWithCoder()' part of global actor 'MainActor'
func testInitWithCoder() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:36:40: warning: main actor-isolated property 'isHighlighted' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayedView.isHighlighted)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:69:9: note: property declared here
var isHighlighted: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:36:26: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayedView.isHighlighted)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:37:13: warning: main actor-isolated property 'isHighlighted' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sut.isHighlighted = true
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:27:25: note: mutation of this property is only permitted within the actor
public override var isHighlighted: Bool {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:33:10: note: add '@MainActor' to make instance method 'testHighlightable()' part of global actor 'MainActor'
func testHighlightable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:38:42: warning: main actor-isolated property 'isHighlighted' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isHighlighted, true)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:69:9: note: property declared here
var isHighlighted: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:38:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isHighlighted, true)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:39:13: warning: main actor-isolated property 'isHighlighted' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sut.isHighlighted = false
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:27:25: note: mutation of this property is only permitted within the actor
public override var isHighlighted: Bool {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:33:10: note: add '@MainActor' to make instance method 'testHighlightable()' part of global actor 'MainActor'
func testHighlightable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:40:42: warning: main actor-isolated property 'isHighlighted' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isHighlighted, false)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:69:9: note: property declared here
var isHighlighted: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:40:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isHighlighted, false)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:46:40: warning: main actor-isolated property 'isSelected' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayedView.isSelected)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:70:9: note: property declared here
var isSelected: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:46:26: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayedView.isSelected)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:47:13: warning: main actor-isolated property 'isSelected' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sut.isSelected = true
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:18:25: note: mutation of this property is only permitted within the actor
public override var isSelected: Bool {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:43:10: note: add '@MainActor' to make instance method 'testSelectable()' part of global actor 'MainActor'
func testSelectable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:48:42: warning: main actor-isolated property 'isSelected' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isSelected, true)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:70:9: note: property declared here
var isSelected: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:48:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isSelected, true)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:49:13: warning: main actor-isolated property 'isSelected' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sut.isSelected = false
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:18:25: note: mutation of this property is only permitted within the actor
public override var isSelected: Bool {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:43:10: note: add '@MainActor' to make instance method 'testSelectable()' part of global actor 'MainActor'
func testSelectable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:50:42: warning: main actor-isolated property 'isSelected' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isSelected, false)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:70:9: note: property declared here
var isSelected: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:50:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isSelected, false)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericCollectionViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:56:53: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let sut = GenericCollectionViewCell<DemoView>()
^
UIKit.UICollectionViewCell:37: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/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:55:10: note: add '@MainActor' to make instance method 'makeSUT(file:line:)' part of global actor 'MainActor'
func makeSUT(file: StaticString = #filePath, line: UInt = #line) -> GenericCollectionViewCell<DemoView> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericCollectionViewCellTest.swift:29:53: warning: sending task-isolated value of type 'NSCoder' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
let sut = GenericCollectionViewCell<DemoView>(coder: try makeCoder(for: makeSUT()))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericTableViewCellTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/Tests/YComponentBrowserTests/CatalogFactoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationDataSourceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+MemoryLeakTracking.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+makeCoder.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CatalogCategoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CategoriesTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/CatalogDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/SubcategoryDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Protocols/IdentifiableProtocolTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericCollectionViewCellTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericTableViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericCollectionViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericTableViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/CatalogDisplayViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/ColorViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/FontViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/IconViewTest.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YComponentBrowserTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericCollectionViewCellTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/GenericTableViewCellTest.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:74:10: warning: main actor-isolated instance method 'prepareForReuse()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
func prepareForReuse() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:74:10: note: add 'nonisolated' to 'prepareForReuse()' to make this instance method not isolated to the actor
func prepareForReuse() {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:73:21: note: add '@preconcurrency' to the 'Reusable' conformance to defer isolation checking to run time
extension DemoView: Reusable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/Protocols/Reusable.swift:12:10: note: mark the protocol requirement 'prepareForReuse()' 'async' to allow actor-isolated conformances
func prepareForReuse()
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:80:10: warning: main actor-isolated instance method 'populate(with:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
func populate(with model: Model) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:80:10: note: add 'nonisolated' to 'populate(with:)' to make this instance method not isolated to the actor
func populate(with model: Model) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:79:21: note: add '@preconcurrency' to the 'Populatable' conformance to defer isolation checking to run time
extension DemoView: Populatable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/Protocols/Populatable.swift:16:10: note: mark the protocol requirement 'populate(with:)' 'async' to allow actor-isolated conformances
func populate(with model: Model)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:86:10: warning: main actor-isolated instance method 'setHighlighted' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
func setHighlighted(_ isHighlighted: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:86:10: note: add 'nonisolated' to 'setHighlighted' to make this instance method not isolated to the actor
func setHighlighted(_ isHighlighted: Bool) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:85:21: note: add '@preconcurrency' to the 'Highlightable' conformance to defer isolation checking to run time
extension DemoView: Highlightable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/Protocols/Highlightable.swift:13:10: note: mark the protocol requirement 'setHighlighted' 'async' to allow actor-isolated conformances
func setHighlighted(_ isHighlighted: Bool)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:92:10: warning: main actor-isolated instance method 'setSelected' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
func setSelected(_ isSelected: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:92:10: note: add 'nonisolated' to 'setSelected' to make this instance method not isolated to the actor
func setSelected(_ isSelected: Bool) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:91:21: note: add '@preconcurrency' to the 'Selectable' conformance to defer isolation checking to run time
extension DemoView: Selectable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/Protocols/Selectable.swift:13:10: note: mark the protocol requirement 'setSelected' 'async' to allow actor-isolated conformances
func setSelected(_ isSelected: Bool)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:15:42: warning: main actor-isolated property 'isPopulated' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayedView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:68:9: note: property declared here
var isPopulated = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:15:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayedView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:16:13: warning: call to main actor-isolated instance method 'populate(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.populate(with: model)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:50:17: note: calls to instance method 'populate(with:)' from outside of its actor context are implicitly asynchronous
public func populate(with model: Model) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:11:10: note: add '@MainActor' to make instance method 'testPopulatable()' part of global actor 'MainActor'
func testPopulatable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:17:41: warning: main actor-isolated property 'isPopulated' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayedView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:68:9: note: property declared here
var isPopulated = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:17:27: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayedView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:23:42: warning: main actor-isolated property 'isPrepared' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayedView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:67:9: note: property declared here
var isPrepared = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:23:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayedView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:24:13: warning: call to main actor-isolated instance method 'prepareForReuse()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.prepareForReuse()
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:43:26: note: calls to instance method 'prepareForReuse()' from outside of its actor context are implicitly asynchronous
public override func prepareForReuse() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:20:10: note: add '@MainActor' to make instance method 'testReusable()' part of global actor 'MainActor'
func testReusable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:25:41: warning: main actor-isolated property 'isPrepared' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayedView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:67:9: note: property declared here
var isPrepared = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:25:27: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayedView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:29:48: warning: call to main actor-isolated initializer 'init(coder:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let sut = GenericTableViewCell<DemoView>(coder: try makeCoder(for: makeSUT()))
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:24:21: note: calls to initializer 'init(coder:)' from outside of its actor context are implicitly asynchronous
public required init?(coder: NSCoder) { nil }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:28:10: note: add '@MainActor' to make instance method 'testInitWithCoder()' part of global actor 'MainActor'
func testInitWithCoder() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:36:40: warning: main actor-isolated property 'isHighlighted' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayedView.isHighlighted)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:69:9: note: property declared here
var isHighlighted: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:36:26: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayedView.isHighlighted)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:37:13: warning: main actor-isolated property 'isHighlighted' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sut.isHighlighted = true
^
UIKit.UITableViewCell:46:25: note: mutation of this property is only permitted within the actor
@MainActor open var isHighlighted: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:33:10: note: add '@MainActor' to make instance method 'testHighlightable()' part of global actor 'MainActor'
func testHighlightable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:38:42: warning: main actor-isolated property 'isHighlighted' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isHighlighted, true)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:69:9: note: property declared here
var isHighlighted: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:38:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isHighlighted, true)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:39:13: warning: main actor-isolated property 'isHighlighted' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sut.isHighlighted = false
^
UIKit.UITableViewCell:46:25: note: mutation of this property is only permitted within the actor
@MainActor open var isHighlighted: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:33:10: note: add '@MainActor' to make instance method 'testHighlightable()' part of global actor 'MainActor'
func testHighlightable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:40:42: warning: main actor-isolated property 'isHighlighted' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isHighlighted, false)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:69:9: note: property declared here
var isHighlighted: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:40:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isHighlighted, false)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:46:40: warning: main actor-isolated property 'isSelected' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayedView.isSelected)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:70:9: note: property declared here
var isSelected: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:46:26: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayedView.isSelected)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:47:13: warning: main actor-isolated property 'isSelected' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sut.isSelected = false
^
UIKit.UITableViewCell:43:14: note: mutation of this property is only permitted within the actor
open var isSelected: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:43:10: note: add '@MainActor' to make instance method 'testSelectable()' part of global actor 'MainActor'
func testSelectable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:48:42: warning: main actor-isolated property 'isSelected' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isSelected, false)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:70:9: note: property declared here
var isSelected: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:48:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isSelected, false)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:49:13: warning: main actor-isolated property 'isSelected' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sut.isSelected = true
^
UIKit.UITableViewCell:43:14: note: mutation of this property is only permitted within the actor
open var isSelected: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:43:10: note: add '@MainActor' to make instance method 'testSelectable()' part of global actor 'MainActor'
func testSelectable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:50:42: warning: main actor-isolated property 'isSelected' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isSelected, true)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:70:9: note: property declared here
var isSelected: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:50:28: warning: main actor-isolated property 'displayedView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayedView.isSelected, true)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Cells/GenericTableViewCell.swift:15:16: note: property declared here
public let displayedView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:56:48: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let sut = GenericTableViewCell<DemoView>()
^
UIKit.UITableViewCell:84:24: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
public convenience init()
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:55:10: note: add '@MainActor' to make instance method 'makeSUT(file:line:)' part of global actor 'MainActor'
func makeSUT(file: StaticString = #filePath, line: UInt = #line) -> GenericTableViewCell<DemoView> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Cells/GenericTableViewCellTest.swift:29:48: warning: sending task-isolated value of type 'NSCoder' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
let sut = GenericTableViewCell<DemoView>(coder: try makeCoder(for: makeSUT()))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64 Compiling GenericCollectionViewController.swift, GenericTableViewController.swift, CatalogDisplayView.swift (in target 'YComponentBrowser' from project 'YComponentBrowser')
SwiftDriverJobDiscovery normal arm64 Compiling XCTestCase+makeCoder.swift, CatalogCategoryTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
SwiftCompile normal arm64 Compiling\ CatalogDisplayViewTest.swift,\ ColorViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/CatalogDisplayViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/ColorViewTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/Tests/YComponentBrowserTests/CatalogFactoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationDataSourceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+MemoryLeakTracking.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+makeCoder.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CatalogCategoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CategoriesTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/CatalogDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/SubcategoryDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Protocols/IdentifiableProtocolTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericCollectionViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericTableViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericCollectionViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericTableViewControllerTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/CatalogDisplayViewTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/ColorViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/FontViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/IconViewTest.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YComponentBrowserTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.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/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/CatalogDisplayViewTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/Tests/YComponentBrowserTests/CatalogFactoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationDataSourceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+MemoryLeakTracking.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+makeCoder.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CatalogCategoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CategoriesTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/CatalogDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/SubcategoryDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Protocols/IdentifiableProtocolTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericCollectionViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericTableViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericCollectionViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericTableViewControllerTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/CatalogDisplayViewTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/ColorViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/FontViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/IconViewTest.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YComponentBrowserTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:79:10: warning: main actor-isolated instance method 'setSelected' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
func setSelected(_ isSelected: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:79:10: note: add 'nonisolated' to 'setSelected' to make this instance method not isolated to the actor
func setSelected(_ isSelected: Bool) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:78:28: note: add '@preconcurrency' to the 'Selectable' conformance to defer isolation checking to run time
extension CatalogDemoView: Selectable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/Protocols/Selectable.swift:13:10: note: mark the protocol requirement 'setSelected' 'async' to allow actor-isolated conformances
func setSelected(_ isSelected: Bool)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:85:10: warning: main actor-isolated instance method 'setHighlighted' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
func setHighlighted(_ isHighlighted: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:85:10: note: add 'nonisolated' to 'setHighlighted' to make this instance method not isolated to the actor
func setHighlighted(_ isHighlighted: Bool) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:84:28: note: add '@preconcurrency' to the 'Highlightable' conformance to defer isolation checking to run time
extension CatalogDemoView: Highlightable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/Protocols/Highlightable.swift:13:10: note: mark the protocol requirement 'setHighlighted' 'async' to allow actor-isolated conformances
func setHighlighted(_ isHighlighted: Bool)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:91:10: warning: main actor-isolated instance method 'populate(with:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
func populate(with model: Model) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:91:10: note: add 'nonisolated' to 'populate(with:)' to make this instance method not isolated to the actor
func populate(with model: Model) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:90:28: note: add '@preconcurrency' to the 'Populatable' conformance to defer isolation checking to run time
extension CatalogDemoView: Populatable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/Protocols/Populatable.swift:16:10: note: mark the protocol requirement 'populate(with:)' 'async' to allow actor-isolated conformances
func populate(with model: Model)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:97:10: warning: main actor-isolated instance method 'prepareForReuse()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
func prepareForReuse() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:97:10: note: add 'nonisolated' to 'prepareForReuse()' to make this instance method not isolated to the actor
func prepareForReuse() {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:96:28: note: add '@preconcurrency' to the 'Reusable' conformance to defer isolation checking to run time
extension CatalogDemoView: Reusable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/Protocols/Reusable.swift:12:10: note: mark the protocol requirement 'prepareForReuse()' 'async' to allow actor-isolated conformances
func prepareForReuse()
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:20:40: warning: main actor-isolated property 'isPopulated' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:73:9: note: property declared here
var isPopulated = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:20:28: warning: main actor-isolated property 'displayView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:64:16: note: property declared here
public let displayView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:21:13: warning: call to main actor-isolated instance method 'populate(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.populate(with: model)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:160:17: note: calls to instance method 'populate(with:)' from outside of its actor context are implicitly asynchronous
public func populate(with model: Model) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:11:10: note: add '@MainActor' to make instance method 'testPopulatable()' part of global actor 'MainActor'
func testPopulatable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:22:39: warning: main actor-isolated property 'isPopulated' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:73:9: note: property declared here
var isPopulated = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:22:27: warning: main actor-isolated property 'displayView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayView.isPopulated)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:64:16: note: property declared here
public let displayView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:28:40: warning: main actor-isolated property 'isPrepared' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:72:9: note: property declared here
var isPrepared = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:28:28: warning: main actor-isolated property 'displayView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertFalse(sut.displayView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:64:16: note: property declared here
public let displayView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:29:13: warning: call to main actor-isolated instance method 'prepareForReuse()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.prepareForReuse()
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:172:17: note: calls to instance method 'prepareForReuse()' from outside of its actor context are implicitly asynchronous
public func prepareForReuse() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:25:10: note: add '@MainActor' to make instance method 'testReusable()' part of global actor 'MainActor'
func testReusable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:30:39: warning: main actor-isolated property 'isPrepared' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:72:9: note: property declared here
var isPrepared = false
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:30:27: warning: main actor-isolated property 'displayView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertTrue(sut.displayView.isPrepared)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:64:16: note: property declared here
public let displayView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:36:38: warning: main actor-isolated property 'isHighlighted' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayView.isHighlighted)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:74:9: note: property declared here
var isHighlighted: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:36:26: warning: main actor-isolated property 'displayView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayView.isHighlighted)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:64:16: note: property declared here
public let displayView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:37:13: warning: call to main actor-isolated instance method 'setHighlighted' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.setHighlighted(true)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:184:17: note: calls to instance method 'setHighlighted' from outside of its actor context are implicitly asynchronous
public func setHighlighted(_ isHighlighted: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:33:10: note: add '@MainActor' to make instance method 'testHighlightable()' part of global actor 'MainActor'
func testHighlightable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:38:40: warning: main actor-isolated property 'isHighlighted' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayView.isHighlighted, true)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:74:9: note: property declared here
var isHighlighted: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:38:28: warning: main actor-isolated property 'displayView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayView.isHighlighted, true)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:64:16: note: property declared here
public let displayView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:39:13: warning: call to main actor-isolated instance method 'setHighlighted' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.setHighlighted(false)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:184:17: note: calls to instance method 'setHighlighted' from outside of its actor context are implicitly asynchronous
public func setHighlighted(_ isHighlighted: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:33:10: note: add '@MainActor' to make instance method 'testHighlightable()' part of global actor 'MainActor'
func testHighlightable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:40:40: warning: main actor-isolated property 'isHighlighted' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayView.isHighlighted, false)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:74:9: note: property declared here
var isHighlighted: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:40:28: warning: main actor-isolated property 'displayView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayView.isHighlighted, false)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:64:16: note: property declared here
public let displayView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:46:38: warning: main actor-isolated property 'isSelected' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayView.isSelected)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:75:9: note: property declared here
var isSelected: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:46:26: warning: main actor-isolated property 'displayView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.displayView.isSelected)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:64:16: note: property declared here
public let displayView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:47:13: warning: call to main actor-isolated instance method 'setSelected' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.setSelected(true)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:195:17: note: calls to instance method 'setSelected' from outside of its actor context are implicitly asynchronous
public func setSelected(_ isSelected: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:43:10: note: add '@MainActor' to make instance method 'testSelectable()' part of global actor 'MainActor'
func testSelectable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:48:40: warning: main actor-isolated property 'isSelected' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayView.isSelected, true)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:75:9: note: property declared here
var isSelected: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:48:28: warning: main actor-isolated property 'displayView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayView.isSelected, true)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:64:16: note: property declared here
public let displayView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:49:13: warning: call to main actor-isolated instance method 'setSelected' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.setSelected(false)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:195:17: note: calls to instance method 'setSelected' from outside of its actor context are implicitly asynchronous
public func setSelected(_ isSelected: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:43:10: note: add '@MainActor' to make instance method 'testSelectable()' part of global actor 'MainActor'
func testSelectable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:50:40: warning: main actor-isolated property 'isSelected' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayView.isSelected, false)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:75:9: note: property declared here
var isSelected: Bool?
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:50:28: warning: main actor-isolated property 'displayView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.displayView.isSelected, false)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:64:16: note: property declared here
public let displayView: View = View(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:54:53: warning: call to main actor-isolated initializer 'init(coder:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let sut = CatalogDisplayView<CatalogDemoView>(coder: try makeCoder(for: makeSUT()))
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/CatalogDisplayView.swift:112:21: note: calls to initializer 'init(coder:)' from outside of its actor context are implicitly asynchronous
public required init?(coder: NSCoder) { nil }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:53:10: note: add '@MainActor' to make instance method 'testInitWithCoder()' part of global actor 'MainActor'
func testInitWithCoder() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:61:53: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let sut = CatalogDisplayView<CatalogDemoView>()
^
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/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:60:10: note: add '@MainActor' to make instance method 'makeSUT(file:line:)' part of global actor 'MainActor'
func makeSUT(file: StaticString = #filePath, line: UInt = #line) -> CatalogDisplayView<CatalogDemoView> {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/CatalogDisplayViewTest.swift:54:53: warning: sending task-isolated value of type 'NSCoder' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
let sut = CatalogDisplayView<CatalogDemoView>(coder: try makeCoder(for: makeSUT()))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/ColorViewTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/Tests/YComponentBrowserTests/CatalogFactoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationDataSourceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/ClassificationScene/ClassificationViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+MemoryLeakTracking.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Extensions/XCTestCase+makeCoder.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CatalogCategoryTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Categories/CategoriesTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/CatalogDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Models/Destinations/SubcategoryDestinationTests.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/Protocols/IdentifiableProtocolTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericCollectionViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Cells/GenericTableViewCellTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericCollectionViewControllerTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Controllers/GenericTableViewControllerTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/CatalogDisplayViewTest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/ColorViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/FontViewTest.swift /Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI\ Components/Generic\ Views/IconViewTest.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YComponentBrowserTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/CatalogDisplayViewTest.o -index-unit-output-path /YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ColorViewTest.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:12:19: warning: call to main actor-isolated initializer 'init(coder:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let sut = ColorView(coder: try makeCoder(for: makeSUT()))
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/ColorView.swift:27:21: note: calls to initializer 'init(coder:)' from outside of its actor context are implicitly asynchronous
public required init?(coder: NSCoder) { nil }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:11:10: note: add '@MainActor' to make instance method 'testInitWithCoder()' part of global actor 'MainActor'
func testInitWithCoder() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:19:26: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.backgroundColor)
^
UIKit.UIView:10:36: note: property declared here
@NSCopying @MainActor open var backgroundColor: UIColor? { get set }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:20:13: warning: call to main actor-isolated instance method 'populate(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.populate(with: UIColor.red)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/ColorView.swift:59:17: note: calls to instance method 'populate(with:)' from outside of its actor context are implicitly asynchronous
public func populate(with model: Model) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:16:10: note: add '@MainActor' to make instance method 'testPopulatable()' part of global actor 'MainActor'
func testPopulatable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:21:28: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(sut.backgroundColor, .red)
^
UIKit.UIView:10:36: note: property declared here
@NSCopying @MainActor open var backgroundColor: UIColor? { get set }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:27:13: warning: call to main actor-isolated instance method 'populate(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.populate(with: .red)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/ColorView.swift:59:17: note: calls to instance method 'populate(with:)' from outside of its actor context are implicitly asynchronous
public func populate(with model: Model) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:24:10: note: add '@MainActor' to make instance method 'testReusable()' part of global actor 'MainActor'
func testReusable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:28:29: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNotNil(sut.backgroundColor)
^
UIKit.UIView:10:36: note: property declared here
@NSCopying @MainActor open var backgroundColor: UIColor? { get set }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:29:13: warning: call to main actor-isolated instance method 'prepareForReuse()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sut.prepareForReuse()
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/ColorView.swift:68:17: note: calls to instance method 'prepareForReuse()' from outside of its actor context are implicitly asynchronous
public func prepareForReuse() {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:24:10: note: add '@MainActor' to make instance method 'testReusable()' part of global actor 'MainActor'
func testReusable() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:30:26: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertNil(sut.backgroundColor)
^
UIKit.UIView:10:36: note: property declared here
@NSCopying @MainActor open var backgroundColor: UIColor? { get set }
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:36:19: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let sut = ColorView(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Sources/YComponentBrowser/UI Components/Generic Views/ColorView.swift:21:21: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
public override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:35:10: note: add '@MainActor' to make instance method 'makeSUT(file:line:)' part of global actor 'MainActor'
func makeSUT(file: StaticString = #filePath, line: UInt = #line) -> ColorView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/YComponentBrowserTests/UI Components/Generic Views/ColorViewTest.swift:12:19: warning: sending task-isolated value of type 'NSCoder' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
let sut = ColorView(coder: try makeCoder(for: makeSUT()))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftDriver\ Compilation YComponentBrowser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YComponentBrowser' from project 'YComponentBrowser')
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 YComponentBrowser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/Objects-normal/arm64/YComponentBrowser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/Objects-normal/arm64/YComponentBrowser-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/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/Objects-normal/arm64/YComponentBrowser.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/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/Objects-normal/arm64/YComponentBrowser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowser.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/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/Objects-normal/arm64/YComponentBrowser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling IconViewTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowser.o normal (in target 'YComponentBrowser' from project 'YComponentBrowser')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/Objects-normal/arm64/YComponentBrowser.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/Objects-normal/arm64/YComponentBrowser_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/Objects-normal/arm64/YComponentBrowser.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/Objects-normal/arm64/YComponentBrowser_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowser.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowser.o (in target 'YComponentBrowser' from project 'YComponentBrowser')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowser.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/empty-YComponentBrowserTests.plist (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/empty-YComponentBrowserTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling CatalogFactoryTest.swift, ClassificationDataSourceTests.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
SwiftDriverJobDiscovery normal arm64 Compiling ClassificationViewControllerTest.swift, XCTestCase+MemoryLeakTracking.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
SwiftDriverJobDiscovery normal arm64 Compiling SubcategoryDestinationTests.swift, IdentifiableProtocolTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
SwiftDriverJobDiscovery normal arm64 Compiling FontViewTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
SwiftDriverJobDiscovery normal arm64 Compiling GenericCollectionViewControllerTest.swift, GenericTableViewControllerTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
SwiftDriverJobDiscovery normal arm64 Compiling CategoriesTest.swift, CatalogDestinationTests.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
SwiftDriverJobDiscovery normal arm64 Emitting module for YComponentBrowserTests (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
SwiftDriver\ Compilation\ Requirements YComponentBrowserTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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 YComponentBrowserTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests-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/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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-xros/YComponentBrowserTests.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.swiftdoc (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.abi.json (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.swiftmodule (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.swiftsourceinfo (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CatalogDisplayViewTest.swift, ColorViewTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
SwiftDriverJobDiscovery normal arm64 Compiling GenericCollectionViewCellTest.swift, GenericTableViewCellTest.swift (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
SwiftDriver\ Compilation YComponentBrowserTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
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 YComponentBrowserTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests-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/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/YComponentBrowserTests normal (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -bundle -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/YComponentBrowserTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowser.build/Objects-normal/arm64/YComponentBrowser.swiftmodule
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/YComponentBrowserTests (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/YComponentBrowserTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest.dSYM
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/YComponentBrowserTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/Extensions --platform xros --toolchain /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
Ignoring --strip-bitcode because --sign was not passed
ExtractAppIntentsMetadata (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest --toolchain-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name YComponentBrowserTests --sdk-root /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk --xcode-version 16B40 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.YComponentBrowserTests --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest/YComponentBrowserTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/YComponentBrowserTests.DependencyMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YComponentBrowser.build/Debug-xros/YComponentBrowserTests.build/Objects-normal/arm64/YComponentBrowserTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents
note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest (in target 'YComponentBrowserTests' from project 'YComponentBrowser')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YComponentBrowserTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "YComponentBrowser",
"name" : "YComponentBrowser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "YComponentBrowser",
"targets" : [
"YComponentBrowser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YComponentBrowserTests",
"module_type" : "SwiftTarget",
"name" : "YComponentBrowserTests",
"path" : "Tests/YComponentBrowserTests",
"sources" : [
"CatalogFactoryTest.swift",
"ClassificationScene/ClassificationDataSourceTests.swift",
"ClassificationScene/ClassificationViewControllerTest.swift",
"Extensions/XCTestCase+MemoryLeakTracking.swift",
"Extensions/XCTestCase+makeCoder.swift",
"Models/Categories/CatalogCategoryTest.swift",
"Models/Categories/CategoriesTest.swift",
"Models/Destinations/CatalogDestinationTests.swift",
"Models/Destinations/SubcategoryDestinationTests.swift",
"Protocols/IdentifiableProtocolTest.swift",
"UI Components/Generic Cells/GenericCollectionViewCellTest.swift",
"UI Components/Generic Cells/GenericTableViewCellTest.swift",
"UI Components/Generic Controllers/GenericCollectionViewControllerTest.swift",
"UI Components/Generic Controllers/GenericTableViewControllerTest.swift",
"UI Components/Generic Views/CatalogDisplayViewTest.swift",
"UI Components/Generic Views/ColorViewTest.swift",
"UI Components/Generic Views/FontViewTest.swift",
"UI Components/Generic Views/IconViewTest.swift"
],
"target_dependencies" : [
"YComponentBrowser"
],
"type" : "test"
},
{
"c99name" : "YComponentBrowser",
"module_type" : "SwiftTarget",
"name" : "YComponentBrowser",
"path" : "Sources/YComponentBrowser",
"product_memberships" : [
"YComponentBrowser"
],
"sources" : [
"CatalogFactory.swift",
"ClassificationScene/ClassificationDataSource.swift",
"ClassificationScene/ClassificationViewController.swift",
"Models/Categories/CatalogCategory.swift",
"Models/Categories/ColorCategory.swift",
"Models/Categories/ComponentCategory.swift",
"Models/Categories/CustomCategory.swift",
"Models/Categories/FontCategory.swift",
"Models/Categories/IconCategory.swift",
"Models/Destinations/CatalogDetailDestination.swift",
"Models/Destinations/SubcategoryDetailDestination.swift",
"Protocols/CatalogDataSource.swift",
"Protocols/Classification.swift",
"Protocols/Destination.swift",
"Protocols/Highlightable.swift",
"Protocols/Identifiable.swift",
"Protocols/Populatable.swift",
"Protocols/Reusable.swift",
"Protocols/Selectable.swift",
"UI Components/Generic Cells/GenericCollectionViewCell.swift",
"UI Components/Generic Cells/GenericTableViewCell.swift",
"UI Components/Generic Controllers/GenericCollectionViewController.swift",
"UI Components/Generic Controllers/GenericTableViewController.swift",
"UI Components/Generic Views/CatalogDisplayView.swift",
"UI Components/Generic Views/ColorView.swift",
"UI Components/Generic Views/ContentView.swift",
"UI Components/Generic Views/FontView.swift",
"UI Components/Generic Views/IconView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.