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 FZMetadata, reference main (9f6381), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 5 May 2025 04:54:03 UTC.

Swift 6 data race errors: 207

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FZMetadata -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

    public static let tempo = Self(.tempo)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:384:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let tempo = Self(.tempo)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:387:23: warning: static property 'keySignature' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let keySignature = Self(.keySignature)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:387:23: note: add '@MainActor' to make static property 'keySignature' part of global actor 'MainActor'
    public static let keySignature = Self(.keySignature)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:387:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let keySignature = Self(.keySignature)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:390:23: warning: static property 'timeSignature' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let timeSignature = Self(.timeSignature)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:390:23: note: add '@MainActor' to make static property 'timeSignature' part of global actor 'MainActor'
    public static let timeSignature = Self(.timeSignature)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:390:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let timeSignature = Self(.timeSignature)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:393:23: warning: static property 'audioEncodingApplication' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let audioEncodingApplication = Self(.audioEncodingApplication)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:393:23: note: add '@MainActor' to make static property 'audioEncodingApplication' part of global actor 'MainActor'
    public static let audioEncodingApplication = Self(.audioEncodingApplication)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:393:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let audioEncodingApplication = Self(.audioEncodingApplication)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:396:23: warning: static property 'trackNumber' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let trackNumber = Self(.trackNumber)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:396:23: note: add '@MainActor' to make static property 'trackNumber' part of global actor 'MainActor'
    public static let trackNumber = Self(.trackNumber)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:396:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let trackNumber = Self(.trackNumber)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:399:23: warning: static property 'composer' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let composer = Self(.composer)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:399:23: note: add '@MainActor' to make static property 'composer' part of global actor 'MainActor'
    public static let composer = Self(.composer)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:399:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let composer = Self(.composer)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:402:23: warning: static property 'lyricist' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lyricist = Self(.lyricist)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:402:23: note: add '@MainActor' to make static property 'lyricist' part of global actor 'MainActor'
    public static let lyricist = Self(.lyricist)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:402:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lyricist = Self(.lyricist)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:405:23: warning: static property 'recordingDate' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let recordingDate = Self(.recordingDate)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:405:23: note: add '@MainActor' to make static property 'recordingDate' part of global actor 'MainActor'
    public static let recordingDate = Self(.recordingDate)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:405:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let recordingDate = Self(.recordingDate)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:408:23: warning: static property 'recordingYear' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let recordingYear = Self(.recordingYear)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:408:23: note: add '@MainActor' to make static property 'recordingYear' part of global actor 'MainActor'
    public static let recordingYear = Self(.recordingYear)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:408:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let recordingYear = Self(.recordingYear)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:411:23: warning: static property 'musicalGenre' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let musicalGenre = Self(.musicalGenre)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:411:23: note: add '@MainActor' to make static property 'musicalGenre' part of global actor 'MainActor'
    public static let musicalGenre = Self(.musicalGenre)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:411:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let musicalGenre = Self(.musicalGenre)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:414:23: warning: static property 'isGeneralMidiSequence' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let isGeneralMidiSequence = Self(.isGeneralMidiSequence)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:414:23: note: add '@MainActor' to make static property 'isGeneralMidiSequence' part of global actor 'MainActor'
    public static let isGeneralMidiSequence = Self(.isGeneralMidiSequence)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:414:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let isGeneralMidiSequence = Self(.isGeneralMidiSequence)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:417:23: warning: static property 'appleLoopsRootKey' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let appleLoopsRootKey = Self(.appleLoopsRootKey)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:417:23: note: add '@MainActor' to make static property 'appleLoopsRootKey' part of global actor 'MainActor'
    public static let appleLoopsRootKey = Self(.appleLoopsRootKey)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:417:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let appleLoopsRootKey = Self(.appleLoopsRootKey)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:420:23: warning: static property 'appleLoopsKeyFilterType' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let appleLoopsKeyFilterType = Self(.appleLoopsKeyFilterType)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:420:23: note: add '@MainActor' to make static property 'appleLoopsKeyFilterType' part of global actor 'MainActor'
    public static let appleLoopsKeyFilterType = Self(.appleLoopsKeyFilterType)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:420:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let appleLoopsKeyFilterType = Self(.appleLoopsKeyFilterType)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:423:23: warning: static property 'appleLoopsLoopMode' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let appleLoopsLoopMode = Self(.appleLoopsLoopMode)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:423:23: note: add '@MainActor' to make static property 'appleLoopsLoopMode' part of global actor 'MainActor'
    public static let appleLoopsLoopMode = Self(.appleLoopsLoopMode)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:423:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let appleLoopsLoopMode = Self(.appleLoopsLoopMode)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:426:23: warning: static property 'appleLoopDescriptors' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let appleLoopDescriptors = Self(.appleLoopDescriptors)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:426:23: note: add '@MainActor' to make static property 'appleLoopDescriptors' part of global actor 'MainActor'
    public static let appleLoopDescriptors = Self(.appleLoopDescriptors)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:426:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let appleLoopDescriptors = Self(.appleLoopDescriptors)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:429:23: warning: static property 'musicalInstrumentCategory' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let musicalInstrumentCategory = Self(.musicalInstrumentCategory)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:429:23: note: add '@MainActor' to make static property 'musicalInstrumentCategory' part of global actor 'MainActor'
    public static let musicalInstrumentCategory = Self(.musicalInstrumentCategory)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:429:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let musicalInstrumentCategory = Self(.musicalInstrumentCategory)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:432:23: warning: static property 'musicalInstrumentName' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let musicalInstrumentName = Self(.musicalInstrumentName)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:432:23: note: add '@MainActor' to make static property 'musicalInstrumentName' part of global actor 'MainActor'
    public static let musicalInstrumentName = Self(.musicalInstrumentName)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:432:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let musicalInstrumentName = Self(.musicalInstrumentName)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:437:23: warning: static property 'duration' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let duration = Self(.duration)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:437:23: note: add '@MainActor' to make static property 'duration' part of global actor 'MainActor'
    public static let duration = Self(.duration)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:437:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let duration = Self(.duration)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:440:23: warning: static property 'mediaTypes' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mediaTypes = Self(.mediaTypes)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:440:23: note: add '@MainActor' to make static property 'mediaTypes' part of global actor 'MainActor'
    public static let mediaTypes = Self(.mediaTypes)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:440:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mediaTypes = Self(.mediaTypes)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:443:23: warning: static property 'codecs' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let codecs = Self(.codecs)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:443:23: note: add '@MainActor' to make static property 'codecs' part of global actor 'MainActor'
    public static let codecs = Self(.codecs)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:443:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let codecs = Self(.codecs)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:446:23: warning: static property 'totalBitRate' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let totalBitRate = Self(.totalBitRate)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:446:23: note: add '@MainActor' to make static property 'totalBitRate' part of global actor 'MainActor'
    public static let totalBitRate = Self(.totalBitRate)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:446:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let totalBitRate = Self(.totalBitRate)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:449:23: warning: static property 'videoBitRate' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let videoBitRate = Self(.videoBitRate)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:449:23: note: add '@MainActor' to make static property 'videoBitRate' part of global actor 'MainActor'
    public static let videoBitRate = Self(.videoBitRate)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:449:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let videoBitRate = Self(.videoBitRate)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:452:23: warning: static property 'audioBitRate' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let audioBitRate = Self(.audioBitRate)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:452:23: note: add '@MainActor' to make static property 'audioBitRate' part of global actor 'MainActor'
    public static let audioBitRate = Self(.audioBitRate)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:452:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let audioBitRate = Self(.audioBitRate)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:455:23: warning: static property 'streamable' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let streamable = Self(.streamable)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:455:23: note: add '@MainActor' to make static property 'streamable' part of global actor 'MainActor'
    public static let streamable = Self(.streamable)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:455:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let streamable = Self(.streamable)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:458:23: warning: static property 'mediaDeliveryType' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mediaDeliveryType = Self(.mediaDeliveryType)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:458:23: note: add '@MainActor' to make static property 'mediaDeliveryType' part of global actor 'MainActor'
    public static let mediaDeliveryType = Self(.mediaDeliveryType)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:458:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mediaDeliveryType = Self(.mediaDeliveryType)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:461:23: warning: static property 'originalFormat' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let originalFormat = Self(.originalFormat)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:461:23: note: add '@MainActor' to make static property 'originalFormat' part of global actor 'MainActor'
    public static let originalFormat = Self(.originalFormat)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:461:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let originalFormat = Self(.originalFormat)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:464:23: warning: static property 'originalSource' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let originalSource = Self(.originalSource)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:464:23: note: add '@MainActor' to make static property 'originalSource' part of global actor 'MainActor'
    public static let originalSource = Self(.originalSource)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:464:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let originalSource = Self(.originalSource)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:467:23: warning: static property 'director' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let director = Self(.director)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:467:23: note: add '@MainActor' to make static property 'director' part of global actor 'MainActor'
    public static let director = Self(.director)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:467:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let director = Self(.director)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:470:23: warning: static property 'producer' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let producer = Self(.producer)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:470:23: note: add '@MainActor' to make static property 'producer' part of global actor 'MainActor'
    public static let producer = Self(.producer)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:470:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let producer = Self(.producer)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:473:23: warning: static property 'genre' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let genre = Self(.genre)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:473:23: note: add '@MainActor' to make static property 'genre' part of global actor 'MainActor'
    public static let genre = Self(.genre)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:473:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let genre = Self(.genre)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:476:23: warning: static property 'performers' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let performers = Self(.performers)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:476:23: note: add '@MainActor' to make static property 'performers' part of global actor 'MainActor'
    public static let performers = Self(.performers)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:476:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let performers = Self(.performers)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:479:23: warning: static property 'participants' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let participants = Self(.participants)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:479:23: note: add '@MainActor' to make static property 'participants' part of global actor 'MainActor'
    public static let participants = Self(.participants)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:479:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let participants = Self(.participants)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:484:23: warning: static property 'pixelHeight' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pixelHeight = Self(.pixelHeight)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:484:23: note: add '@MainActor' to make static property 'pixelHeight' part of global actor 'MainActor'
    public static let pixelHeight = Self(.pixelHeight)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:484:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pixelHeight = Self(.pixelHeight)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:487:23: warning: static property 'pixelWidth' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pixelWidth = Self(.pixelWidth)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:487:23: note: add '@MainActor' to make static property 'pixelWidth' part of global actor 'MainActor'
    public static let pixelWidth = Self(.pixelWidth)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:487:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pixelWidth = Self(.pixelWidth)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:490:23: warning: static property 'pixelSize' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pixelSize = Self(.pixelSize)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:490:23: note: add '@MainActor' to make static property 'pixelSize' part of global actor 'MainActor'
    public static let pixelSize = Self(.pixelSize)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:490:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pixelSize = Self(.pixelSize)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:493:23: warning: static property 'pixelCount' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pixelCount = Self(.pixelCount)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:493:23: note: add '@MainActor' to make static property 'pixelCount' part of global actor 'MainActor'
    public static let pixelCount = Self(.pixelCount)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:493:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pixelCount = Self(.pixelCount)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:496:23: warning: static property 'colorSpace' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let colorSpace = Self(.colorSpace)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:496:23: note: add '@MainActor' to make static property 'colorSpace' part of global actor 'MainActor'
    public static let colorSpace = Self(.colorSpace)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:496:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let colorSpace = Self(.colorSpace)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:499:23: warning: static property 'bitsPerSample' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let bitsPerSample = Self(.bitsPerSample)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:499:23: note: add '@MainActor' to make static property 'bitsPerSample' part of global actor 'MainActor'
    public static let bitsPerSample = Self(.bitsPerSample)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:499:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let bitsPerSample = Self(.bitsPerSample)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:502:23: warning: static property 'isFlashOn' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let isFlashOn = Self(.isFlashOn)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:502:23: note: add '@MainActor' to make static property 'isFlashOn' part of global actor 'MainActor'
    public static let isFlashOn = Self(.isFlashOn)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:502:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let isFlashOn = Self(.isFlashOn)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:505:23: warning: static property 'focalLength' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let focalLength = Self(.focalLength)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:505:23: note: add '@MainActor' to make static property 'focalLength' part of global actor 'MainActor'
    public static let focalLength = Self(.focalLength)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:505:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let focalLength = Self(.focalLength)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:508:23: warning: static property 'deviceManufacturer' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let deviceManufacturer = Self(.deviceManufacturer)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:508:23: note: add '@MainActor' to make static property 'deviceManufacturer' part of global actor 'MainActor'
    public static let deviceManufacturer = Self(.deviceManufacturer)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:508:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let deviceManufacturer = Self(.deviceManufacturer)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:511:23: warning: static property 'deviceModel' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let deviceModel = Self(.deviceModel)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:511:23: note: add '@MainActor' to make static property 'deviceModel' part of global actor 'MainActor'
    public static let deviceModel = Self(.deviceModel)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:511:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let deviceModel = Self(.deviceModel)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:514:23: warning: static property 'isoSpeed' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let isoSpeed = Self(.isoSpeed)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:514:23: note: add '@MainActor' to make static property 'isoSpeed' part of global actor 'MainActor'
    public static let isoSpeed = Self(.isoSpeed)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:514:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let isoSpeed = Self(.isoSpeed)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:517:23: warning: static property 'orientation' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let orientation = Self(.orientation)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:517:23: note: add '@MainActor' to make static property 'orientation' part of global actor 'MainActor'
    public static let orientation = Self(.orientation)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:517:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let orientation = Self(.orientation)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:520:23: warning: static property 'layerNames' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let layerNames = Self(.layerNames)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:520:23: note: add '@MainActor' to make static property 'layerNames' part of global actor 'MainActor'
    public static let layerNames = Self(.layerNames)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:520:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let layerNames = Self(.layerNames)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:523:23: warning: static property 'aperture' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let aperture = Self(.aperture)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:523:23: note: add '@MainActor' to make static property 'aperture' part of global actor 'MainActor'
    public static let aperture = Self(.aperture)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:523:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let aperture = Self(.aperture)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:526:23: warning: static property 'colorProfile' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let colorProfile = Self(.colorProfile)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:526:23: note: add '@MainActor' to make static property 'colorProfile' part of global actor 'MainActor'
    public static let colorProfile = Self(.colorProfile)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:526:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let colorProfile = Self(.colorProfile)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:529:23: warning: static property 'dpiResolutionWidth' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dpiResolutionWidth = Self(.dpiResolutionWidth)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:529:23: note: add '@MainActor' to make static property 'dpiResolutionWidth' part of global actor 'MainActor'
    public static let dpiResolutionWidth = Self(.dpiResolutionWidth)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:529:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dpiResolutionWidth = Self(.dpiResolutionWidth)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:532:23: warning: static property 'dpiResolutionHeight' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dpiResolutionHeight = Self(.dpiResolutionHeight)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:532:23: note: add '@MainActor' to make static property 'dpiResolutionHeight' part of global actor 'MainActor'
    public static let dpiResolutionHeight = Self(.dpiResolutionHeight)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:532:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dpiResolutionHeight = Self(.dpiResolutionHeight)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:535:23: warning: static property 'dpiResolution' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dpiResolution = Self(.dpiResolution)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:535:23: note: add '@MainActor' to make static property 'dpiResolution' part of global actor 'MainActor'
    public static let dpiResolution = Self(.dpiResolution)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:535:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dpiResolution = Self(.dpiResolution)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:538:23: warning: static property 'exposureMode' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let exposureMode = Self(.exposureMode)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:538:23: note: add '@MainActor' to make static property 'exposureMode' part of global actor 'MainActor'
    public static let exposureMode = Self(.exposureMode)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:538:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let exposureMode = Self(.exposureMode)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:541:23: warning: static property 'exposureTimeSeconds' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let exposureTimeSeconds = Self(.exposureTimeSeconds)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:541:23: note: add '@MainActor' to make static property 'exposureTimeSeconds' part of global actor 'MainActor'
    public static let exposureTimeSeconds = Self(.exposureTimeSeconds)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:541:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let exposureTimeSeconds = Self(.exposureTimeSeconds)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:544:23: warning: static property 'exifVersion' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let exifVersion = Self(.exifVersion)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:544:23: note: add '@MainActor' to make static property 'exifVersion' part of global actor 'MainActor'
    public static let exifVersion = Self(.exifVersion)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:544:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let exifVersion = Self(.exifVersion)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:547:23: warning: static property 'cameraOwner' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let cameraOwner = Self(.cameraOwner)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:547:23: note: add '@MainActor' to make static property 'cameraOwner' part of global actor 'MainActor'
    public static let cameraOwner = Self(.cameraOwner)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:547:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let cameraOwner = Self(.cameraOwner)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:550:23: warning: static property 'focalLength35Mm' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let focalLength35Mm = Self(.focalLength35Mm)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:550:23: note: add '@MainActor' to make static property 'focalLength35Mm' part of global actor 'MainActor'
    public static let focalLength35Mm = Self(.focalLength35Mm)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:550:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let focalLength35Mm = Self(.focalLength35Mm)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:553:23: warning: static property 'lensModel' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lensModel = Self(.lensModel)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:553:23: note: add '@MainActor' to make static property 'lensModel' part of global actor 'MainActor'
    public static let lensModel = Self(.lensModel)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:553:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lensModel = Self(.lensModel)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:556:23: warning: static property 'imageDirection' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let imageDirection = Self(.imageDirection)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:556:23: note: add '@MainActor' to make static property 'imageDirection' part of global actor 'MainActor'
    public static let imageDirection = Self(.imageDirection)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:556:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let imageDirection = Self(.imageDirection)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:559:23: warning: static property 'hasAlphaChannel' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let hasAlphaChannel = Self(.hasAlphaChannel)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:559:23: note: add '@MainActor' to make static property 'hasAlphaChannel' part of global actor 'MainActor'
    public static let hasAlphaChannel = Self(.hasAlphaChannel)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:559:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let hasAlphaChannel = Self(.hasAlphaChannel)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:562:23: warning: static property 'redEyeOnOff' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let redEyeOnOff = Self(.redEyeOnOff)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:562:23: note: add '@MainActor' to make static property 'redEyeOnOff' part of global actor 'MainActor'
    public static let redEyeOnOff = Self(.redEyeOnOff)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:562:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let redEyeOnOff = Self(.redEyeOnOff)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:565:23: warning: static property 'meteringMode' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let meteringMode = Self(.meteringMode)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:565:23: note: add '@MainActor' to make static property 'meteringMode' part of global actor 'MainActor'
    public static let meteringMode = Self(.meteringMode)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:565:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let meteringMode = Self(.meteringMode)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:568:23: warning: static property 'maxAperture' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let maxAperture = Self(.maxAperture)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:568:23: note: add '@MainActor' to make static property 'maxAperture' part of global actor 'MainActor'
    public static let maxAperture = Self(.maxAperture)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:568:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let maxAperture = Self(.maxAperture)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:571:23: warning: static property 'fNumber' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let fNumber = Self(.fNumber)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:571:23: note: add '@MainActor' to make static property 'fNumber' part of global actor 'MainActor'
    public static let fNumber = Self(.fNumber)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:571:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let fNumber = Self(.fNumber)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:574:23: warning: static property 'exposureProgram' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let exposureProgram = Self(.exposureProgram)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:574:23: note: add '@MainActor' to make static property 'exposureProgram' part of global actor 'MainActor'
    public static let exposureProgram = Self(.exposureProgram)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:574:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let exposureProgram = Self(.exposureProgram)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:577:23: warning: static property 'exposureTimeString' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let exposureTimeString = Self(.exposureTimeString)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:577:23: note: add '@MainActor' to make static property 'exposureTimeString' part of global actor 'MainActor'
    public static let exposureTimeString = Self(.exposureTimeString)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:577:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let exposureTimeString = Self(.exposureTimeString)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:580:23: warning: static property 'isScreenCapture' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let isScreenCapture = Self(.isScreenCapture)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:580:23: note: add '@MainActor' to make static property 'isScreenCapture' part of global actor 'MainActor'
    public static let isScreenCapture = Self(.isScreenCapture)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:580:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let isScreenCapture = Self(.isScreenCapture)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:583:23: warning: static property 'screenCaptureRect' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let screenCaptureRect = Self(.screenCaptureRect)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:583:23: note: add '@MainActor' to make static property 'screenCaptureRect' part of global actor 'MainActor'
    public static let screenCaptureRect = Self(.screenCaptureRect)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:583:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let screenCaptureRect = Self(.screenCaptureRect)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:586:23: warning: static property 'screenCaptureType' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let screenCaptureType = Self(.screenCaptureType)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:586:23: note: add '@MainActor' to make static property 'screenCaptureType' part of global actor 'MainActor'
    public static let screenCaptureType = Self(.screenCaptureType)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:586:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let screenCaptureType = Self(.screenCaptureType)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:589:23: warning: static property 'whiteBalance' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let whiteBalance = Self(.whiteBalance)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:589:23: note: add '@MainActor' to make static property 'whiteBalance' part of global actor 'MainActor'
    public static let whiteBalance = Self(.whiteBalance)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:589:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let whiteBalance = Self(.whiteBalance)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:594:23: warning: static property 'authorEmailAddresses' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let authorEmailAddresses = Self(.authorEmailAddresses)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:594:23: note: add '@MainActor' to make static property 'authorEmailAddresses' part of global actor 'MainActor'
    public static let authorEmailAddresses = Self(.authorEmailAddresses)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:594:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let authorEmailAddresses = Self(.authorEmailAddresses)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:597:23: warning: static property 'authorAddresses' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let authorAddresses = Self(.authorAddresses)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:597:23: note: add '@MainActor' to make static property 'authorAddresses' part of global actor 'MainActor'
    public static let authorAddresses = Self(.authorAddresses)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:597:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let authorAddresses = Self(.authorAddresses)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:600:23: warning: static property 'recipients' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let recipients = Self(.recipients)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:600:23: note: add '@MainActor' to make static property 'recipients' part of global actor 'MainActor'
    public static let recipients = Self(.recipients)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:600:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let recipients = Self(.recipients)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:603:23: warning: static property 'recipientEmailAddresses' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let recipientEmailAddresses = Self(.recipientEmailAddresses)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:603:23: note: add '@MainActor' to make static property 'recipientEmailAddresses' part of global actor 'MainActor'
    public static let recipientEmailAddresses = Self(.recipientEmailAddresses)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:603:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let recipientEmailAddresses = Self(.recipientEmailAddresses)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:606:23: warning: static property 'recipientAddresses' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let recipientAddresses = Self(.recipientAddresses)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:606:23: note: add '@MainActor' to make static property 'recipientAddresses' part of global actor 'MainActor'
    public static let recipientAddresses = Self(.recipientAddresses)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:606:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let recipientAddresses = Self(.recipientAddresses)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:609:23: warning: static property 'instantMessageAddresses' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let instantMessageAddresses = Self(.instantMessageAddresses)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:609:23: note: add '@MainActor' to make static property 'instantMessageAddresses' part of global actor 'MainActor'
    public static let instantMessageAddresses = Self(.instantMessageAddresses)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:609:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let instantMessageAddresses = Self(.instantMessageAddresses)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:612:23: warning: static property 'receivedDates' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receivedDates = Self(.receivedDates)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:612:23: note: add '@MainActor' to make static property 'receivedDates' part of global actor 'MainActor'
    public static let receivedDates = Self(.receivedDates)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:612:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receivedDates = Self(.receivedDates)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:615:23: warning: static property 'receivedRecipients' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receivedRecipients = Self(.receivedRecipients)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:615:23: note: add '@MainActor' to make static property 'receivedRecipients' part of global actor 'MainActor'
    public static let receivedRecipients = Self(.receivedRecipients)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:615:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receivedRecipients = Self(.receivedRecipients)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:618:23: warning: static property 'receivedRecipientHandles' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receivedRecipientHandles = Self(.receivedRecipientHandles)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:618:23: note: add '@MainActor' to make static property 'receivedRecipientHandles' part of global actor 'MainActor'
    public static let receivedRecipientHandles = Self(.receivedRecipientHandles)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:618:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receivedRecipientHandles = Self(.receivedRecipientHandles)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:621:23: warning: static property 'receivedSenders' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receivedSenders = Self(.receivedSenders)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:621:23: note: add '@MainActor' to make static property 'receivedSenders' part of global actor 'MainActor'
    public static let receivedSenders = Self(.receivedSenders)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:621:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receivedSenders = Self(.receivedSenders)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:624:23: warning: static property 'receivedSenderHandles' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receivedSenderHandles = Self(.receivedSenderHandles)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:624:23: note: add '@MainActor' to make static property 'receivedSenderHandles' part of global actor 'MainActor'
    public static let receivedSenderHandles = Self(.receivedSenderHandles)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:624:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receivedSenderHandles = Self(.receivedSenderHandles)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:627:23: warning: static property 'receivedTypes' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receivedTypes = Self(.receivedTypes)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:627:23: note: add '@MainActor' to make static property 'receivedTypes' part of global actor 'MainActor'
    public static let receivedTypes = Self(.receivedTypes)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:627:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receivedTypes = Self(.receivedTypes)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:630:23: warning: static property 'isLikelyJunk' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let isLikelyJunk = Self(.isLikelyJunk)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:630:23: note: add '@MainActor' to make static property 'isLikelyJunk' part of global actor 'MainActor'
    public static let isLikelyJunk = Self(.isLikelyJunk)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:630:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let isLikelyJunk = Self(.isLikelyJunk)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:635:23: warning: static property 'isUbiquitousItem' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let isUbiquitousItem = Self(.isUbiquitousItem)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:635:23: note: add '@MainActor' to make static property 'isUbiquitousItem' part of global actor 'MainActor'
    public static let isUbiquitousItem = Self(.isUbiquitousItem)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:635:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let isUbiquitousItem = Self(.isUbiquitousItem)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:638:23: warning: static property 'ubiquitousItemContainerDisplayName' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemContainerDisplayName = Self(.ubiquitousItemContainerDisplayName)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:638:23: note: add '@MainActor' to make static property 'ubiquitousItemContainerDisplayName' part of global actor 'MainActor'
    public static let ubiquitousItemContainerDisplayName = Self(.ubiquitousItemContainerDisplayName)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:638:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemContainerDisplayName = Self(.ubiquitousItemContainerDisplayName)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:641:23: warning: static property 'ubiquitousItemDownloadRequested' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemDownloadRequested = Self(.ubiquitousItemDownloadRequested)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:641:23: note: add '@MainActor' to make static property 'ubiquitousItemDownloadRequested' part of global actor 'MainActor'
    public static let ubiquitousItemDownloadRequested = Self(.ubiquitousItemDownloadRequested)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:641:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemDownloadRequested = Self(.ubiquitousItemDownloadRequested)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:643:23: warning: static property 'ubiquitousItemIsExternalDocument' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemIsExternalDocument = Self(.ubiquitousItemIsExternalDocument)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:643:23: note: add '@MainActor' to make static property 'ubiquitousItemIsExternalDocument' part of global actor 'MainActor'
    public static let ubiquitousItemIsExternalDocument = Self(.ubiquitousItemIsExternalDocument)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:643:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemIsExternalDocument = Self(.ubiquitousItemIsExternalDocument)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:645:23: warning: static property 'ubiquitousItemURLInLocalContainer' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemURLInLocalContainer = Self(.ubiquitousItemURLInLocalContainer)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:645:23: note: add '@MainActor' to make static property 'ubiquitousItemURLInLocalContainer' part of global actor 'MainActor'
    public static let ubiquitousItemURLInLocalContainer = Self(.ubiquitousItemURLInLocalContainer)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:645:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemURLInLocalContainer = Self(.ubiquitousItemURLInLocalContainer)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:648:23: warning: static property 'ubiquitousItemHasUnresolvedConflicts' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemHasUnresolvedConflicts = Self(.ubiquitousItemHasUnresolvedConflicts)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:648:23: note: add '@MainActor' to make static property 'ubiquitousItemHasUnresolvedConflicts' part of global actor 'MainActor'
    public static let ubiquitousItemHasUnresolvedConflicts = Self(.ubiquitousItemHasUnresolvedConflicts)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:648:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemHasUnresolvedConflicts = Self(.ubiquitousItemHasUnresolvedConflicts)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:650:23: warning: static property 'ubiquitousItemIsDownloaded' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemIsDownloaded = Self(.ubiquitousItemIsDownloaded)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:650:23: note: add '@MainActor' to make static property 'ubiquitousItemIsDownloaded' part of global actor 'MainActor'
    public static let ubiquitousItemIsDownloaded = Self(.ubiquitousItemIsDownloaded)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:650:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemIsDownloaded = Self(.ubiquitousItemIsDownloaded)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:653:23: warning: static property 'ubiquitousItemIsDownloading' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemIsDownloading = Self(.ubiquitousItemIsDownloading)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:653:23: note: add '@MainActor' to make static property 'ubiquitousItemIsDownloading' part of global actor 'MainActor'
    public static let ubiquitousItemIsDownloading = Self(.ubiquitousItemIsDownloading)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:653:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemIsDownloading = Self(.ubiquitousItemIsDownloading)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:656:23: warning: static property 'ubiquitousItemIsUploaded' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemIsUploaded = Self(.ubiquitousItemIsUploaded)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:656:23: note: add '@MainActor' to make static property 'ubiquitousItemIsUploaded' part of global actor 'MainActor'
    public static let ubiquitousItemIsUploaded = Self(.ubiquitousItemIsUploaded)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:656:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemIsUploaded = Self(.ubiquitousItemIsUploaded)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:659:23: warning: static property 'ubiquitousItemIsUploading' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemIsUploading = Self(.ubiquitousItemIsUploading)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:659:23: note: add '@MainActor' to make static property 'ubiquitousItemIsUploading' part of global actor 'MainActor'
    public static let ubiquitousItemIsUploading = Self(.ubiquitousItemIsUploading)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:659:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemIsUploading = Self(.ubiquitousItemIsUploading)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:662:23: warning: static property 'ubiquitousItemPercentDownloaded' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemPercentDownloaded = Self(.ubiquitousItemPercentDownloaded)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:662:23: note: add '@MainActor' to make static property 'ubiquitousItemPercentDownloaded' part of global actor 'MainActor'
    public static let ubiquitousItemPercentDownloaded = Self(.ubiquitousItemPercentDownloaded)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:662:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemPercentDownloaded = Self(.ubiquitousItemPercentDownloaded)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:665:23: warning: static property 'ubiquitousItemPercentUploaded' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemPercentUploaded = Self(.ubiquitousItemPercentUploaded)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:665:23: note: add '@MainActor' to make static property 'ubiquitousItemPercentUploaded' part of global actor 'MainActor'
    public static let ubiquitousItemPercentUploaded = Self(.ubiquitousItemPercentUploaded)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:665:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemPercentUploaded = Self(.ubiquitousItemPercentUploaded)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:668:23: warning: static property 'ubiquitousItemDownloadingStatus' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemDownloadingStatus = Self(.ubiquitousItemDownloadingStatus)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:668:23: note: add '@MainActor' to make static property 'ubiquitousItemDownloadingStatus' part of global actor 'MainActor'
    public static let ubiquitousItemDownloadingStatus = Self(.ubiquitousItemDownloadingStatus)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:668:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemDownloadingStatus = Self(.ubiquitousItemDownloadingStatus)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:671:23: warning: static property 'ubiquitousItemDownloadingError' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemDownloadingError = Self(.ubiquitousItemDownloadingError)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:671:23: note: add '@MainActor' to make static property 'ubiquitousItemDownloadingError' part of global actor 'MainActor'
    public static let ubiquitousItemDownloadingError = Self(.ubiquitousItemDownloadingError)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:671:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemDownloadingError = Self(.ubiquitousItemDownloadingError)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:674:23: warning: static property 'ubiquitousItemUploadingError' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemUploadingError = Self(.ubiquitousItemUploadingError)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:674:23: note: add '@MainActor' to make static property 'ubiquitousItemUploadingError' part of global actor 'MainActor'
    public static let ubiquitousItemUploadingError = Self(.ubiquitousItemUploadingError)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:674:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemUploadingError = Self(.ubiquitousItemUploadingError)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:677:23: warning: static property 'ubiquitousItemIsShared' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousItemIsShared = Self(.ubiquitousItemIsShared)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:677:23: note: add '@MainActor' to make static property 'ubiquitousItemIsShared' part of global actor 'MainActor'
    public static let ubiquitousItemIsShared = Self(.ubiquitousItemIsShared)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:677:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousItemIsShared = Self(.ubiquitousItemIsShared)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:680:23: warning: static property 'ubiquitousSharedItemCurrentUserPermissions' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousSharedItemCurrentUserPermissions = Self(.ubiquitousSharedItemCurrentUserPermissions)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:680:23: note: add '@MainActor' to make static property 'ubiquitousSharedItemCurrentUserPermissions' part of global actor 'MainActor'
    public static let ubiquitousSharedItemCurrentUserPermissions = Self(.ubiquitousSharedItemCurrentUserPermissions)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:680:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousSharedItemCurrentUserPermissions = Self(.ubiquitousSharedItemCurrentUserPermissions)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:682:23: warning: static property 'ubiquitousSharedItemCurrentUserRole' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousSharedItemCurrentUserRole = Self(.ubiquitousSharedItemCurrentUserRole)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:682:23: note: add '@MainActor' to make static property 'ubiquitousSharedItemCurrentUserRole' part of global actor 'MainActor'
    public static let ubiquitousSharedItemCurrentUserRole = Self(.ubiquitousSharedItemCurrentUserRole)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:682:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousSharedItemCurrentUserRole = Self(.ubiquitousSharedItemCurrentUserRole)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:684:23: warning: static property 'ubiquitousSharedItemMostRecentEditorNameComponents' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousSharedItemMostRecentEditorNameComponents = Self(.ubiquitousSharedItemMostRecentEditorNameComponents)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:684:23: note: add '@MainActor' to make static property 'ubiquitousSharedItemMostRecentEditorNameComponents' part of global actor 'MainActor'
    public static let ubiquitousSharedItemMostRecentEditorNameComponents = Self(.ubiquitousSharedItemMostRecentEditorNameComponents)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:684:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousSharedItemMostRecentEditorNameComponents = Self(.ubiquitousSharedItemMostRecentEditorNameComponents)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:686:23: warning: static property 'ubiquitousSharedItemOwnerNameComponents' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ubiquitousSharedItemOwnerNameComponents = Self(.ubiquitousSharedItemOwnerNameComponents)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:686:23: note: add '@MainActor' to make static property 'ubiquitousSharedItemOwnerNameComponents' part of global actor 'MainActor'
    public static let ubiquitousSharedItemOwnerNameComponents = Self(.ubiquitousSharedItemOwnerNameComponents)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:686:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ubiquitousSharedItemOwnerNameComponents = Self(.ubiquitousSharedItemOwnerNameComponents)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:695:23: warning: static property 'queryContentRelevance' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let queryContentRelevance = Self(.queryContentRelevance)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
    public struct SortDescriptor {
                  ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:695:23: note: add '@MainActor' to make static property 'queryContentRelevance' part of global actor 'MainActor'
    public static let queryContentRelevance = Self(.queryContentRelevance)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:695:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let queryContentRelevance = Self(.queryContentRelevance)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:728:17: warning: let 'stringAttributes' is not concurrency-safe because non-'Sendable' type '[MetadataItem.Attribute]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate let stringAttributes: [MetadataItem.Attribute] = [.url, .path, .fileName, .displayName, .alternateNames, .fileExtension, .fileType, .contentType, .contentTypeTree, .description, .kind, .information, .identifier, .keywords, .title, .album, .authors, .version, .comment, .whereFroms, .finderComment, .finderTags, .bundleIdentifier, .executablePlatform, .encodingApplications, .applicationCategories, .appstoreCategory, .appstoreCategoryType, .textContent, .subject, .theme, .headline, .creator, .instructions, .editors, .audiences, .coverage, .projects, .copyright, .fonts, .fontFamilyName, .contactKeywords, .languages, .rights, .organizations, .publishers, .emailAddresses, .phoneNumbers, .contributors, .securityMethod, .country, .city, .stateOrProvince, .areaInformation, .namedLocation, .gpsStatus, .gpsMeasureMode, .gpsMapDatum, .gpsProcessingMethod, .appleLoopsRootKey, .appleLoopsKeyFilterType, .appleLoopsLoopMode, .appleLoopDescriptors, .musicalInstrumentCategory, .musicalInstrumentName, .mediaTypes, .codecs, .mediaDeliveryType, .originalFormat, .originalSource, .director, .producer, .genre, .performers, .participants, .colorSpace, .exposureMode, .exifVersion, .cameraOwner, .lensModel, .meteringMode, .exposureProgram, .exposureTimeString, .whiteBalance, .authorEmailAddresses, .authorAddresses, .recipients, .recipientEmailAddresses, .recipientAddresses, .instantMessageAddresses, .receivedRecipients, .receivedRecipientHandles, .receivedSenders, .receivedSenderHandles, .receivedTypes, .ubiquitousItemContainerDisplayName, .ubiquitousItemDownloadingStatus, .ubiquitousItemDownloadingError, .ubiquitousItemUploadingError, .ubiquitousSharedItemCurrentUserPermissions, .ubiquitousSharedItemCurrentUserRole, .ubiquitousSharedItemMostRecentEditorNameComponents, .ubiquitousSharedItemOwnerNameComponents]
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Attribute.swift:13:10: note: consider making enum 'Attribute' conform to the 'Sendable' protocol
    enum Attribute: String, Hashable, CustomStringConvertible, CaseIterable {
         ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:728:17: note: add '@MainActor' to make let 'stringAttributes' part of global actor 'MainActor'
fileprivate let stringAttributes: [MetadataItem.Attribute] = [.url, .path, .fileName, .displayName, .alternateNames, .fileExtension, .fileType, .contentType, .contentTypeTree, .description, .kind, .information, .identifier, .keywords, .title, .album, .authors, .version, .comment, .whereFroms, .finderComment, .finderTags, .bundleIdentifier, .executablePlatform, .encodingApplications, .applicationCategories, .appstoreCategory, .appstoreCategoryType, .textContent, .subject, .theme, .headline, .creator, .instructions, .editors, .audiences, .coverage, .projects, .copyright, .fonts, .fontFamilyName, .contactKeywords, .languages, .rights, .organizations, .publishers, .emailAddresses, .phoneNumbers, .contributors, .securityMethod, .country, .city, .stateOrProvince, .areaInformation, .namedLocation, .gpsStatus, .gpsMeasureMode, .gpsMapDatum, .gpsProcessingMethod, .appleLoopsRootKey, .appleLoopsKeyFilterType, .appleLoopsLoopMode, .appleLoopDescriptors, .musicalInstrumentCategory, .musicalInstrumentName, .mediaTypes, .codecs, .mediaDeliveryType, .originalFormat, .originalSource, .director, .producer, .genre, .performers, .participants, .colorSpace, .exposureMode, .exifVersion, .cameraOwner, .lensModel, .meteringMode, .exposureProgram, .exposureTimeString, .whiteBalance, .authorEmailAddresses, .authorAddresses, .recipients, .recipientEmailAddresses, .recipientAddresses, .instantMessageAddresses, .receivedRecipients, .receivedRecipientHandles, .receivedSenders, .receivedSenderHandles, .receivedTypes, .ubiquitousItemContainerDisplayName, .ubiquitousItemDownloadingStatus, .ubiquitousItemDownloadingError, .ubiquitousItemUploadingError, .ubiquitousSharedItemCurrentUserPermissions, .ubiquitousSharedItemCurrentUserRole, .ubiquitousSharedItemMostRecentEditorNameComponents, .ubiquitousSharedItemOwnerNameComponents]
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:728:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate let stringAttributes: [MetadataItem.Attribute] = [.url, .path, .fileName, .displayName, .alternateNames, .fileExtension, .fileType, .contentType, .contentTypeTree, .description, .kind, .information, .identifier, .keywords, .title, .album, .authors, .version, .comment, .whereFroms, .finderComment, .finderTags, .bundleIdentifier, .executablePlatform, .encodingApplications, .applicationCategories, .appstoreCategory, .appstoreCategoryType, .textContent, .subject, .theme, .headline, .creator, .instructions, .editors, .audiences, .coverage, .projects, .copyright, .fonts, .fontFamilyName, .contactKeywords, .languages, .rights, .organizations, .publishers, .emailAddresses, .phoneNumbers, .contributors, .securityMethod, .country, .city, .stateOrProvince, .areaInformation, .namedLocation, .gpsStatus, .gpsMeasureMode, .gpsMapDatum, .gpsProcessingMethod, .appleLoopsRootKey, .appleLoopsKeyFilterType, .appleLoopsLoopMode, .appleLoopDescriptors, .musicalInstrumentCategory, .musicalInstrumentName, .mediaTypes, .codecs, .mediaDeliveryType, .originalFormat, .originalSource, .director, .producer, .genre, .performers, .participants, .colorSpace, .exposureMode, .exifVersion, .cameraOwner, .lensModel, .meteringMode, .exposureProgram, .exposureTimeString, .whiteBalance, .authorEmailAddresses, .authorAddresses, .recipients, .recipientEmailAddresses, .recipientAddresses, .instantMessageAddresses, .receivedRecipients, .receivedRecipientHandles, .receivedSenders, .receivedSenderHandles, .receivedTypes, .ubiquitousItemContainerDisplayName, .ubiquitousItemDownloadingStatus, .ubiquitousItemDownloadingError, .ubiquitousItemUploadingError, .ubiquitousSharedItemCurrentUserPermissions, .ubiquitousSharedItemCurrentUserRole, .ubiquitousSharedItemMostRecentEditorNameComponents, .ubiquitousSharedItemOwnerNameComponents]
                ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:92:16: warning: static property 'maxResults' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var maxResults: Int?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:92:16: note: convert 'maxResults' to a 'let' constant to make 'Sendable' shared state immutable
    static var maxResults: Int?
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:92:16: note: add '@MainActor' to make static property 'maxResults' part of global actor 'MainActor'
    static var maxResults: Int?
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:92:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var maxResults: Int?
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:93:16: warning: static property 'batchingParameters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var batchingParameters: ResultUpdateOptions?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:93:16: note: convert 'batchingParameters' to a 'let' constant to make 'Sendable' shared state immutable
    static var batchingParameters: ResultUpdateOptions?
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:93:16: note: add '@MainActor' to make static property 'batchingParameters' part of global actor 'MainActor'
    static var batchingParameters: ResultUpdateOptions?
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:93:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var batchingParameters: ResultUpdateOptions?
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:94:16: warning: static property 'options' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var options: Options?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:94:16: note: convert 'options' to a 'let' constant to make 'Sendable' shared state immutable
    static var options: Options?
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:94:16: note: add '@MainActor' to make static property 'options' part of global actor 'MainActor'
    static var options: Options?
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:94:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var options: Options?
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:637:7: warning: class 'ItemPathPrefetchOperation' must restate inherited '@unchecked Sendable' conformance
class ItemPathPrefetchOperation: Operation {
      ^
                                          , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:580:17: warning: capture of 'self' with non-sendable type 'MetadataQuery' in a '@Sendable' closure
                self.itemPathPrefetchOperationQueue.cancelAllOperations()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:69:12: note: class 'MetadataQuery' does not conform to the 'Sendable' protocol
open class MetadataQuery: NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:581:17: warning: capture of 'block' with non-sendable type '() -> Void' in a '@Sendable' closure
                block()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:581:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                block()
                ^
SwiftCompile normal arm64 Compiling\ MetadataItem.swift,\ MetadtaItem+Filter.swift,\ NSPredicateEditor+MetadataItem.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/NSPredicateEditor+MetadataItem.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift:22:24: warning: capture of 'items' with non-sendable type 'IndexedCollection<[MetadataItem]>' in a '@Sendable' closure
            let item = items[index]
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils/Extensions/Collections/Collection+Indexed.swift:49:15: note: generic struct 'IndexedCollection' does not conform to the 'Sendable' protocol
public struct IndexedCollection<Base: Collection> {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift:38:29: warning: capture of 'filteredItems' with non-sendable type '[(Int, MetadataItem)]' in a '@Sendable' closure
                            filteredItems.append(item)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:52:12: note: class 'MetadataItem' does not conform to the 'Sendable' protocol
open class MetadataItem: Identifiable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift:38:29: warning: capture of 'filteredItems' with non-sendable type '[(Int, MetadataItem)]' in an isolated closure
                            filteredItems.append(item)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:52:12: note: class 'MetadataItem' does not conform to the 'Sendable' protocol
open class MetadataItem: Identifiable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift:38:29: warning: mutation of captured var 'filteredItems' in concurrently-executing code
                            filteredItems.append(item)
                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/NSPredicateEditor+MetadataItem.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FileMonitor.swift,\ MetadataQuery+AttributeValueTuple.swift,\ MetadataQuery+HierarchicalResult.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/FileMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+AttributeValueTuple.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+HierarchicalResult.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/FileMonitor.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+AttributeValueTuple.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+HierarchicalResult.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+HierarchicalResult.swift:438:21: warning: initialization of immutable value 'first' was never used; consider replacing with assignment to '_' or removing it
                let first = collection[index]
                ~~~~^~~~~
                _
SwiftDriverJobDiscovery normal arm64 Compiling Scale.swift, TimeDuration.swift, Defaults.swift, FSEvent+Actions.swift, FSEvent+Flags.swift, FSEvent+ItemType.swift, FSEvent.swift, FSEventMonitor+Options.swift, FSEventMonitor.swift, FileConvertible.swift, CGImageFrame.swift, ImageFrameSequence.swift, ImageSequence.swift, ImageOptions.swift, EXIF+HumanReadable.swift, EXIFImageProperties.swift, Canon.swift, ColorModel.swift, EXIF+Extended.swift, GPS.swift, ImageProperties+Keys.swift, Nikon.swift, PNG+Extended.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
SwiftCompile normal arm64 Compiling\ MetadataQuery+Predicate.swift,\ MetadataQuery+PredicateComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+Predicate.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+PredicateComponent.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+Predicate.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+Predicate.swift:213:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: Comparable where Wrapped: Comparable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+Predicate.swift:213:1: note: add '@retroactive' to silence this warning
extension Optional: Comparable where Wrapped: Comparable {
^                   ~~~~~~~~~~
                    @retroactive Comparable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+PredicateComponent.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DateValueCodable.swift, PropertyWrappers.swift, ApplicationInfo.swift, FileTypeDefinition.swift, AssociatedValue.swift, BaseArray.swift, BaseDictionary.swift, Deque.swift, OrderedDictionary.swift, OrderedSet.swift, Queue.swift, SelectableArray.swift, Stack.swift, SynchronizedArray.swift, SynchronizedDictionary.swift, DataSize.swift, FractionalPoint.swift, NSRectCorner.swift, Point3D.swift, RectEdge.swift, RectEdgeCorner.swift, Rotation.swift, RotationAngle.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
SwiftCompile normal arm64 Compiling\ MetadataQuery+ResultGroup.swift,\ MetadataQuery+SearchScope.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+ResultGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SearchScope.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+ResultGroup.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SearchScope.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+PredicateResult.swift, Operator.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 Compiling\ MetadataItem+Attribute.swift,\ MetadataItem+Changes.swift,\ MetadataItem+FinderTag.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Attribute.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+FinderTag.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Attribute.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift:156:20: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.Changes' may have shared mutable state; this is an error in the Swift 6 language mode
        static let empty = Changes()
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift:122:18: note: class 'Changes' does not conform to the 'Sendable' protocol
    public class Changes: Hashable {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift:156:20: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
        static let empty = Changes()
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift:156:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let empty = Changes()
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+FinderTag.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+Predicate+DateValue.swift, MetadataQuery+Predicate+StringOptions.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 Compiling\ NSMetadataQuery+.swift,\ NSPredicateEditor+.swift,\ NSPredicateEditorRowTemplate+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSMetadataQuery+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSPredicateEditor+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSPredicateEditorRowTemplate+.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSMetadataQuery+.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSPredicateEditor+.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSPredicateEditorRowTemplate+.swift (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+Options.swift, MetadataQuery+ResultDfference.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+ResultGroup.swift, MetadataQuery+SearchScope.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+Predicate.swift, MetadataQuery+PredicateComponent.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataItem.swift, MetadtaItem+Filter.swift, NSPredicateEditor+MetadataItem.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Emitting module for FZMetadata (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriver\ Compilation\ Requirements FZMetadata normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FZMetadata -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/_ExceptionCatcher.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/_SuperBuilder.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/_MDQueryInterposer.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata-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/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.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/FZMetadata.build/Debug/FZMetadata.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/ExceptionCatcher -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/SuperBuilder/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata+ObjC/MDQueryInterposer/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.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/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/FZMetadata-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata-Swift.h (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/FZMetadata-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftdoc (in target 'FZMetadata' from project 'FZMetadata')
    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/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftmodule (in target 'FZMetadata' from project 'FZMetadata')
    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/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.abi.json (in target 'FZMetadata' from project 'FZMetadata')
    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/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftsourceinfo (in target 'FZMetadata' from project 'FZMetadata')
    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/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling NSMetadataQuery+.swift, NSPredicateEditor+.swift, NSPredicateEditorRowTemplate+.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataItem+Attribute.swift, MetadataItem+Changes.swift, MetadataItem+FinderTag.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling FileMonitor.swift, MetadataQuery+AttributeValueTuple.swift, MetadataQuery+HierarchicalResult.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling Accelerate+Operator.swift, ApproximateEquatable.swift, Bool+.swift, CGPoint+.swift, CGRect+.swift, CGSize+.swift, FloatingPoint+.swift, FloatingPoint+Initializable.swift, FloatingPoint+Rounding.swift, Int+.swift, MultiplicativeArithmetic.swift, NSNumber+.swift, NSRange+.swift, NSValue+.swift, Number+Interpolate.swift, Number+String.swift, NumberFormatter+.swift, NumberFormatter+String.swift, Range+.swift, TimeInterval+.swift, Mirror+.swift, NSCoder+.swift, NSError+.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+SortDescriptor.swift, MetadataQuery.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriver\ Compilation FZMetadata normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FZMetadata -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/_ExceptionCatcher.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/_SuperBuilder.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/_MDQueryInterposer.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata-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/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.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/FZMetadata.build/Debug/FZMetadata.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/ExceptionCatcher -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/SuperBuilder/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata+ObjC/MDQueryInterposer/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.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/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Comparable+Clamp.swift, Decodable+.swift, Equatable+.swift, OptionSetDescribable.swift, Optional+.swift, SortComparator+.swift, Result+.swift, Selector+.swift, AttributedString+.swift, Character+.swift, CharacterSet+.swift, NSAttributedString+.swift, NSRegularExpression+.swift, NSTextCheckingResult+.swift, String+.swift, String+HTML.swift, String+Height.swift, String+Match.swift, String+Random.swift, XMLNode+.swift, NSUI Typealias.swift, Operator.swift, CodableDefault.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
SwiftDriver\ Compilation FZSwiftUtils normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FZSwiftUtils -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/_ExceptionCatcher.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/_SuperBuilder.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils-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/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.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/FZSwiftUtils.build/Debug/FZSwiftUtils.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/ExceptionCatcher -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/SuperBuilder/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.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/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZSwiftUtils.o normal (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZSwiftUtils.o
ExtractAppIntentsMetadata (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FZSwiftUtils --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier fzswiftutils.FZSwiftUtils --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZSwiftUtils.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZSwiftUtils.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/FZSwiftUtils.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/FZSwiftUtils.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-04 21:54:02.545 appintentsmetadataprocessor[924:5067] Starting appintentsmetadataprocessor export
2025-05-04 21:54:02.583 appintentsmetadataprocessor[924:5067] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZSwiftUtils.o (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZSwiftUtils.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.o normal (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.o
ExtractAppIntentsMetadata (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FZMetadata --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier spi-builder-workspace.FZMetadata --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/FZMetadata.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/FZMetadata.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug/FZMetadata.build/Objects-normal/arm64/FZMetadata.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-04 21:54:02.640 appintentsmetadataprocessor[927:5085] Starting appintentsmetadataprocessor export
2025-05-04 21:54:02.673 appintentsmetadataprocessor[927:5085] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.o (in target 'FZMetadata' from project 'FZMetadata')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FZMetadata.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:80db374254d570621c4514f0b7ebfc091a6eab7f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:80db374254d570621c4514f0b7ebfc091a6eab7f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:80db374254d570621c4514f0b7ebfc091a6eab7f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:80db374254d570621c4514f0b7ebfc091a6eab7f, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fzswiftutils",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flocked/FZSwiftUtils.git"
    }
  ],
  "manifest_display_name" : "FZMetadata",
  "name" : "FZMetadata",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "FZMetadata",
      "targets" : [
        "FZMetadata"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_MDQueryInterposer",
      "module_type" : "ClangTarget",
      "name" : "_MDQueryInterposer",
      "path" : "Sources/FZMetadata+ObjC/MDQueryInterposer",
      "product_memberships" : [
        "FZMetadata"
      ],
      "sources" : [
        "MDQueryInterposer.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FZMetadata",
      "module_type" : "SwiftTarget",
      "name" : "FZMetadata",
      "path" : "Sources/FZMetadata",
      "product_dependencies" : [
        "FZSwiftUtils"
      ],
      "product_memberships" : [
        "FZMetadata"
      ],
      "sources" : [
        "Extensions/NSMetadataQuery+.swift",
        "Extensions/NSPredicateEditor+.swift",
        "Extensions/NSPredicateEditorRowTemplate+.swift",
        "MetadataItem/MetadataItem+Attribute.swift",
        "MetadataItem/MetadataItem+Changes.swift",
        "MetadataItem/MetadataItem+FinderTag.swift",
        "MetadataItem/MetadataItem.swift",
        "MetadataItem/MetadtaItem+Filter.swift",
        "MetadataItem/NSPredicateEditor+MetadataItem.swift",
        "MetadataQuery/FileMonitor.swift",
        "MetadataQuery/MetadataQuery+AttributeValueTuple.swift",
        "MetadataQuery/MetadataQuery+HierarchicalResult.swift",
        "MetadataQuery/MetadataQuery+Options.swift",
        "MetadataQuery/MetadataQuery+ResultDfference.swift",
        "MetadataQuery/MetadataQuery+ResultGroup.swift",
        "MetadataQuery/MetadataQuery+SearchScope.swift",
        "MetadataQuery/MetadataQuery+SortDescriptor.swift",
        "MetadataQuery/MetadataQuery.swift",
        "MetadataQuery/Predicate/MetadataQuery+Predicate+DateValue.swift",
        "MetadataQuery/Predicate/MetadataQuery+Predicate+StringOptions.swift",
        "MetadataQuery/Predicate/MetadataQuery+Predicate.swift",
        "MetadataQuery/Predicate/MetadataQuery+PredicateComponent.swift",
        "MetadataQuery/Predicate/MetadataQuery+PredicateResult.swift",
        "Operator.swift"
      ],
      "target_dependencies" : [
        "_MDQueryInterposer"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.