Build Information
Successful build of FZMetadata, reference main (02d7c1
), with Swift 6.1 for watchOS using Xcode 16.3 on 1 Jun 2025 04:38:07 UTC.
Swift 6 data race errors: 663
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 generic/platform=watchOS 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 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, .contentDescription, .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:14: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, .contentDescription, .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, .contentDescription, .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 armv7k /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: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:579:17: warning: capture of 'self' with non-sendable type 'MetadataQuery?' in a '@Sendable' closure
self?.run(intercept, block)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:70: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:579:38: warning: capture of 'block' with non-sendable type '() -> Void' in a '@Sendable' closure
self?.run(intercept, block)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:579:38: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self?.run(intercept, block)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:552:23: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
guard self.didFinishGathering, !self.didPostFinished else { return }
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift:552:23: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
guard self.didFinishGathering, !self.didPostFinished else { return }
^~~~
SwiftDriverJobDiscovery normal armv7k Compiling MetadataItem.swift, MetadtaItem+Filter.swift, NSPredicateEditor+MetadataItem.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 Compiling\ MetadataQuery+PredicateResult.swift,\ Operator.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+PredicateResult.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Operator.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+PredicateResult.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/Operator.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling MetadataItem+Attribute.swift, MetadataItem+Changes.swift, MetadataItem+FinderTag.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64_32 Compiling\ MetadataQuery+AttributeValueTuple.swift,\ MetadataQuery+HierarchicalResult.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_32 /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_32 /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 armv7k Compiling MetadataQuery+ResultGroup.swift, MetadataQuery+SearchScope.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling NSMetadataQuery+.swift, NSPredicateEditor+.swift, NSPredicateEditorRowTemplate+.swift (in target 'FZMetadata' from project 'FZMetadata')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/_SuperBuilder.o (in target '_SuperBuilder' 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-watchos/_SuperBuilder.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/_ExceptionCatcher.o (in target '_ExceptionCatcher' 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-watchos/_ExceptionCatcher.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/armv7k/Binary/FZSwiftUtils.o normal armv7k (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 armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/armv7k/FZSwiftUtils.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/armv7k/FZSwiftUtils_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/armv7k/FZSwiftUtils_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/armv7k/FZSwiftUtils.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/armv7k/Binary/FZSwiftUtils.o
SwiftDriverJobDiscovery normal arm64_32 Compiling MetadataQuery+Predicate.swift, MetadataQuery+PredicateComponent.swift (in target 'FZMetadata' from project 'FZMetadata')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64_32/Binary/FZSwiftUtils.o normal arm64_32 (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_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64_32/FZSwiftUtils.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64_32/FZSwiftUtils_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64_32/FZSwiftUtils_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64_32/FZSwiftUtils.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64_32/Binary/FZSwiftUtils.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64/Binary/FZSwiftUtils.o normal arm64 (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-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64/Binary/FZSwiftUtils.o
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+Predicate.swift, MetadataQuery+PredicateComponent.swift (in target 'FZMetadata' from project 'FZMetadata')
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FZSwiftUtils.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64/Binary/FZSwiftUtils.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/armv7k/Binary/FZSwiftUtils.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64_32/Binary/FZSwiftUtils.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FZSwiftUtils.o
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+Options.swift, MetadataQuery+ResultDfference.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64_32 Compiling MetadataQuery+SortDescriptor.swift, MetadataQuery.swift (in target 'FZMetadata' from project 'FZMetadata')
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier fzswiftutils.FZSwiftUtils --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FZSwiftUtils.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FZSwiftUtils.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/armv7k/FZSwiftUtils_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64_32/FZSwiftUtils_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/armv7k/FZSwiftUtils.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64_32/FZSwiftUtils.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/FZSwiftUtils.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/FZSwiftUtils.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/armv7k/FZSwiftUtils.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-watchos/FZSwiftUtils.build/Objects-normal/arm64_32/FZSwiftUtils.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-31 21:38:04.501 appintentsmetadataprocessor[1045:6732] Starting appintentsmetadataprocessor export
2025-05-31 21:38:04.559 appintentsmetadataprocessor[1045:6732] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling MetadataItem.swift, MetadtaItem+Filter.swift, NSPredicateEditor+MetadataItem.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+PredicateResult.swift, Operator.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-watchos/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-watchos/_ExceptionCatcher.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/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-watchos/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-watchos/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-watchos/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/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/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-watchos/FZMetadata.build/Objects-normal/arm64/FZMetadata-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/FZSwiftUtils.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64/Binary/FZMetadata.o normal arm64 (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-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64/Binary/FZMetadata.o
SwiftDriverJobDiscovery normal armv7k Compiling MetadataQuery+AttributeValueTuple.swift, MetadataQuery+HierarchicalResult.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64_32 Compiling MetadataQuery+AttributeValueTuple.swift, MetadataQuery+HierarchicalResult.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriver\ Compilation FZMetadata normal arm64_32 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-watchos/FZMetadata.build/Objects-normal/arm64_32/FZMetadata.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_ExceptionCatcher.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/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-watchos/FZMetadata.build/Objects-normal/arm64_32/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-watchos/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-watchos/FZMetadata.build/Objects-normal/arm64_32/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/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/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-watchos/FZMetadata.build/Objects-normal/arm64_32/FZMetadata-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/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/Binary/FZMetadata.o normal arm64_32 (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_32-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/FZMetadata.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/FZMetadata_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/FZMetadata_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/FZMetadata.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/Binary/FZMetadata.o
SwiftDriverJobDiscovery normal armv7k Compiling MetadataQuery+SortDescriptor.swift, MetadataQuery.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriver\ Compilation FZMetadata normal armv7k 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-watchos/FZMetadata.build/Objects-normal/armv7k/FZMetadata.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_ExceptionCatcher.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/_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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/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-watchos/FZMetadata.build/Objects-normal/armv7k/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-watchos/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-watchos/FZMetadata.build/Objects-normal/armv7k/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/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/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-watchos/FZMetadata.build/Objects-normal/armv7k/FZMetadata-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/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/Binary/FZMetadata.o normal armv7k (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 armv7k-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/FZMetadata.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/FZMetadata_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/FZMetadata_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/FZMetadata.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/Binary/FZMetadata.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FZMetadata.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64/Binary/FZMetadata.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/Binary/FZMetadata.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/Binary/FZMetadata.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 7.0 --bundle-identifier spi-builder-workspace.FZMetadata --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FZMetadata.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FZMetadata.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64/FZMetadata_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/FZMetadata_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/FZMetadata_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64/FZMetadata.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/FZMetadata.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/FZMetadata.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/FZMetadata.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/FZMetadata.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64/FZMetadata.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/armv7k/FZMetadata.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-watchos/FZMetadata.build/Objects-normal/arm64_32/FZMetadata.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-31 21:38:05.760 appintentsmetadataprocessor[1053:6786] Starting appintentsmetadataprocessor export
2025-05-31 21:38:05.797 appintentsmetadataprocessor[1053:6786] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/FZMetadata.o
** BUILD SUCCEEDED **
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" : "11.0"
},
{
"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/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+DateComponent.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.