Build Information
Successful build of FZMetadata, reference main (7c9186
), with Swift 6.1 for iOS using Xcode 16.3 on 21 Aug 2025 21:58:22 UTC.
Swift 6 data race errors: 221
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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
public static let originalSource = Self(.originalSource)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:467:23: warning: static property 'director' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let director = Self(.director)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:467:23: note: add '@MainActor' to make static property 'director' part of global actor 'MainActor'
public static let director = Self(.director)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:467:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let director = Self(.director)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:470:23: warning: static property 'producer' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let producer = Self(.producer)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:470:23: note: add '@MainActor' to make static property 'producer' part of global actor 'MainActor'
public static let producer = Self(.producer)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:470:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let producer = Self(.producer)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:473:23: warning: static property 'genre' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let genre = Self(.genre)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:473:23: note: add '@MainActor' to make static property 'genre' part of global actor 'MainActor'
public static let genre = Self(.genre)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:473:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let genre = Self(.genre)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:476:23: warning: static property 'performers' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let performers = Self(.performers)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:476:23: note: add '@MainActor' to make static property 'performers' part of global actor 'MainActor'
public static let performers = Self(.performers)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:476:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let performers = Self(.performers)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:479:23: warning: static property 'participants' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let participants = Self(.participants)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:479:23: note: add '@MainActor' to make static property 'participants' part of global actor 'MainActor'
public static let participants = Self(.participants)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:479:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let participants = Self(.participants)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:484:23: warning: static property 'pixelHeight' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pixelHeight = Self(.pixelHeight)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:484:23: note: add '@MainActor' to make static property 'pixelHeight' part of global actor 'MainActor'
public static let pixelHeight = Self(.pixelHeight)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:484:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pixelHeight = Self(.pixelHeight)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:487:23: warning: static property 'pixelWidth' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pixelWidth = Self(.pixelWidth)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:487:23: note: add '@MainActor' to make static property 'pixelWidth' part of global actor 'MainActor'
public static let pixelWidth = Self(.pixelWidth)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:487:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pixelWidth = Self(.pixelWidth)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:490:23: warning: static property 'pixelSize' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pixelSize = Self(.pixelSize)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:490:23: note: add '@MainActor' to make static property 'pixelSize' part of global actor 'MainActor'
public static let pixelSize = Self(.pixelSize)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:490:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pixelSize = Self(.pixelSize)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:493:23: warning: static property 'pixelCount' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pixelCount = Self(.pixelCount)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:493:23: note: add '@MainActor' to make static property 'pixelCount' part of global actor 'MainActor'
public static let pixelCount = Self(.pixelCount)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:493:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pixelCount = Self(.pixelCount)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:496:23: warning: static property 'colorSpace' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let colorSpace = Self(.colorSpace)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:496:23: note: add '@MainActor' to make static property 'colorSpace' part of global actor 'MainActor'
public static let colorSpace = Self(.colorSpace)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:496:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let colorSpace = Self(.colorSpace)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:499:23: warning: static property 'bitsPerSample' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let bitsPerSample = Self(.bitsPerSample)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:499:23: note: add '@MainActor' to make static property 'bitsPerSample' part of global actor 'MainActor'
public static let bitsPerSample = Self(.bitsPerSample)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:499:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let bitsPerSample = Self(.bitsPerSample)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:502:23: warning: static property 'isFlashOn' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let isFlashOn = Self(.isFlashOn)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:502:23: note: add '@MainActor' to make static property 'isFlashOn' part of global actor 'MainActor'
public static let isFlashOn = Self(.isFlashOn)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:502:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let isFlashOn = Self(.isFlashOn)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:505:23: warning: static property 'focalLength' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let focalLength = Self(.focalLength)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:505:23: note: add '@MainActor' to make static property 'focalLength' part of global actor 'MainActor'
public static let focalLength = Self(.focalLength)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:505:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let focalLength = Self(.focalLength)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:508:23: warning: static property 'deviceManufacturer' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let deviceManufacturer = Self(.deviceManufacturer)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:508:23: note: add '@MainActor' to make static property 'deviceManufacturer' part of global actor 'MainActor'
public static let deviceManufacturer = Self(.deviceManufacturer)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:508:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deviceManufacturer = Self(.deviceManufacturer)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:511:23: warning: static property 'deviceModel' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let deviceModel = Self(.deviceModel)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:511:23: note: add '@MainActor' to make static property 'deviceModel' part of global actor 'MainActor'
public static let deviceModel = Self(.deviceModel)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:511:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deviceModel = Self(.deviceModel)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:514:23: warning: static property 'isoSpeed' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let isoSpeed = Self(.isoSpeed)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:514:23: note: add '@MainActor' to make static property 'isoSpeed' part of global actor 'MainActor'
public static let isoSpeed = Self(.isoSpeed)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:514:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let isoSpeed = Self(.isoSpeed)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:517:23: warning: static property 'orientation' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let orientation = Self(.orientation)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:517:23: note: add '@MainActor' to make static property 'orientation' part of global actor 'MainActor'
public static let orientation = Self(.orientation)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:517:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let orientation = Self(.orientation)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:520:23: warning: static property 'layerNames' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let layerNames = Self(.layerNames)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:520:23: note: add '@MainActor' to make static property 'layerNames' part of global actor 'MainActor'
public static let layerNames = Self(.layerNames)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:520:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let layerNames = Self(.layerNames)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:523:23: warning: static property 'aperture' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let aperture = Self(.aperture)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:523:23: note: add '@MainActor' to make static property 'aperture' part of global actor 'MainActor'
public static let aperture = Self(.aperture)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:523:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let aperture = Self(.aperture)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:526:23: warning: static property 'colorProfile' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let colorProfile = Self(.colorProfile)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:526:23: note: add '@MainActor' to make static property 'colorProfile' part of global actor 'MainActor'
public static let colorProfile = Self(.colorProfile)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:526:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let colorProfile = Self(.colorProfile)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:529:23: warning: static property 'dpiResolutionWidth' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dpiResolutionWidth = Self(.dpiResolutionWidth)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:529:23: note: add '@MainActor' to make static property 'dpiResolutionWidth' part of global actor 'MainActor'
public static let dpiResolutionWidth = Self(.dpiResolutionWidth)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:529:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dpiResolutionWidth = Self(.dpiResolutionWidth)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:532:23: warning: static property 'dpiResolutionHeight' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dpiResolutionHeight = Self(.dpiResolutionHeight)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:532:23: note: add '@MainActor' to make static property 'dpiResolutionHeight' part of global actor 'MainActor'
public static let dpiResolutionHeight = Self(.dpiResolutionHeight)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:532:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dpiResolutionHeight = Self(.dpiResolutionHeight)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:535:23: warning: static property 'dpiResolution' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dpiResolution = Self(.dpiResolution)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:535:23: note: add '@MainActor' to make static property 'dpiResolution' part of global actor 'MainActor'
public static let dpiResolution = Self(.dpiResolution)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:535:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dpiResolution = Self(.dpiResolution)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:538:23: warning: static property 'exposureMode' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let exposureMode = Self(.exposureMode)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:538:23: note: add '@MainActor' to make static property 'exposureMode' part of global actor 'MainActor'
public static let exposureMode = Self(.exposureMode)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:538:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let exposureMode = Self(.exposureMode)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:541:23: warning: static property 'exposureTimeSeconds' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let exposureTimeSeconds = Self(.exposureTimeSeconds)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:541:23: note: add '@MainActor' to make static property 'exposureTimeSeconds' part of global actor 'MainActor'
public static let exposureTimeSeconds = Self(.exposureTimeSeconds)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:541:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let exposureTimeSeconds = Self(.exposureTimeSeconds)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:544:23: warning: static property 'exifVersion' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let exifVersion = Self(.exifVersion)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:544:23: note: add '@MainActor' to make static property 'exifVersion' part of global actor 'MainActor'
public static let exifVersion = Self(.exifVersion)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:544:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let exifVersion = Self(.exifVersion)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:547:23: warning: static property 'cameraOwner' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cameraOwner = Self(.cameraOwner)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:547:23: note: add '@MainActor' to make static property 'cameraOwner' part of global actor 'MainActor'
public static let cameraOwner = Self(.cameraOwner)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:547:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cameraOwner = Self(.cameraOwner)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:550:23: warning: static property 'focalLength35Mm' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let focalLength35Mm = Self(.focalLength35Mm)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:550:23: note: add '@MainActor' to make static property 'focalLength35Mm' part of global actor 'MainActor'
public static let focalLength35Mm = Self(.focalLength35Mm)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:550:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let focalLength35Mm = Self(.focalLength35Mm)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:553:23: warning: static property 'lensModel' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lensModel = Self(.lensModel)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:553:23: note: add '@MainActor' to make static property 'lensModel' part of global actor 'MainActor'
public static let lensModel = Self(.lensModel)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:553:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lensModel = Self(.lensModel)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:556:23: warning: static property 'imageDirection' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let imageDirection = Self(.imageDirection)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:556:23: note: add '@MainActor' to make static property 'imageDirection' part of global actor 'MainActor'
public static let imageDirection = Self(.imageDirection)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:556:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let imageDirection = Self(.imageDirection)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:559:23: warning: static property 'hasAlphaChannel' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hasAlphaChannel = Self(.hasAlphaChannel)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:559:23: note: add '@MainActor' to make static property 'hasAlphaChannel' part of global actor 'MainActor'
public static let hasAlphaChannel = Self(.hasAlphaChannel)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:559:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hasAlphaChannel = Self(.hasAlphaChannel)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:562:23: warning: static property 'redEyeOnOff' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let redEyeOnOff = Self(.redEyeOnOff)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:562:23: note: add '@MainActor' to make static property 'redEyeOnOff' part of global actor 'MainActor'
public static let redEyeOnOff = Self(.redEyeOnOff)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:562:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let redEyeOnOff = Self(.redEyeOnOff)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:565:23: warning: static property 'meteringMode' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let meteringMode = Self(.meteringMode)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:565:23: note: add '@MainActor' to make static property 'meteringMode' part of global actor 'MainActor'
public static let meteringMode = Self(.meteringMode)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:565:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let meteringMode = Self(.meteringMode)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:568:23: warning: static property 'maxAperture' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let maxAperture = Self(.maxAperture)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:568:23: note: add '@MainActor' to make static property 'maxAperture' part of global actor 'MainActor'
public static let maxAperture = Self(.maxAperture)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:568:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let maxAperture = Self(.maxAperture)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:571:23: warning: static property 'fNumber' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fNumber = Self(.fNumber)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:571:23: note: add '@MainActor' to make static property 'fNumber' part of global actor 'MainActor'
public static let fNumber = Self(.fNumber)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:571:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fNumber = Self(.fNumber)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:574:23: warning: static property 'exposureProgram' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let exposureProgram = Self(.exposureProgram)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:574:23: note: add '@MainActor' to make static property 'exposureProgram' part of global actor 'MainActor'
public static let exposureProgram = Self(.exposureProgram)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:574:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let exposureProgram = Self(.exposureProgram)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:577:23: warning: static property 'exposureTimeString' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let exposureTimeString = Self(.exposureTimeString)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:577:23: note: add '@MainActor' to make static property 'exposureTimeString' part of global actor 'MainActor'
public static let exposureTimeString = Self(.exposureTimeString)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:577:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let exposureTimeString = Self(.exposureTimeString)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:580:23: warning: static property 'isScreenCapture' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let isScreenCapture = Self(.isScreenCapture)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:580:23: note: add '@MainActor' to make static property 'isScreenCapture' part of global actor 'MainActor'
public static let isScreenCapture = Self(.isScreenCapture)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:580:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let isScreenCapture = Self(.isScreenCapture)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:583:23: warning: static property 'screenCaptureRect' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let screenCaptureRect = Self(.screenCaptureRect)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:583:23: note: add '@MainActor' to make static property 'screenCaptureRect' part of global actor 'MainActor'
public static let screenCaptureRect = Self(.screenCaptureRect)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:583:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let screenCaptureRect = Self(.screenCaptureRect)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:586:23: warning: static property 'screenCaptureType' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let screenCaptureType = Self(.screenCaptureType)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:586:23: note: add '@MainActor' to make static property 'screenCaptureType' part of global actor 'MainActor'
public static let screenCaptureType = Self(.screenCaptureType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:586:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let screenCaptureType = Self(.screenCaptureType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:589:23: warning: static property 'whiteBalance' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let whiteBalance = Self(.whiteBalance)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:589:23: note: add '@MainActor' to make static property 'whiteBalance' part of global actor 'MainActor'
public static let whiteBalance = Self(.whiteBalance)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:589:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let whiteBalance = Self(.whiteBalance)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:594:23: warning: static property 'authorEmailAddresses' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let authorEmailAddresses = Self(.authorEmailAddresses)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:594:23: note: add '@MainActor' to make static property 'authorEmailAddresses' part of global actor 'MainActor'
public static let authorEmailAddresses = Self(.authorEmailAddresses)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:594:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let authorEmailAddresses = Self(.authorEmailAddresses)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:597:23: warning: static property 'authorAddresses' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let authorAddresses = Self(.authorAddresses)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:597:23: note: add '@MainActor' to make static property 'authorAddresses' part of global actor 'MainActor'
public static let authorAddresses = Self(.authorAddresses)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:597:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let authorAddresses = Self(.authorAddresses)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:600:23: warning: static property 'recipients' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let recipients = Self(.recipients)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:600:23: note: add '@MainActor' to make static property 'recipients' part of global actor 'MainActor'
public static let recipients = Self(.recipients)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:600:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let recipients = Self(.recipients)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:603:23: warning: static property 'recipientEmailAddresses' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let recipientEmailAddresses = Self(.recipientEmailAddresses)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:603:23: note: add '@MainActor' to make static property 'recipientEmailAddresses' part of global actor 'MainActor'
public static let recipientEmailAddresses = Self(.recipientEmailAddresses)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:603:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let recipientEmailAddresses = Self(.recipientEmailAddresses)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:606:23: warning: static property 'recipientAddresses' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let recipientAddresses = Self(.recipientAddresses)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:606:23: note: add '@MainActor' to make static property 'recipientAddresses' part of global actor 'MainActor'
public static let recipientAddresses = Self(.recipientAddresses)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:606:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let recipientAddresses = Self(.recipientAddresses)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:609:23: warning: static property 'instantMessageAddresses' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instantMessageAddresses = Self(.instantMessageAddresses)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:609:23: note: add '@MainActor' to make static property 'instantMessageAddresses' part of global actor 'MainActor'
public static let instantMessageAddresses = Self(.instantMessageAddresses)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:609:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instantMessageAddresses = Self(.instantMessageAddresses)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:612:23: warning: static property 'receivedDates' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receivedDates = Self(.receivedDates)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:612:23: note: add '@MainActor' to make static property 'receivedDates' part of global actor 'MainActor'
public static let receivedDates = Self(.receivedDates)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:612:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receivedDates = Self(.receivedDates)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:615:23: warning: static property 'receivedRecipients' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receivedRecipients = Self(.receivedRecipients)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:615:23: note: add '@MainActor' to make static property 'receivedRecipients' part of global actor 'MainActor'
public static let receivedRecipients = Self(.receivedRecipients)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:615:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receivedRecipients = Self(.receivedRecipients)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:618:23: warning: static property 'receivedRecipientHandles' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receivedRecipientHandles = Self(.receivedRecipientHandles)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:618:23: note: add '@MainActor' to make static property 'receivedRecipientHandles' part of global actor 'MainActor'
public static let receivedRecipientHandles = Self(.receivedRecipientHandles)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:618:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receivedRecipientHandles = Self(.receivedRecipientHandles)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:621:23: warning: static property 'receivedSenders' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receivedSenders = Self(.receivedSenders)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:621:23: note: add '@MainActor' to make static property 'receivedSenders' part of global actor 'MainActor'
public static let receivedSenders = Self(.receivedSenders)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:621:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receivedSenders = Self(.receivedSenders)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:624:23: warning: static property 'receivedSenderHandles' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receivedSenderHandles = Self(.receivedSenderHandles)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:624:23: note: add '@MainActor' to make static property 'receivedSenderHandles' part of global actor 'MainActor'
public static let receivedSenderHandles = Self(.receivedSenderHandles)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:624:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receivedSenderHandles = Self(.receivedSenderHandles)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:627:23: warning: static property 'receivedTypes' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receivedTypes = Self(.receivedTypes)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:627:23: note: add '@MainActor' to make static property 'receivedTypes' part of global actor 'MainActor'
public static let receivedTypes = Self(.receivedTypes)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:627:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receivedTypes = Self(.receivedTypes)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:630:23: warning: static property 'isLikelyJunk' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let isLikelyJunk = Self(.isLikelyJunk)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:630:23: note: add '@MainActor' to make static property 'isLikelyJunk' part of global actor 'MainActor'
public static let isLikelyJunk = Self(.isLikelyJunk)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:630:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let isLikelyJunk = Self(.isLikelyJunk)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:635:23: warning: static property 'isUbiquitousItem' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let isUbiquitousItem = Self(.isUbiquitousItem)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:635:23: note: add '@MainActor' to make static property 'isUbiquitousItem' part of global actor 'MainActor'
public static let isUbiquitousItem = Self(.isUbiquitousItem)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:635:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let isUbiquitousItem = Self(.isUbiquitousItem)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:638:23: warning: static property 'ubiquitousItemContainerDisplayName' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemContainerDisplayName = Self(.ubiquitousItemContainerDisplayName)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:638:23: note: add '@MainActor' to make static property 'ubiquitousItemContainerDisplayName' part of global actor 'MainActor'
public static let ubiquitousItemContainerDisplayName = Self(.ubiquitousItemContainerDisplayName)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:638:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemContainerDisplayName = Self(.ubiquitousItemContainerDisplayName)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:641:23: warning: static property 'ubiquitousItemDownloadRequested' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemDownloadRequested = Self(.ubiquitousItemDownloadRequested)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:641:23: note: add '@MainActor' to make static property 'ubiquitousItemDownloadRequested' part of global actor 'MainActor'
public static let ubiquitousItemDownloadRequested = Self(.ubiquitousItemDownloadRequested)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:641:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemDownloadRequested = Self(.ubiquitousItemDownloadRequested)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:643:23: warning: static property 'ubiquitousItemIsExternalDocument' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemIsExternalDocument = Self(.ubiquitousItemIsExternalDocument)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:643:23: note: add '@MainActor' to make static property 'ubiquitousItemIsExternalDocument' part of global actor 'MainActor'
public static let ubiquitousItemIsExternalDocument = Self(.ubiquitousItemIsExternalDocument)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:643:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemIsExternalDocument = Self(.ubiquitousItemIsExternalDocument)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:645:23: warning: static property 'ubiquitousItemURLInLocalContainer' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemURLInLocalContainer = Self(.ubiquitousItemURLInLocalContainer)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:645:23: note: add '@MainActor' to make static property 'ubiquitousItemURLInLocalContainer' part of global actor 'MainActor'
public static let ubiquitousItemURLInLocalContainer = Self(.ubiquitousItemURLInLocalContainer)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:645:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemURLInLocalContainer = Self(.ubiquitousItemURLInLocalContainer)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:648:23: warning: static property 'ubiquitousItemHasUnresolvedConflicts' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemHasUnresolvedConflicts = Self(.ubiquitousItemHasUnresolvedConflicts)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:648:23: note: add '@MainActor' to make static property 'ubiquitousItemHasUnresolvedConflicts' part of global actor 'MainActor'
public static let ubiquitousItemHasUnresolvedConflicts = Self(.ubiquitousItemHasUnresolvedConflicts)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:648:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemHasUnresolvedConflicts = Self(.ubiquitousItemHasUnresolvedConflicts)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:650:23: warning: static property 'ubiquitousItemIsDownloaded' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemIsDownloaded = Self(.ubiquitousItemIsDownloaded)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:650:23: note: add '@MainActor' to make static property 'ubiquitousItemIsDownloaded' part of global actor 'MainActor'
public static let ubiquitousItemIsDownloaded = Self(.ubiquitousItemIsDownloaded)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:650:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemIsDownloaded = Self(.ubiquitousItemIsDownloaded)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:653:23: warning: static property 'ubiquitousItemIsDownloading' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemIsDownloading = Self(.ubiquitousItemIsDownloading)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:653:23: note: add '@MainActor' to make static property 'ubiquitousItemIsDownloading' part of global actor 'MainActor'
public static let ubiquitousItemIsDownloading = Self(.ubiquitousItemIsDownloading)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:653:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemIsDownloading = Self(.ubiquitousItemIsDownloading)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:656:23: warning: static property 'ubiquitousItemIsUploaded' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemIsUploaded = Self(.ubiquitousItemIsUploaded)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:656:23: note: add '@MainActor' to make static property 'ubiquitousItemIsUploaded' part of global actor 'MainActor'
public static let ubiquitousItemIsUploaded = Self(.ubiquitousItemIsUploaded)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:656:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemIsUploaded = Self(.ubiquitousItemIsUploaded)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:659:23: warning: static property 'ubiquitousItemIsUploading' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemIsUploading = Self(.ubiquitousItemIsUploading)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:659:23: note: add '@MainActor' to make static property 'ubiquitousItemIsUploading' part of global actor 'MainActor'
public static let ubiquitousItemIsUploading = Self(.ubiquitousItemIsUploading)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:659:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemIsUploading = Self(.ubiquitousItemIsUploading)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:662:23: warning: static property 'ubiquitousItemPercentDownloaded' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemPercentDownloaded = Self(.ubiquitousItemPercentDownloaded)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:662:23: note: add '@MainActor' to make static property 'ubiquitousItemPercentDownloaded' part of global actor 'MainActor'
public static let ubiquitousItemPercentDownloaded = Self(.ubiquitousItemPercentDownloaded)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:662:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemPercentDownloaded = Self(.ubiquitousItemPercentDownloaded)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:665:23: warning: static property 'ubiquitousItemPercentUploaded' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemPercentUploaded = Self(.ubiquitousItemPercentUploaded)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:665:23: note: add '@MainActor' to make static property 'ubiquitousItemPercentUploaded' part of global actor 'MainActor'
public static let ubiquitousItemPercentUploaded = Self(.ubiquitousItemPercentUploaded)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:665:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemPercentUploaded = Self(.ubiquitousItemPercentUploaded)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:668:23: warning: static property 'ubiquitousItemDownloadingStatus' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemDownloadingStatus = Self(.ubiquitousItemDownloadingStatus)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:668:23: note: add '@MainActor' to make static property 'ubiquitousItemDownloadingStatus' part of global actor 'MainActor'
public static let ubiquitousItemDownloadingStatus = Self(.ubiquitousItemDownloadingStatus)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:668:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemDownloadingStatus = Self(.ubiquitousItemDownloadingStatus)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:671:23: warning: static property 'ubiquitousItemDownloadingError' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemDownloadingError = Self(.ubiquitousItemDownloadingError)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:671:23: note: add '@MainActor' to make static property 'ubiquitousItemDownloadingError' part of global actor 'MainActor'
public static let ubiquitousItemDownloadingError = Self(.ubiquitousItemDownloadingError)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:671:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemDownloadingError = Self(.ubiquitousItemDownloadingError)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:674:23: warning: static property 'ubiquitousItemUploadingError' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemUploadingError = Self(.ubiquitousItemUploadingError)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:674:23: note: add '@MainActor' to make static property 'ubiquitousItemUploadingError' part of global actor 'MainActor'
public static let ubiquitousItemUploadingError = Self(.ubiquitousItemUploadingError)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:674:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemUploadingError = Self(.ubiquitousItemUploadingError)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:677:23: warning: static property 'ubiquitousItemIsShared' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousItemIsShared = Self(.ubiquitousItemIsShared)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:677:23: note: add '@MainActor' to make static property 'ubiquitousItemIsShared' part of global actor 'MainActor'
public static let ubiquitousItemIsShared = Self(.ubiquitousItemIsShared)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:677:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousItemIsShared = Self(.ubiquitousItemIsShared)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:680:23: warning: static property 'ubiquitousSharedItemCurrentUserPermissions' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousSharedItemCurrentUserPermissions = Self(.ubiquitousSharedItemCurrentUserPermissions)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:680:23: note: add '@MainActor' to make static property 'ubiquitousSharedItemCurrentUserPermissions' part of global actor 'MainActor'
public static let ubiquitousSharedItemCurrentUserPermissions = Self(.ubiquitousSharedItemCurrentUserPermissions)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:680:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousSharedItemCurrentUserPermissions = Self(.ubiquitousSharedItemCurrentUserPermissions)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:682:23: warning: static property 'ubiquitousSharedItemCurrentUserRole' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousSharedItemCurrentUserRole = Self(.ubiquitousSharedItemCurrentUserRole)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:682:23: note: add '@MainActor' to make static property 'ubiquitousSharedItemCurrentUserRole' part of global actor 'MainActor'
public static let ubiquitousSharedItemCurrentUserRole = Self(.ubiquitousSharedItemCurrentUserRole)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:682:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousSharedItemCurrentUserRole = Self(.ubiquitousSharedItemCurrentUserRole)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:684:23: warning: static property 'ubiquitousSharedItemMostRecentEditorNameComponents' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousSharedItemMostRecentEditorNameComponents = Self(.ubiquitousSharedItemMostRecentEditorNameComponents)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:684:23: note: add '@MainActor' to make static property 'ubiquitousSharedItemMostRecentEditorNameComponents' part of global actor 'MainActor'
public static let ubiquitousSharedItemMostRecentEditorNameComponents = Self(.ubiquitousSharedItemMostRecentEditorNameComponents)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:684:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousSharedItemMostRecentEditorNameComponents = Self(.ubiquitousSharedItemMostRecentEditorNameComponents)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:686:23: warning: static property 'ubiquitousSharedItemOwnerNameComponents' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ubiquitousSharedItemOwnerNameComponents = Self(.ubiquitousSharedItemOwnerNameComponents)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:686:23: note: add '@MainActor' to make static property 'ubiquitousSharedItemOwnerNameComponents' part of global actor 'MainActor'
public static let ubiquitousSharedItemOwnerNameComponents = Self(.ubiquitousSharedItemOwnerNameComponents)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:686:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ubiquitousSharedItemOwnerNameComponents = Self(.ubiquitousSharedItemOwnerNameComponents)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:695:23: warning: static property 'queryContentRelevance' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.SortDescriptor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let queryContentRelevance = Self(.queryContentRelevance)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:19:19: note: consider making struct 'SortDescriptor' conform to the 'Sendable' protocol
public struct SortDescriptor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:695:23: note: add '@MainActor' to make static property 'queryContentRelevance' part of global actor 'MainActor'
public static let queryContentRelevance = Self(.queryContentRelevance)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:695:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let queryContentRelevance = Self(.queryContentRelevance)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:728:17: warning: let 'stringAttributes' is not concurrency-safe because non-'Sendable' type '[MetadataItem.Attribute]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate let stringAttributes: [MetadataItem.Attribute] = [.url, .path, .fileName, .displayName, .alternateNames, .fileExtension, .fileType, .contentType, .contentTypeTree, .description, .kind, .information, .identifier, .keywords, .title, .album, .authors, .version, .comment, .whereFroms, .finderComment, .finderTags, .bundleIdentifier, .executablePlatform, .encodingApplications, .applicationCategories, .appstoreCategory, .appstoreCategoryType, .textContent, .subject, .theme, .headline, .creator, .instructions, .editors, .audiences, .coverage, .projects, .copyright, .fonts, .fontFamilyName, .contactKeywords, .languages, .rights, .organizations, .publishers, .emailAddresses, .phoneNumbers, .contributors, .securityMethod, .country, .city, .stateOrProvince, .areaInformation, .namedLocation, .gpsStatus, .gpsMeasureMode, .gpsMapDatum, .gpsProcessingMethod, .appleLoopsRootKey, .appleLoopsKeyFilterType, .appleLoopsLoopMode, .appleLoopDescriptors, .musicalInstrumentCategory, .musicalInstrumentName, .mediaTypes, .codecs, .mediaDeliveryType, .originalFormat, .originalSource, .director, .producer, .genre, .performers, .participants, .colorSpace, .exposureMode, .exifVersion, .cameraOwner, .lensModel, .meteringMode, .exposureProgram, .exposureTimeString, .whiteBalance, .authorEmailAddresses, .authorAddresses, .recipients, .recipientEmailAddresses, .recipientAddresses, .instantMessageAddresses, .receivedRecipients, .receivedRecipientHandles, .receivedSenders, .receivedSenderHandles, .receivedTypes, .ubiquitousItemContainerDisplayName, .ubiquitousItemDownloadingStatus, .ubiquitousItemDownloadingError, .ubiquitousItemUploadingError, .ubiquitousSharedItemCurrentUserPermissions, .ubiquitousSharedItemCurrentUserRole, .ubiquitousSharedItemMostRecentEditorNameComponents, .ubiquitousSharedItemOwnerNameComponents]
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Attribute.swift: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, .description, .kind, .information, .identifier, .keywords, .title, .album, .authors, .version, .comment, .whereFroms, .finderComment, .finderTags, .bundleIdentifier, .executablePlatform, .encodingApplications, .applicationCategories, .appstoreCategory, .appstoreCategoryType, .textContent, .subject, .theme, .headline, .creator, .instructions, .editors, .audiences, .coverage, .projects, .copyright, .fonts, .fontFamilyName, .contactKeywords, .languages, .rights, .organizations, .publishers, .emailAddresses, .phoneNumbers, .contributors, .securityMethod, .country, .city, .stateOrProvince, .areaInformation, .namedLocation, .gpsStatus, .gpsMeasureMode, .gpsMapDatum, .gpsProcessingMethod, .appleLoopsRootKey, .appleLoopsKeyFilterType, .appleLoopsLoopMode, .appleLoopDescriptors, .musicalInstrumentCategory, .musicalInstrumentName, .mediaTypes, .codecs, .mediaDeliveryType, .originalFormat, .originalSource, .director, .producer, .genre, .performers, .participants, .colorSpace, .exposureMode, .exifVersion, .cameraOwner, .lensModel, .meteringMode, .exposureProgram, .exposureTimeString, .whiteBalance, .authorEmailAddresses, .authorAddresses, .recipients, .recipientEmailAddresses, .recipientAddresses, .instantMessageAddresses, .receivedRecipients, .receivedRecipientHandles, .receivedSenders, .receivedSenderHandles, .receivedTypes, .ubiquitousItemContainerDisplayName, .ubiquitousItemDownloadingStatus, .ubiquitousItemDownloadingError, .ubiquitousItemUploadingError, .ubiquitousSharedItemCurrentUserPermissions, .ubiquitousSharedItemCurrentUserRole, .ubiquitousSharedItemMostRecentEditorNameComponents, .ubiquitousSharedItemOwnerNameComponents]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SortDescriptor.swift:728:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate let stringAttributes: [MetadataItem.Attribute] = [.url, .path, .fileName, .displayName, .alternateNames, .fileExtension, .fileType, .contentType, .contentTypeTree, .description, .kind, .information, .identifier, .keywords, .title, .album, .authors, .version, .comment, .whereFroms, .finderComment, .finderTags, .bundleIdentifier, .executablePlatform, .encodingApplications, .applicationCategories, .appstoreCategory, .appstoreCategoryType, .textContent, .subject, .theme, .headline, .creator, .instructions, .editors, .audiences, .coverage, .projects, .copyright, .fonts, .fontFamilyName, .contactKeywords, .languages, .rights, .organizations, .publishers, .emailAddresses, .phoneNumbers, .contributors, .securityMethod, .country, .city, .stateOrProvince, .areaInformation, .namedLocation, .gpsStatus, .gpsMeasureMode, .gpsMapDatum, .gpsProcessingMethod, .appleLoopsRootKey, .appleLoopsKeyFilterType, .appleLoopsLoopMode, .appleLoopDescriptors, .musicalInstrumentCategory, .musicalInstrumentName, .mediaTypes, .codecs, .mediaDeliveryType, .originalFormat, .originalSource, .director, .producer, .genre, .performers, .participants, .colorSpace, .exposureMode, .exifVersion, .cameraOwner, .lensModel, .meteringMode, .exposureProgram, .exposureTimeString, .whiteBalance, .authorEmailAddresses, .authorAddresses, .recipients, .recipientEmailAddresses, .recipientAddresses, .instantMessageAddresses, .receivedRecipients, .receivedRecipientHandles, .receivedSenders, .receivedSenderHandles, .receivedTypes, .ubiquitousItemContainerDisplayName, .ubiquitousItemDownloadingStatus, .ubiquitousItemDownloadingError, .ubiquitousItemUploadingError, .ubiquitousSharedItemCurrentUserPermissions, .ubiquitousSharedItemCurrentUserRole, .ubiquitousSharedItemMostRecentEditorNameComponents, .ubiquitousSharedItemOwnerNameComponents]
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery.swift: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 }
^~~~
SwiftCompile normal arm64 Compiling\ MetadataItem+Attribute.swift,\ MetadataItem+Changes.swift,\ MetadataItem+FinderTag.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Attribute.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+FinderTag.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Attribute.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift:161:20: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'MetadataQuery.ResultDifference.Changes' may have shared mutable state; this is an error in the Swift 6 language mode
static let empty = Changes()
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift:122:18: note: class 'Changes' does not conform to the 'Sendable' protocol
public class Changes: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift:161:20: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
static let empty = Changes()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+Changes.swift:161:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let empty = Changes()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem+FinderTag.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+PredicateResult.swift, Operator.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 Compiling\ NSMetadataQuery+.swift,\ NSPredicateEditor+.swift,\ NSPredicateEditorRowTemplate+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSMetadataQuery+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSPredicateEditor+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSPredicateEditorRowTemplate+.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSMetadataQuery+.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSPredicateEditor+.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/Extensions/NSPredicateEditorRowTemplate+.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for FZMetadata (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriver\ Compilation\ Requirements FZMetadata normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FZMetadata -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/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-iphoneos/_OCSources.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_Libffi.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_NSObjectProxy.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ExceptionCatcher.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/OCSources -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/Libffi/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/NSObjectProxy/include -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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/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-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling NSRectCorner.swift, Point3D.swift, RectEdge.swift, RectEdgeCorner.swift, Rotation.swift, RotationAngle.swift, Scale.swift, TimeDuration.swift, Defaults.swift, FSEvent+Actions.swift, FSEvent+Flags.swift, FSEvent+ItemType.swift, FSEvent.swift, FSEventMonitor+Options.swift, FSEventMonitor.swift, FileConvertible.swift, FileTypeDefinition.swift, CGImageFrame.swift, ImageFrameSequence.swift, ImageSequence.swift, ImageOptions.swift, EXIF+HumanReadable.swift, EXIFImageProperties.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
SwiftCompile normal arm64 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 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+AttributeValueTuple.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+HierarchicalResult.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+HierarchicalResult.swift:438:21: warning: initialization of immutable value 'first' was never used; consider replacing with assignment to '_' or removing it
let first = collection[index]
~~~~^~~~~
_
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/FZMetadata-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata-Swift.h (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/FZMetadata-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling String+Height.swift, String+Match.swift, String+Random.swift, XMLNode+.swift, NSUI Typealias.swift, Operator.swift, CodableDefault.swift, DateValueCodable.swift, PropertyWrappers.swift, AssociatedValue.swift, Cast.swift, BaseArray.swift, BaseDictionary.swift, Deque.swift, OrderedDictionary.swift, OrderedSet.swift, Queue.swift, SelectableArray.swift, Stack.swift, SynchronizedArray.swift, SynchronizedDictionary.swift, DataSize.swift, FractionalPoint.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZMetadata.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftmodule (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZMetadata.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZMetadata.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftdoc (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZMetadata.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZMetadata.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata.abi.json (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZMetadata.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZMetadata.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftsourceinfo (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZMetadata.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ MetadataItem.swift,\ MetadtaItem+Filter.swift,\ NSPredicateEditor+MetadataItem.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/NSPredicateEditor+MetadataItem.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1266:27: warning: static property 'sound' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sound = Self("Sound")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1264:19: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1266:27: note: add '@MainActor' to make static property 'sound' part of global actor 'MainActor'
public static let sound = Self("Sound")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1266:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sound = Self("Sound")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1268:27: warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let video = Self("Video")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1264:19: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1268:27: note: add '@MainActor' to make static property 'video' part of global actor 'MainActor'
public static let video = Self("Video")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1268:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let video = Self("Video")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1270:27: warning: static property 'timecode' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let timecode = Self("Timecode")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1264:19: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1270:27: note: add '@MainActor' to make static property 'timecode' part of global actor 'MainActor'
public static let timecode = Self("Timecode")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1270:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let timecode = Self("Timecode")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1272:27: warning: static property 'midi' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let midi = Self("MIDI")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1264:19: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1272:27: note: add '@MainActor' to make static property 'midi' part of global actor 'MainActor'
public static let midi = Self("MIDI")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1272:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let midi = Self("MIDI")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1274:27: warning: static property 'text' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let text = Self("Text")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1264:19: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1274:27: note: add '@MainActor' to make static property 'text' part of global actor 'MainActor'
public static let text = Self("Text")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1274:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let text = Self("Text")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1282:27: warning: static property 'hint' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hint = Self("hint")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1264:19: note: consider making struct 'MediaType' conform to the 'Sendable' protocol
public struct MediaType: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1282:27: note: add '@MainActor' to make static property 'hint' part of global actor 'MainActor'
public static let hint = Self("hint")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1282:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hint = Self("hint")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1324:27: warning: static property 'h264' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaCodec' may have shared mutable state; this is an error in the Swift 6 language mode
public static let h264 = Self("H.264")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1322:19: note: consider making struct 'MediaCodec' conform to the 'Sendable' protocol
public struct MediaCodec: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1324:27: note: add '@MainActor' to make static property 'h264' part of global actor 'MainActor'
public static let h264 = Self("H.264")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1324:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h264 = Self("H.264")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1326:27: warning: static property 'hevc' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaCodec' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hevc = Self("HEVC")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1322:19: note: consider making struct 'MediaCodec' conform to the 'Sendable' protocol
public struct MediaCodec: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1326:27: note: add '@MainActor' to make static property 'hevc' part of global actor 'MainActor'
public static let hevc = Self("HEVC")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1326:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hevc = Self("HEVC")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1328:27: warning: static property 'aac' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaCodec' may have shared mutable state; this is an error in the Swift 6 language mode
public static let aac = Self("MPEG-4 AAC")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1322:19: note: consider making struct 'MediaCodec' conform to the 'Sendable' protocol
public struct MediaCodec: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1328:27: note: add '@MainActor' to make static property 'aac' part of global actor 'MainActor'
public static let aac = Self("MPEG-4 AAC")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1328:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let aac = Self("MPEG-4 AAC")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1330:27: warning: static property 'aacHe' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaCodec' may have shared mutable state; this is an error in the Swift 6 language mode
public static let aacHe = Self("MPEG-4 HE AAC")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1322:19: note: consider making struct 'MediaCodec' conform to the 'Sendable' protocol
public struct MediaCodec: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1330:27: note: add '@MainActor' to make static property 'aacHe' part of global actor 'MainActor'
public static let aacHe = Self("MPEG-4 HE AAC")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1330:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let aacHe = Self("MPEG-4 HE AAC")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1332:27: warning: static property 'subtitle' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaCodec' may have shared mutable state; this is an error in the Swift 6 language mode
public static let subtitle = Self("Subtitle")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1322:19: note: consider making struct 'MediaCodec' conform to the 'Sendable' protocol
public struct MediaCodec: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1332:27: note: add '@MainActor' to make static property 'subtitle' part of global actor 'MainActor'
public static let subtitle = Self("Subtitle")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1332:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let subtitle = Self("Subtitle")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1334:27: warning: static property 'timecode' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaCodec' may have shared mutable state; this is an error in the Swift 6 language mode
public static let timecode = Self("Timecode")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1322:19: note: consider making struct 'MediaCodec' conform to the 'Sendable' protocol
public struct MediaCodec: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1334:27: note: add '@MainActor' to make static property 'timecode' part of global actor 'MainActor'
public static let timecode = Self("Timecode")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1334:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let timecode = Self("Timecode")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1336:27: warning: static property 'quickTimeText' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaCodec' may have shared mutable state; this is an error in the Swift 6 language mode
public static let quickTimeText = Self("QuickTime Text")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1322:19: note: consider making struct 'MediaCodec' conform to the 'Sendable' protocol
public struct MediaCodec: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1336:27: note: add '@MainActor' to make static property 'quickTimeText' part of global actor 'MainActor'
public static let quickTimeText = Self("QuickTime Text")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1336:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let quickTimeText = Self("QuickTime Text")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1338:27: warning: static property 'quickTimeHint' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MediaCodec' may have shared mutable state; this is an error in the Swift 6 language mode
public static let quickTimeHint = Self("Hint")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1322:19: note: consider making struct 'MediaCodec' conform to the 'Sendable' protocol
public struct MediaCodec: ExpressibleByStringLiteral, RawRepresentable, CustomStringConvertible, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1338:27: note: add '@MainActor' to make static property 'quickTimeHint' part of global actor 'MainActor'
public static let quickTimeHint = Self("Hint")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1338:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let quickTimeHint = Self("Hint")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1362:27: warning: static property 'average' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MeteringMode' may have shared mutable state; this is an error in the Swift 6 language mode
public static let average = Self("Average")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1360:19: note: consider making struct 'MeteringMode' conform to the 'Sendable' protocol
public struct MeteringMode: RawRepresentable, ExpressibleByStringLiteral, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1362:27: note: add '@MainActor' to make static property 'average' part of global actor 'MainActor'
public static let average = Self("Average")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1362:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let average = Self("Average")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1364:27: warning: static property 'centerWeightedAverage' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MeteringMode' may have shared mutable state; this is an error in the Swift 6 language mode
public static let centerWeightedAverage = Self("CenterWeightedAverage")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1360:19: note: consider making struct 'MeteringMode' conform to the 'Sendable' protocol
public struct MeteringMode: RawRepresentable, ExpressibleByStringLiteral, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1364:27: note: add '@MainActor' to make static property 'centerWeightedAverage' part of global actor 'MainActor'
public static let centerWeightedAverage = Self("CenterWeightedAverage")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1364:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let centerWeightedAverage = Self("CenterWeightedAverage")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1366:27: warning: static property 'spot' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MeteringMode' may have shared mutable state; this is an error in the Swift 6 language mode
public static let spot = Self("Spot")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1360:19: note: consider making struct 'MeteringMode' conform to the 'Sendable' protocol
public struct MeteringMode: RawRepresentable, ExpressibleByStringLiteral, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1366:27: note: add '@MainActor' to make static property 'spot' part of global actor 'MainActor'
public static let spot = Self("Spot")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1366:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let spot = Self("Spot")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1368:27: warning: static property 'multiSpot' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MeteringMode' may have shared mutable state; this is an error in the Swift 6 language mode
public static let multiSpot = Self("MultiSpot")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1360:19: note: consider making struct 'MeteringMode' conform to the 'Sendable' protocol
public struct MeteringMode: RawRepresentable, ExpressibleByStringLiteral, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1368:27: note: add '@MainActor' to make static property 'multiSpot' part of global actor 'MainActor'
public static let multiSpot = Self("MultiSpot")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1368:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let multiSpot = Self("MultiSpot")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1370:27: warning: static property 'pattern' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MeteringMode' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pattern = Self("Pattern")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1360:19: note: consider making struct 'MeteringMode' conform to the 'Sendable' protocol
public struct MeteringMode: RawRepresentable, ExpressibleByStringLiteral, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1370:27: note: add '@MainActor' to make static property 'pattern' part of global actor 'MainActor'
public static let pattern = Self("Pattern")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1370:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pattern = Self("Pattern")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1372:27: warning: static property 'partial' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MeteringMode' may have shared mutable state; this is an error in the Swift 6 language mode
public static let partial = Self("Partial")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1360:19: note: consider making struct 'MeteringMode' conform to the 'Sendable' protocol
public struct MeteringMode: RawRepresentable, ExpressibleByStringLiteral, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1372:27: note: add '@MainActor' to make static property 'partial' part of global actor 'MainActor'
public static let partial = Self("Partial")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1372:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let partial = Self("Partial")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1374:27: warning: static property 'unknown' is not concurrency-safe because non-'Sendable' type 'MetadataItem.MeteringMode' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unknown = Self("Unknown")
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1360:19: note: consider making struct 'MeteringMode' conform to the 'Sendable' protocol
public struct MeteringMode: RawRepresentable, ExpressibleByStringLiteral, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1374:27: note: add '@MainActor' to make static property 'unknown' part of global actor 'MainActor'
public static let unknown = Self("Unknown")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:1374:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unknown = Self("Unknown")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:221:20: warning: 'init(contentTypeTree:)' was deprecated in iOS 14.0: Use contentType instead
return FileType(contentTypeTree: contentTypeTree)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift:22:24: warning: capture of 'items' with non-sendable type 'IndexedCollection<[MetadataItem]>' in a '@Sendable' closure
let item = items[index]
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils/Extensions/Collections/Collection+Indexed.swift:52:15: note: generic struct 'IndexedCollection' does not conform to the 'Sendable' protocol
public struct IndexedCollection<Base: Collection> {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift:38:29: warning: capture of 'filteredItems' with non-sendable type '[(Int, MetadataItem)]' in a '@Sendable' closure
filteredItems.append(item)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:50:12: note: class 'MetadataItem' does not conform to the 'Sendable' protocol
open class MetadataItem: Identifiable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift:38:29: warning: capture of 'filteredItems' with non-sendable type '[(Int, MetadataItem)]' in an isolated closure
filteredItems.append(item)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadataItem.swift:50:12: note: class 'MetadataItem' does not conform to the 'Sendable' protocol
open class MetadataItem: Identifiable {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/MetadtaItem+Filter.swift:38:29: warning: mutation of captured var 'filteredItems' in concurrently-executing code
filteredItems.append(item)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataItem/NSPredicateEditor+MetadataItem.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MetadataQuery+Options.swift,\ MetadataQuery+ResultDfference.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+Options.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+ResultDfference.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+Options.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+ResultDfference.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Hook.swift, NSObject+AddMethod.swift, NSObject+ClassHook.swift, NSObject+ClassInstanceHook.swift, NSObject+Hook.swift, NSObject+Unhook.swift, ClassHook.swift, ClassInstanceHook.swift, ObjectHook.swift, AnyClass+GetMethod.swift, AnyObject+DynamicClass.swift, AnyObject+HookClosures.swift, FFICIFContext.swift, FFIClosureContext.swift, HookCommon.swift, HookContext.swift, InsteadContext.swift, Interpose+AnyHook.swift, Interpose+ClassHook.swift, Interpose+Error.swift, Interpose+HookFinder.swift, Interpose+ObjectHook.swift, Interpose+Subclass.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
SwiftCompile normal arm64 Compiling\ MetadataQuery+Predicate+DateComponent.swift,\ MetadataQuery+Predicate+StringOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+Predicate+DateComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+Predicate+StringOptions.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+Predicate+DateComponent.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+Predicate+StringOptions.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling NSMetadataQuery+.swift, NSPredicateEditor+.swift, NSPredicateEditorRowTemplate+.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 Compiling\ MetadataQuery+ResultGroup.swift,\ MetadataQuery+SearchScope.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+ResultGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SearchScope.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+ResultGroup.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/MetadataQuery+SearchScope.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling MetadataItem+Attribute.swift, MetadataItem+Changes.swift, MetadataItem+FinderTag.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 Compiling\ MetadataQuery+Predicate.swift,\ MetadataQuery+PredicateComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+Predicate.swift /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+PredicateComponent.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+Predicate.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZMetadata/MetadataQuery/Predicate/MetadataQuery+PredicateComponent.swift (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+Options.swift, MetadataQuery+ResultDfference.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+Predicate+DateComponent.swift, MetadataQuery+Predicate+StringOptions.swift (in target 'FZMetadata' from project 'FZMetadata')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/_NSObjectProxy.o (in target '_NSObjectProxy' 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-iphoneos/_NSObjectProxy.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/_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-iphoneos/_ExceptionCatcher.o
SwiftDriverJobDiscovery normal arm64 Compiling MeasurementFormatter+.swift, UnitInformationStorage+.swift, Digest+.swift, HashFunction+.swift, Hasher+.swift, JSONSerialization+.swift, KeyValueObservation.swift, KeyValueObserver.swift, NSObject+Observe.swift, KeyPath+.swift, Locale+.swift, Locale+Currency.swift, Logger+.swift, Accelerate+Operator.swift, ApproximateEquatable.swift, Bool+.swift, CGPoint+.swift, CGRect+.swift, CGSize+.swift, FloatingPoint+.swift, FloatingPoint+Initializable.swift, FloatingPoint+Rounding.swift, Int+.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+ResultGroup.swift, MetadataQuery+SearchScope.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataItem.swift, MetadtaItem+Filter.swift, NSPredicateEditor+MetadataItem.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+Predicate.swift, MetadataQuery+PredicateComponent.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+SortDescriptor.swift, MetadataQuery.swift (in target 'FZMetadata' from project 'FZMetadata')
SwiftDriverJobDiscovery normal arm64 Compiling JSONEncoderDecoder+.swift, JSONEncoderDecoder+Codable.swift, NSCoding+.swift, NSKeyedArchiver+.swift, NSKeyedUnarchiver+.swift, Enum+Displayable.swift, Enum+Name.swift, FileAttributes.swift, FileHandle+.swift, FileManager+.swift, FileType.swift, NSMetadata+.swift, URL+.swift, URL+DuplicateFiles.swift, URL+ExtendedAttributes.swift, URL+File.swift, URL+Item.swift, URL+Iterate.swift, URL+ResourceValue.swift, URL+fileSystemItem.swift, URLResources.swift, UTType+.swift, ByteCountFormatter+.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
SwiftDriverJobDiscovery normal arm64 Compiling Canon.swift, ColorModel.swift, EXIF+Extended.swift, GPS.swift, ImageProperties+Keys.swift, Nikon.swift, PNG+Extended.swift, TIFF+Extended.swift, GIFImageProperties.swift, HEICImageProperties.swift, IPTCImageProperties.swift, ImageProperties.swift, JPEGImageProperties.swift, PNGImageProperties.swift, TIFFImageProperties.swift, ImageSource.swift, KeyValueCodable.swift, MeasureTime.swift, Hook+AddMethod.swift, Hook+Class.swift, Hook+Closure.swift, Hook+Deinit.swift, Hook+Object.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
SwiftDriverJobDiscovery normal arm64 Compiling MetadataQuery+AttributeValueTuple.swift, MetadataQuery+HierarchicalResult.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-iphoneos/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-iphoneos/_OCSources.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_Libffi.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_NSObjectProxy.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ExceptionCatcher.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/OCSources -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/Libffi/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/NSObjectProxy/include -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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/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-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CFType.swift, CaseIterable+.swift, Comparable+.swift, Comparable+Clamp.swift, Decodable+.swift, Decoder+.swift, Encode+.swift, Equatable+.swift, HashableObject.swift, OptionSetDescribable.swift, Optional+.swift, SortComparator+.swift, Result+.swift, Selector+.swift, AttributedString+.swift, Character+.swift, CharacterSet+.swift, NSAttributedString+.swift, NSAttributedString+Values.swift, NSRegularExpression+.swift, NSTextCheckingResult+.swift, String+.swift, String+HTML.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
SwiftDriver\ Compilation FZSwiftUtils normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FZSwiftUtils -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_OCSources.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_Libffi.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_NSObjectProxy.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ExceptionCatcher.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/OCSources -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/Libffi/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/NSObjectProxy/include -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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZSwiftUtils.o normal (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZSwiftUtils.o
ExtractAppIntentsMetadata (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FZSwiftUtils
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FZSwiftUtils --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier fzswiftutils.FZSwiftUtils --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZSwiftUtils.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZSwiftUtils.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/FZSwiftUtils.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/FZSwiftUtils.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-08-21 14:58:21.028 appintentsmetadataprocessor[944:5379] Starting appintentsmetadataprocessor export
2025-08-21 14:58:21.077 appintentsmetadataprocessor[944:5379] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/FZSwiftUtils.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZMetadata.o normal (in target 'FZMetadata' from project 'FZMetadata')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.FZMetadata --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZMetadata.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZMetadata.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/FZMetadata.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/FZMetadata.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZMetadata.build/Debug-iphoneos/FZMetadata.build/Objects-normal/arm64/FZMetadata.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-08-21 14:58:21.143 appintentsmetadataprocessor[947:5398] Starting appintentsmetadataprocessor export
2025-08-21 14:58:21.178 appintentsmetadataprocessor[947:5398] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.