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

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Datastore with Swift 6.0 for visionOS using Xcode 16.0.

Swift 6 data race errors: 24

Build Command

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

Build Log

                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:54:16: note: annotate 'identifier' with '@MainActor' if property should only be accessed from the main actor
    static let identifier: Self = "identifier"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:54:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let identifier: Self = "identifier"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:56:16: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'PropertyKey' may have shared mutable state; this is an error in the Swift 6 language mode
    static let type: Self = "type"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:8:15: note: consider making struct 'PropertyKey' conform to the 'Sendable' protocol
public struct PropertyKey: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:56:16: note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
    static let type: Self = "type"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:56:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let type: Self = "type"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:52:16: warning: static property 'datestamp' is not concurrency-safe because non-'Sendable' type 'PropertyKey' may have shared mutable state; this is an error in the Swift 6 language mode
    static let datestamp: Self = "datestamp"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:8:15: note: consider making struct 'PropertyKey' conform to the 'Sendable' protocol
public struct PropertyKey: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:52:16: note: annotate 'datestamp' with '@MainActor' if property should only be accessed from the main actor
    static let datestamp: Self = "datestamp"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:52:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let datestamp: Self = "datestamp"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore.swift:57:16: warning: static property 'specialProperties' is not concurrency-safe because non-'Sendable' type '[PropertyKey]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let specialProperties: [PropertyKey] = [.identifier, .datestamp, .type]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:8:15: note: consider making struct 'PropertyKey' conform to the 'Sendable' protocol
public struct PropertyKey: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore.swift:57:16: note: annotate 'specialProperties' with '@MainActor' if property should only be accessed from the main actor
    static let specialProperties: [PropertyKey] = [.identifier, .datestamp, .type]
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore.swift:57:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let specialProperties: [PropertyKey] = [.identifier, .datestamp, .type]
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/InterchangeDecoder.swift (in target 'Datastore' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/DatastoreModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/EntityRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/BooleanProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DataProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DateProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DoubleProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/IntegerProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/NamedProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/RelationshipProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/StringProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSEntityDescriptionExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSManagedObjectContextExtensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSManagedObjectExtensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/Datastore+Interchange.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/InterchangeDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/InterchangeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/JSONDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/JSONEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/CustomReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityType.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/InitialisingReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/CachedResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/EntityResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/NullResolver.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Datastore -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/NSManagedObjectExtensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore+Interchange.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/InterchangeDecoder.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/NSManagedObjectExtensions.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore+Interchange.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/InterchangeDecoder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:29:16: warning: static property 'string' is not concurrency-safe because non-'Sendable' type 'PropertyType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let string: Self = "string"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:8:15: note: consider making struct 'PropertyType' conform to the 'Sendable' protocol
public struct PropertyType: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:29:16: note: annotate 'string' with '@MainActor' if property should only be accessed from the main actor
    static let string: Self = "string"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:29:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let string: Self = "string"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:28:16: warning: static property 'integer' is not concurrency-safe because non-'Sendable' type 'PropertyType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let integer: Self = "integer"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:8:15: note: consider making struct 'PropertyType' conform to the 'Sendable' protocol
public struct PropertyType: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:28:16: note: annotate 'integer' with '@MainActor' if property should only be accessed from the main actor
    static let integer: Self = "integer"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:28:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let integer: Self = "integer"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:25:16: warning: static property 'double' is not concurrency-safe because non-'Sendable' type 'PropertyType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let double: Self = "double"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:8:15: note: consider making struct 'PropertyType' conform to the 'Sendable' protocol
public struct PropertyType: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:25:16: note: annotate 'double' with '@MainActor' if property should only be accessed from the main actor
    static let double: Self = "double"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:25:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let double: Self = "double"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:22:16: warning: static property 'boolean' is not concurrency-safe because non-'Sendable' type 'PropertyType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let boolean: Self = "boolean"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:8:15: note: consider making struct 'PropertyType' conform to the 'Sendable' protocol
public struct PropertyType: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:22:16: note: annotate 'boolean' with '@MainActor' if property should only be accessed from the main actor
    static let boolean: Self = "boolean"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let boolean: Self = "boolean"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:24:16: warning: static property 'date' is not concurrency-safe because non-'Sendable' type 'PropertyType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let date: Self = "date"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:8:15: note: consider making struct 'PropertyType' conform to the 'Sendable' protocol
public struct PropertyType: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:24:16: note: annotate 'date' with '@MainActor' if property should only be accessed from the main actor
    static let date: Self = "date"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:24:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let date: Self = "date"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:26:16: warning: static property 'entity' is not concurrency-safe because non-'Sendable' type 'PropertyType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let entity: Self = "entity"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:8:15: note: consider making struct 'PropertyType' conform to the 'Sendable' protocol
public struct PropertyType: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:26:16: note: annotate 'entity' with '@MainActor' if property should only be accessed from the main actor
    static let entity: Self = "entity"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:26:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let entity: Self = "entity"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:23:16: warning: static property 'data' is not concurrency-safe because non-'Sendable' type 'PropertyType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let data: Self = "data"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:8:15: note: consider making struct 'PropertyType' conform to the 'Sendable' protocol
public struct PropertyType: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:23:16: note: annotate 'data' with '@MainActor' if property should only be accessed from the main actor
    static let data: Self = "data"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let data: Self = "data"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:30:16: warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'PropertyType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let value: Self = "value"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:8:15: note: consider making struct 'PropertyType' conform to the 'Sendable' protocol
public struct PropertyType: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:30:16: note: annotate 'value' with '@MainActor' if property should only be accessed from the main actor
    static let value: Self = "value"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let value: Self = "value"
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for Datastore (in target 'Datastore' from project 'Datastore')
SwiftCompile normal arm64 Compiling\ EntityResolver.swift,\ MatchingResolver.swift,\ NullResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/EntityResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/NullResolver.swift (in target 'Datastore' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/DatastoreModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/EntityRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/BooleanProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DataProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DateProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DoubleProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/IntegerProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/NamedProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/RelationshipProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/StringProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSEntityDescriptionExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSManagedObjectContextExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSManagedObjectExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/Datastore+Interchange.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/InterchangeDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/InterchangeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/JSONDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/JSONEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/CustomReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityType.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/InitialisingReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/CachedResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/EntityResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/NullResolver.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Datastore -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/EntityResolver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/MatchingResolver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/NullResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/EntityResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/MatchingResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/NullResolver.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/EntityResolver.swift (in target 'Datastore' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/DatastoreModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/EntityRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/BooleanProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DataProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DateProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DoubleProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/IntegerProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/NamedProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/RelationshipProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/StringProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSEntityDescriptionExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSManagedObjectContextExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSManagedObjectExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/Datastore+Interchange.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/InterchangeDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/InterchangeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/JSONDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/JSONEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/CustomReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityType.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/InitialisingReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/CachedResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/EntityResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/NullResolver.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Datastore -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/EntityResolver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/MatchingResolver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/NullResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/EntityResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/MatchingResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/NullResolver.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift (in target 'Datastore' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/DatastoreModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/EntityRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/BooleanProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DataProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DateProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DoubleProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/IntegerProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/NamedProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/RelationshipProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/StringProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSEntityDescriptionExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSManagedObjectContextExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSManagedObjectExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/Datastore+Interchange.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/InterchangeDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/InterchangeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/JSONDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/JSONEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/CustomReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityType.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/InitialisingReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/CachedResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/EntityResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/NullResolver.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Datastore -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/EntityResolver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/MatchingResolver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/NullResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/EntityResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/MatchingResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/NullResolver.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift:99:16: warning: static property 'unknown' is not concurrency-safe because non-'Sendable' type 'EntityType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let unknown: EntityType = "unknown"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityType.swift:8:15: note: consider making struct 'EntityType' conform to the 'Sendable' protocol
public struct EntityType: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift:99:16: note: annotate 'unknown' with '@MainActor' if property should only be accessed from the main actor
    static let unknown: EntityType = "unknown"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift:99:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let unknown: EntityType = "unknown"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift:100:16: warning: static property 'null' is not concurrency-safe because non-'Sendable' type 'EntityType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let null: EntityType = "null"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityType.swift:8:15: note: consider making struct 'EntityType' conform to the 'Sendable' protocol
public struct EntityType: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift:100:16: note: annotate 'null' with '@MainActor' if property should only be accessed from the main actor
    static let null: EntityType = "null"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift:100:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let null: EntityType = "null"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:29:16: warning: static property 'string' is not concurrency-safe because non-'Sendable' type 'PropertyType' may have shared mutable state; this is an error in the Swift 6 language mode
    static let string: Self = "string"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:8:15: note: consider making struct 'PropertyType' conform to the 'Sendable' protocol
public struct PropertyType: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:29:16: note: annotate 'string' with '@MainActor' if property should only be accessed from the main actor
    static let string: Self = "string"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift:29:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let string: Self = "string"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:54:16: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'PropertyKey' may have shared mutable state; this is an error in the Swift 6 language mode
    static let identifier: Self = "identifier"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:8:15: note: consider making struct 'PropertyKey' conform to the 'Sendable' protocol
public struct PropertyKey: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:54:16: note: annotate 'identifier' with '@MainActor' if property should only be accessed from the main actor
    static let identifier: Self = "identifier"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:54:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let identifier: Self = "identifier"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityReference.swift:9:5: warning: let 'identifierChannel' is not concurrency-safe because non-'Sendable' type 'Channel' may have shared mutable state; this is an error in the Swift 6 language mode
let identifierChannel = Channel("com.elegantchaos.datastore.identifier")
    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logger/Sources/Logger/Channel.swift:15:14: note: class 'Channel' does not conform to the 'Sendable' protocol
public class Channel {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityReference.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Logger'
import Logger
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityReference.swift:9:5: note: annotate 'identifierChannel' with '@MainActor' if property should only be accessed from the main actor
let identifierChannel = Channel("com.elegantchaos.datastore.identifier")
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityReference.swift:9:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let identifierChannel = Channel("com.elegantchaos.datastore.identifier")
    ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/NullResolver.swift (in target 'Datastore' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/DatastoreModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/EntityRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/BooleanProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DataProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DateProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/DoubleProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/IntegerProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/NamedProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/RelationshipProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/CoreData/Properties/StringProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Datastore.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSEntityDescriptionExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSManagedObjectContextExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Extensions/NSManagedObjectExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/Datastore+Interchange.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/InterchangeDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/InterchangeEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/JSONDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Interchange/JSONEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/CustomReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/EntityType.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/References/InitialisingReference.swift /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/CachedResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/EntityResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/MatchingResolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Datastore/Resolvers/NullResolver.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Datastore -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/EntityResolver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/MatchingResolver.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/NullResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/EntityResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/MatchingResolver.o -index-unit-output-path /Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/NullResolver.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling RelationshipProperty.swift, StringProperty.swift, Datastore+Combine.swift (in target 'Datastore' from project 'Datastore')
SwiftDriver\ Compilation\ Requirements Datastore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Datastore' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Datastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore-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/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.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/Datastore.build/Debug-xros/Datastore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore_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/Datastore.build/Debug-xros/Datastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.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/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Datastore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore-Swift.h (in target 'Datastore' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Datastore-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.swiftmodule (in target 'Datastore' from project 'Datastore')
    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/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.swiftmodule/arm64-apple-xros.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling InterchangeEncoder.swift, JSONDecoder.swift, JSONEncoder.swift (in target 'Datastore' from project 'Datastore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.swiftdoc (in target 'Datastore' from project 'Datastore')
    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/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.abi.json (in target 'Datastore' from project 'Datastore')
    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/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.swiftsourceinfo (in target 'Datastore' from project 'Datastore')
    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/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ViewExtensions.o (in target 'ViewExtensions' from project 'ViewExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ViewExtensions
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ViewExtensions.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logger.o (in target 'Logger' from project 'Logger')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Logger
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logger.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LayoutExtensions.o (in target 'LayoutExtensions' from project 'LayoutExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LayoutExtensions
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LayoutExtensions.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DatastoreKit.modulemap (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DatastoreKit.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DatastoreKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DatastoreKit.modulemap (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DatastoreKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.LinkFileList (in target 'Datastore' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.SwiftFileList (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-OutputFileMap.json (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-OutputFileMap.json
SwiftDriver DatastoreKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name DatastoreKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-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/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.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/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_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/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.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/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DateProperty.swift, DoubleProperty.swift, IntegerProperty.swift, NamedProperty.swift (in target 'Datastore' from project 'Datastore')
SwiftEmitModule normal arm64 Emitting\ module\ for\ DatastoreKit (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:55:16: warning: static property 'name' is not concurrency-safe because non-'Sendable' type 'PropertyKey' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | import Foundation
 7 |
 8 | public struct PropertyKey: Equatable, Hashable, ExpressibleByStringLiteral {
   |               `- note: consider making struct 'PropertyKey' conform to the 'Sendable' protocol
 9 |     public let value: String
10 |     public let reference: EntityReference?
   :
53 |     static let entities: Self = "entities"
54 |     static let identifier: Self = "identifier"
55 |     static let name: Self = "name"
   |                |- warning: static property 'name' is not concurrency-safe because non-'Sendable' type 'PropertyKey' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'name' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |     static let type: Self = "type"
57 | }
SwiftCompile normal arm64 Compiling\ DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexFilterButton.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSearchButton.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreEntityController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling EntityType.swift, InitialisingReference.swift, CachedResolver.swift (in target 'Datastore' from project 'Datastore')
SwiftCompile normal arm64 Compiling\ DatastoreViewContextSupplier.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreViewContextSupplier.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling PropertyValue.swift, CustomReference.swift, EntityReference.swift (in target 'Datastore' from project 'Datastore')
SwiftDriverJobDiscovery normal arm64 Compiling PropertyDictionary.swift, PropertyKey.swift, PropertyType.swift (in target 'Datastore' from project 'Datastore')
SwiftCompile normal arm64 Compiling\ DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:55:16: warning: static property 'name' is not concurrency-safe because non-'Sendable' type 'PropertyKey' may have shared mutable state; this is an error in the Swift 6 language mode
    static let name: Self = "name"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:8:15: note: consider making struct 'PropertyKey' conform to the 'Sendable' protocol
public struct PropertyKey: Equatable, Hashable, ExpressibleByStringLiteral {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:55:16: note: annotate 'name' with '@MainActor' if property should only be accessed from the main actor
    static let name: Self = "name"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Datastore/Properties/PropertyKey.swift:55:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let name: Self = "name"
               ^
SwiftCompile normal arm64 Compiling\ DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreEntityController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexController.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexFilterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSearchButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreIndexSortButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DatastoreKit/DatastoreViewContextSupplier.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DatastoreKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.o -index-unit-output-path /Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreIndexSortButton.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreViewContextSupplier.swift (in target 'DatastoreKit' from project 'Datastore')
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreEntityController.swift (in target 'DatastoreKit' from project 'Datastore')
SwiftDriverJobDiscovery normal arm64 Compiling Datastore.swift, NSEntityDescriptionExtensions.swift, NSManagedObjectContextExtensions.swift (in target 'Datastore' from project 'Datastore')
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreModel.swift, EntityRecord.swift, BooleanProperty.swift, DataProperty.swift (in target 'Datastore' from project 'Datastore')
SwiftDriverJobDiscovery normal arm64 Compiling EntityResolver.swift, MatchingResolver.swift, NullResolver.swift (in target 'Datastore' from project 'Datastore')
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreIndexSearchButton.swift (in target 'DatastoreKit' from project 'Datastore')
SwiftDriverJobDiscovery normal arm64 Emitting module for DatastoreKit (in target 'DatastoreKit' from project 'Datastore')
SwiftDriver\ Compilation\ Requirements DatastoreKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name DatastoreKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-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/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.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/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_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/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.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/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DatastoreKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-Swift.h (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DatastoreKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.swiftmodule (in target 'DatastoreKit' from project 'Datastore')
    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/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.abi.json (in target 'DatastoreKit' from project 'Datastore')
    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/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.swiftdoc (in target 'DatastoreKit' from project 'Datastore')
    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/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.swiftsourceinfo (in target 'DatastoreKit' from project 'Datastore')
    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/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreIndexFilterButton.swift (in target 'DatastoreKit' from project 'Datastore')
SwiftDriverJobDiscovery normal arm64 Compiling NSManagedObjectExtensions.swift, Datastore+Interchange.swift, InterchangeDecoder.swift (in target 'Datastore' from project 'Datastore')
SwiftDriver\ Compilation Datastore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Datastore' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Datastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore-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/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.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/Datastore.build/Debug-xros/Datastore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore_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/Datastore.build/Debug-xros/Datastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.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/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.o normal (in target 'Datastore' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/Datastore.build/Objects-normal/arm64/Datastore_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.o
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreIndexSortButton.swift (in target 'DatastoreKit' from project 'Datastore')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.o (in target 'Datastore' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Datastore.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.LinkFileList (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.LinkFileList
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreIndexController.swift (in target 'DatastoreKit' from project 'Datastore')
SwiftDriver\ Compilation DatastoreKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name DatastoreKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-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/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.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/Datastore.build/Debug-xros/DatastoreKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_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/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.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/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.o normal (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Datastore.build/Debug-xros/DatastoreKit.build/Objects-normal/arm64/DatastoreKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.o (in target 'DatastoreKit' from project 'Datastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DatastoreKit.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Logger' from project 'Logger')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ViewExtensions' from project 'ViewExtensions')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'LayoutExtensions' from project 'LayoutExtensions')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Datastore' from project 'Datastore')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DatastoreKit' from project 'Datastore')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Logger' from project 'Logger')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'LayoutExtensions' from project 'LayoutExtensions')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Datastore' from project 'Datastore')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DatastoreKit' from project 'Datastore')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Logger.git"
    },
    {
      "identity" : "layoutextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/LayoutExtensions.git"
    },
    {
      "identity" : "viewextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/ViewExtensions.git"
    },
    {
      "identity" : "applicationextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/ApplicationExtensions.git"
    },
    {
      "identity" : "xctestextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XCTestExtensions.git"
    }
  ],
  "manifest_display_name" : "Datastore",
  "name" : "Datastore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Datastore",
      "targets" : [
        "Datastore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DatastoreKit",
      "targets" : [
        "DatastoreKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DatastoreTests",
      "module_type" : "SwiftTarget",
      "name" : "DatastoreTests",
      "path" : "Tests/DatastoreTests",
      "product_dependencies" : [
        "XCTestExtensions"
      ],
      "sources" : [
        "DatastoreCombineTests.swift",
        "DatastoreTestCase.swift",
        "DatastoreTests.swift",
        "PropertyKeyTests.swift"
      ],
      "target_dependencies" : [
        "Datastore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DatastoreKit",
      "module_type" : "SwiftTarget",
      "name" : "DatastoreKit",
      "path" : "Sources/DatastoreKit",
      "product_dependencies" : [
        "LayoutExtensions",
        "ViewExtensions",
        "Logger"
      ],
      "product_memberships" : [
        "DatastoreKit"
      ],
      "sources" : [
        "DatastoreEntityController.swift",
        "DatastoreIndexController.swift",
        "DatastoreIndexFilterButton.swift",
        "DatastoreIndexSearchButton.swift",
        "DatastoreIndexSortButton.swift",
        "DatastoreViewContextSupplier.swift"
      ],
      "target_dependencies" : [
        "Datastore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Datastore",
      "module_type" : "SwiftTarget",
      "name" : "Datastore",
      "path" : "Sources/Datastore",
      "product_dependencies" : [
        "Logger"
      ],
      "product_memberships" : [
        "Datastore",
        "DatastoreKit"
      ],
      "sources" : [
        "CoreData/DatastoreModel.swift",
        "CoreData/EntityRecord.swift",
        "CoreData/Properties/BooleanProperty.swift",
        "CoreData/Properties/DataProperty.swift",
        "CoreData/Properties/DateProperty.swift",
        "CoreData/Properties/DoubleProperty.swift",
        "CoreData/Properties/IntegerProperty.swift",
        "CoreData/Properties/NamedProperty.swift",
        "CoreData/Properties/RelationshipProperty.swift",
        "CoreData/Properties/StringProperty.swift",
        "Datastore+Combine.swift",
        "Datastore.swift",
        "Extensions/NSEntityDescriptionExtensions.swift",
        "Extensions/NSManagedObjectContextExtensions.swift",
        "Extensions/NSManagedObjectExtensions.swift",
        "Interchange/Datastore+Interchange.swift",
        "Interchange/InterchangeDecoder.swift",
        "Interchange/InterchangeEncoder.swift",
        "Interchange/JSONDecoder.swift",
        "Interchange/JSONEncoder.swift",
        "Properties/PropertyDictionary.swift",
        "Properties/PropertyKey.swift",
        "Properties/PropertyType.swift",
        "Properties/PropertyValue.swift",
        "References/CustomReference.swift",
        "References/EntityReference.swift",
        "References/EntityType.swift",
        "References/InitialisingReference.swift",
        "Resolvers/CachedResolver.swift",
        "Resolvers/EntityResolver.swift",
        "Resolvers/MatchingResolver.swift",
        "Resolvers/NullResolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.