Build Information
Successful build of FZUIKit, reference 1.2.6 (36a6d8
), with Swift 6.2 (beta) for iOS using Xcode 26.0 on 30 Jul 2025 12:43:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FZUIKit -destination generic/platform=iOS
Build Log
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:248:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>) throws -> (A, B, C, D, E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:285:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:279:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, completion: (_ values: (A, B, C, D, E)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:318:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:312:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>) throws -> (A, B, C, D, E, F) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:350:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:344:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, completion: (_ values: (A, B, C, D, E, F)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:384:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:378:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>) throws -> (A, B, C, D, E, F, G) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:417:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:411:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, completion: (_ values: (A, B, C, D, E, F, G)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:452:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:446:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>) throws -> (A, B, C, D, E, F, G, H) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:486:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:480:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>, completion: ((_ values: (A, B, C, D, E, F, G, H)?, _ error: Error?)->())) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAssetReaderOutput+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:25:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:19:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>) throws -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:50:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>, completion: (_ value: T?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:74:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:68:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>) throws -> (A, B) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:102:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:96:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, completion: (_ values: (A, B)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:132:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:126:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>) throws -> (A, B, C) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:161:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:155:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, completion: (_ values: (A, B, C)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:192:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>) throws -> (A, B, C, D) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:222:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:216:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, completion: (_ values: (A, B, C, D)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:254:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:248:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>) throws -> (A, B, C, D, E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:285:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:279:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, completion: (_ values: (A, B, C, D, E)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:318:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:312:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>) throws -> (A, B, C, D, E, F) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:350:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:344:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, completion: (_ values: (A, B, C, D, E, F)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:384:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:378:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>) throws -> (A, B, C, D, E, F, G) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:417:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:411:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, completion: (_ values: (A, B, C, D, E, F, G)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:452:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:446:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>) throws -> (A, B, C, D, E, F, G, H) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:486:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:480:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>, completion: ((_ values: (A, B, C, D, E, F, G, H)?, _ error: Error?)->())) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:25:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:19:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>) throws -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:50:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>, completion: (_ value: T?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:74:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:68:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>) throws -> (A, B) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:102:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:96:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, completion: (_ values: (A, B)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:132:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:126:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>) throws -> (A, B, C) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:161:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:155:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, completion: (_ values: (A, B, C)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:192:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>) throws -> (A, B, C, D) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:222:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:216:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, completion: (_ values: (A, B, C, D)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:254:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:248:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>) throws -> (A, B, C, D, E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:285:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:279:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, completion: (_ values: (A, B, C, D, E)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:318:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:312:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>) throws -> (A, B, C, D, E, F) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:350:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:344:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, completion: (_ values: (A, B, C, D, E, F)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:384:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:378:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>) throws -> (A, B, C, D, E, F, G) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:417:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:411:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, completion: (_ values: (A, B, C, D, E, F, G)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:452:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:446:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>) throws -> (A, B, C, D, E, F, G, H) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:486:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:480:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>, completion: ((_ values: (A, B, C, D, E, F, G, H)?, _ error: Error?)->())) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+Values.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:25:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:19:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>) throws -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:50:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>, completion: (_ value: T?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:74:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:68:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>) throws -> (A, B) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:102:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:96:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, completion: (_ values: (A, B)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:132:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:126:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>) throws -> (A, B, C) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:161:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:155:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, completion: (_ values: (A, B, C)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:192:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>) throws -> (A, B, C, D) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:222:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:216:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, completion: (_ values: (A, B, C, D)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:254:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:248:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>) throws -> (A, B, C, D, E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:285:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:279:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, completion: (_ values: (A, B, C, D, E)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:318:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:312:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>) throws -> (A, B, C, D, E, F) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:350:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:344:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, completion: (_ values: (A, B, C, D, E, F)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:384:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:378:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>) throws -> (A, B, C, D, E, F, G) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:417:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:411:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, completion: (_ values: (A, B, C, D, E, F, G)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:452:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:446:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>) throws -> (A, B, C, D, E, F, G, H) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:486:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:480:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>, completion: ((_ values: (A, B, C, D, E, F, G, H)?, _ error: Error?)->())) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVPlayer+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:25:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:19:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>) throws -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:50:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>, completion: (_ value: T?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:74:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:68:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>) throws -> (A, B) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:102:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:96:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, completion: (_ values: (A, B)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:132:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:126:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>) throws -> (A, B, C) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:161:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:155:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, completion: (_ values: (A, B, C)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:192:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>) throws -> (A, B, C, D) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:222:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:216:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, completion: (_ values: (A, B, C, D)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:254:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:248:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>) throws -> (A, B, C, D, E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:285:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:279:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, completion: (_ values: (A, B, C, D, E)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:318:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:312:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>) throws -> (A, B, C, D, E, F) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:350:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:344:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, completion: (_ values: (A, B, C, D, E, F)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:384:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:378:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>) throws -> (A, B, C, D, E, F, G) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:417:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:411:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, completion: (_ values: (A, B, C, D, E, F, G)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:452:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:446:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>) throws -> (A, B, C, D, E, F, G, H) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:486:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:480:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>, completion: ((_ values: (A, B, C, D, E, F, G, H)?, _ error: Error?)->())) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVPlayerItem+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:25:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:19:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>) throws -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:50:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>, completion: (_ value: T?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:74:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:68:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>) throws -> (A, B) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:102:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:96:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, completion: (_ values: (A, B)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:132:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:126:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>) throws -> (A, B, C) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:161:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:155:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, completion: (_ values: (A, B, C)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:192:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>) throws -> (A, B, C, D) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:222:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:216:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, completion: (_ values: (A, B, C, D)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:254:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:248:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>) throws -> (A, B, C, D, E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:285:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:279:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, completion: (_ values: (A, B, C, D, E)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:318:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:312:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>) throws -> (A, B, C, D, E, F) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:350:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:344:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, completion: (_ values: (A, B, C, D, E, F)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:384:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:378:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>) throws -> (A, B, C, D, E, F, G) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:417:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:411:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, completion: (_ values: (A, B, C, D, E, F, G)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:452:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:446:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>) throws -> (A, B, C, D, E, F, G, H) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:486:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:480:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>, completion: ((_ values: (A, B, C, D, E, F, G, H)?, _ error: Error?)->())) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVPlayerView+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:25:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:19:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>) throws -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:50:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>, completion: (_ value: T?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:74:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:68:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>) throws -> (A, B) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:102:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:96:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, completion: (_ values: (A, B)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:132:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:126:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>) throws -> (A, B, C) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:161:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:155:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, completion: (_ values: (A, B, C)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:192:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>) throws -> (A, B, C, D) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:222:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:216:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, completion: (_ values: (A, B, C, D)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:254:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:248:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>) throws -> (A, B, C, D, E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:285:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:279:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, completion: (_ values: (A, B, C, D, E)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:318:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:312:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>) throws -> (A, B, C, D, E, F) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:350:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:344:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, completion: (_ values: (A, B, C, D, E, F)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:384:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:378:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>) throws -> (A, B, C, D, E, F, G) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:417:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:411:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, completion: (_ values: (A, B, C, D, E, F, G)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:452:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:446:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>) throws -> (A, B, C, D, E, F, G, H) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:486:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:480:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>, completion: ((_ values: (A, B, C, D, E, F, G, H)?, _ error: Error?)->())) {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVPlayerViewController+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:25:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:19:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>) throws -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:50:45: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
syncValue.value = try await load(property)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<T>(_ property: AVAsyncProperty<Self, T>, completion: (_ value: T?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:74:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:68:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>) throws -> (A, B) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:102:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:96:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, completion: (_ values: (A, B)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:132:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:126:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>) throws -> (A, B, C) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:161:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:155:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, completion: (_ values: (A, B, C)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:192:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>) throws -> (A, B, C, D) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:222:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:216:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, completion: (_ values: (A, B, C, D)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:254:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:248:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>) throws -> (A, B, C, D, E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:285:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:279:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, completion: (_ values: (A, B, C, D, E)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:318:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:312:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>) throws -> (A, B, C, D, E, F) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:350:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:344:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, completion: (_ values: (A, B, C, D, E, F)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:384:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:378:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>) throws -> (A, B, C, D, E, F, G) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:417:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:411:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, completion: (_ values: (A, B, C, D, E, F, G)?, _ error: Error?)->()) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:452:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:446:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>) throws -> (A, B, C, D, E, F, G, H) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:486:40: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
let values = try await load(propertyA, propertyB, propertyC, propertyD, propertyE, propertyF, propertyG, propertyH)
^
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift:480:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
func load<A, B, C, D, E, F, G, H>(_ propertyA: AVAsyncProperty<Self, A>, _ propertyB: AVAsyncProperty<Self, B>, _ propertyC: AVAsyncProperty<Self, C>, _ propertyD: AVAsyncProperty<Self, D>, _ propertyE: AVAsyncProperty<Self, E>, _ propertyF: AVAsyncProperty<Self, F>, _ propertyG: AVAsyncProperty<Self, G>, _ propertyH: AVAsyncProperty<Self, H>, completion: ((_ values: (A, B, C, D, E, F, G, H)?, _ error: Error?)->())) {
^
SwiftDriverJobDiscovery normal arm64 Compiling EmphasizedBorderView.swift, ImageLayer.swift, InnerShadowLayer.swift, InverseMaskLayer.swift, DelegateProxy.swift, HTMLStringLoadingTask.swift, Rubberband.swift, VectorArray.swift, BarProgressStyle.swift, ContainerView.swift, EditableText.swift, IrregularGradient+ColorBlob.swift, IrregularGradient+Modifiers.swift, IrregularGradient.swift, QuicklookPreview.swift, SegmentedControl.swift, SimpleImageView.swift, TextFieldAdvanced.swift, VisualEffectView.swift, CenteredClipView.swift, FZScrollView.swift, ImageView.swift, MagnifyImageView.swift, MagnifyMediaView.swift, MediaView.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftCompile normal arm64 Compiling\ NSEvent+Monitor.swift,\ MenuItemView+SwiftUI.swift,\ MenuItemView.swift,\ NSColorMenuItem.swift,\ NSMenu+.swift,\ NSMenu+Handler.swift,\ NSMenu+MenuBuilder.swift,\ NSMenuItem+.swift,\ NSStatusItem+.swift,\ NSAlert+.swift,\ NSAppearance+.swift,\ NSCursor+.swift,\ NSFontManager+.swift,\ NSOpenPanel+.swift,\ NSPopover+.swift,\ NSPredicateEditor+.swift,\ NSPredicateEditorRowTemplate+.swift,\ NSResponder+.swift,\ NSSavePanel+.swift,\ NSScreen+.swift,\ NSSound+.swift,\ NSSplitViewItem+.swift,\ NSTouch+.swift,\ NSUserInterfaceCompressionOptions+.swift,\ NSUserInterfaceItemIdentifier+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Event/NSEvent+Monitor.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/MenuItemView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/MenuItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSColorMenuItem.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSMenu+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSMenu+Handler.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSMenu+MenuBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSMenuItem+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSStatusItem+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSAlert+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSAppearance+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSCursor+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSFontManager+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSOpenPanel+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSPopover+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSPredicateEditor+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSPredicateEditorRowTemplate+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSResponder+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSSavePanel+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSScreen+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSSound+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSSplitViewItem+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSTouch+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSUserInterfaceCompressionOptions+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSUserInterfaceItemIdentifier+.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Event/NSEvent+Monitor.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/MenuItemView+SwiftUI.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/MenuItemView.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSColorMenuItem.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSMenu+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSMenu+Handler.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSMenu+MenuBuilder.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSMenuItem+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Menu/NSStatusItem+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSAlert+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSAppearance+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSCursor+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSFontManager+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSOpenPanel+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSPopover+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSPredicateEditor+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSPredicateEditorRowTemplate+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSResponder+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSSavePanel+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSScreen+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSSound+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSSplitViewItem+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSTouch+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSUserInterfaceCompressionOptions+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/AppKit/Misc/NSUserInterfaceItemIdentifier+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling 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, MultiplicativeArithmetic.swift, NSNumber+.swift, NSRange+.swift, NSValue+.swift, Number+Interpolate.swift, Number+String.swift, NumberFormatter+.swift, NumberFormatter+String.swift, Range+.swift, TimeInterval+.swift, Mirror+.swift, NSCoder+.swift (in target 'FZSwiftUtils' from project 'FZSwiftUtils')
SwiftCompile normal arm64 Compiling\ NSView+ContentUnavailable.swift,\ NSContentUnavailableConfiguration.swift,\ NSContentUnavailableView.swift,\ UnavailableConfiguration+Button.swift,\ UnavailableConfiguration+Image.swift,\ UnavailableConfiguration+Text.swift,\ NSHostingConfiguration.swift,\ NSHostingContentView.swift,\ ContentConfigurationView.swift,\ ControlConfigurationState.swift,\ NSViewConfigurationState.swift,\ NSConfigurationState.swift,\ NSContentConfiguration.swift,\ NSContentView.swift,\ Suggestion+Item.swift,\ Suggestion+Response.swift,\ Suggestion+Section.swift,\ SuggestionItem.swift,\ SuggestionResponse.swift,\ SuggestionSection.swift,\ TextSuggestionsDelegate.swift,\ NSPageController+.swift,\ PageController.swift,\ PagingView.swift,\ TextFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/\ Unused/NSView+ContentUnavailable.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/NSContentUnavailableConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/NSContentUnavailableView.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Button.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Image.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Text.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSHostingConfiguration/NSHostingConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSHostingConfiguration/NSHostingContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/ContentConfigurationView.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/ControlConfigurationState.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/NSViewConfigurationState.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Protocols/NSConfigurationState.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Protocols/NSContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Protocols/NSContentView.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Response.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Section.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/SuggestionItem.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/SuggestionResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/SuggestionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/TextSuggestionsDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/PageController/NSPageController+.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/PageController/PageController.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/PageController/PagingView.swift /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/TextFormatter.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/\ Unused/NSView+ContentUnavailable.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/NSContentUnavailableConfiguration.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/NSContentUnavailableView.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Button.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Image.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Text.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSHostingConfiguration/NSHostingConfiguration.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Configurations/NSHostingConfiguration/NSHostingContentView.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/ContentConfigurationView.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/ControlConfigurationState.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/NSViewConfigurationState.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Protocols/NSConfigurationState.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Protocols/NSContentConfiguration.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSContentConfiguration/Protocols/NSContentView.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Item.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Response.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Section.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/SuggestionItem.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/SuggestionResponse.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/SuggestionSection.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/NSTextSuggestionsDelegate/TextSuggestionsDelegate.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/PageController/NSPageController+.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/PageController/PageController.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/PageController/PagingView.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Classes/AppKit/TextFormatter.swift (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AVURLAsset+.swift, CMTime+.swift, CVImageBuffer+.swift, AXAction.swift, AXAttribute.swift, AXError.swift, AXLogger.swift, AXNotification.swift, AXNotificationObserver.swift, AXNotificationToken.swift, AXObserver+.swift, AXParameterizedAttribute.swift, AXRole.swift, AXSubrole.swift, AXUIElement+.swift, AXUIElementValues.swift, NSAnimatablePropertyContainer+.swift, NSAnimation+.swift, NSAnimationContext+.swift, NSAnimationGroup.swift, NSAnimator.swift, NSApplication+.swift, NSRunningApplication+.swift, NSEvent+.swift, NSEvent+KeyCode.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftDriverJobDiscovery normal arm64 Compiling Button+.swift, Color+.swift, Font+.swift, Image+.swift, Material+.swift, Path+.swift, ProcessInfo+.swift, ContactShadow.swift, CurveShadow.swift, DeepShadowShape.swift, FlatLongShadow.swift, MorphableShape.swift, RelativeRoundedRectangle.swift, RoundedCornerRectangle.swift, Shape+.swift, Star.swift, UnevenRelativeRoundedRectangle.swift, Spring+.swift, Text+.swift, VectorArithmetic+.swift, Innershadow.swift, View+.swift, View+Optional.swift, View+SkeumorphBorder.swift, View+TextAlignment.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftDriverJobDiscovery normal arm64 Compiling BorderConfiguration.swift, ImageConfiguration.swift, ImageSymbolConfiguration.swift, ShadowConfiguration.swift, TextConfiguration.swift, ViewConfiguration.swift, VisualEffectConfiguration.swift, ContentTransform+Border.swift, ContentTransform+Color.swift, ContentTransform+Image.swift, ContentTransform+Shadow.swift, ContentTransform+String.swift, ContentTransform+TextAttributes.swift, ContentTransform.swift, DelegateProxy+.swift, DelegateProxyPublisher.swift, DelegateProxyType.swift, DisplayLink+Publisher.swift, DisplayLink+SwiftUI.swift, DisplayLink.swift, DisplayLinkTimer+Publisher.swift, DisplayLinkTimer+SwiftUI.swift, DisplayLinkTimer.swift, DashedBorderLayer.swift, EmphasizedBorderLayer.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftDriverJobDiscovery normal arm64 Compiling NSEvent+Monitor.swift, MenuItemView+SwiftUI.swift, MenuItemView.swift, NSColorMenuItem.swift, NSMenu+.swift, NSMenu+Handler.swift, NSMenu+MenuBuilder.swift, NSMenuItem+.swift, NSStatusItem+.swift, NSAlert+.swift, NSAppearance+.swift, NSCursor+.swift, NSFontManager+.swift, NSOpenPanel+.swift, NSPopover+.swift, NSPredicateEditor+.swift, NSPredicateEditorRowTemplate+.swift, NSResponder+.swift, NSSavePanel+.swift, NSScreen+.swift, NSSound+.swift, NSSplitViewItem+.swift, NSTouch+.swift, NSUserInterfaceCompressionOptions+.swift, NSUserInterfaceItemIdentifier+.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftDriverJobDiscovery normal arm64 Compiling NSView+ContentUnavailable.swift, NSContentUnavailableConfiguration.swift, NSContentUnavailableView.swift, UnavailableConfiguration+Button.swift, UnavailableConfiguration+Image.swift, UnavailableConfiguration+Text.swift, NSHostingConfiguration.swift, NSHostingContentView.swift, ContentConfigurationView.swift, ControlConfigurationState.swift, NSViewConfigurationState.swift, NSConfigurationState.swift, NSContentConfiguration.swift, NSContentView.swift, Suggestion+Item.swift, Suggestion+Response.swift, Suggestion+Section.swift, SuggestionItem.swift, SuggestionResponse.swift, SuggestionSection.swift, TextSuggestionsDelegate.swift, NSPageController+.swift, PageController.swift, PagingView.swift, TextFormatter.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftDriverJobDiscovery normal arm64 Compiling NSView+Drag.swift, NSView+Drop.swift, NSView+FirstResponder.swift, NSView+Handlers.swift, NSView+KeybortShortcut.swift, NSView+Resize.swift, NSView+SizeThatFits.swift, NSView+SystemLayoutSizeFitting.swift, NSView+TrackingArea.swift, NSViewController+.swift, NSVisualEffectView+.swift, NSCollectionView+.swift, NSCollectionView+DisplayingItems.swift, NSCollectionView+EmptyView.swift, NSCollectionView+ItemDropTargetGapIndicator.swift, NSCollectionViewItem++SelfSizing.swift, NSCollectionViewItem+.swift, NSCollectionViewLayoutAttributes+.swift, NSCollectionLayoutBoundarySupplementaryItem+.swift, NSCollectionLayoutSection+.swift, NSUICollectionView+.swift, NSUICollectionViewDiffableDataSource+.swift, NSUICollectionViewLayout+.swift, NSUICollectionViewLayout+Column.swift, NSUICollectionViewLayout+Comp.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftDriverJobDiscovery normal arm64 Compiling ActionBlock.swift, CGPath+.swift, CGPath+Shape.swift, NSDiffableDataSourceSnapshot+.swift, NSLayoutConstraint+.swift, NSLayoutGuide+.swift, NSLayoutManager+.swift, NSObject+.swift, NSShadow+.swift, NSSortDescriptor+.swift, NSTextContainer+.swift, NSTextStorage+.swift, NSUIBezierPath+Shape.swift, NSUIBezierPath+String.swift, NSUIBezierpath+.swift, NSUIEdgeInset+.swift, NSUIGestureRecognizer+.swift, NSUINib+.swift, NSUIRectCorner+.swift, NSUIStoryboard+.swift, QLThumbnailGenerator+.swift, UIAlertController+.swift, UIConfigurationStateCustomKey+.swift, UIContentConfiguration+Stateless.swift, AnimatablePair+.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftDriverJobDiscovery normal arm64 Compiling SIMDConvenienceExtensions.swift, SIMDDecomposed.swift, NSFont+.swift, NSFont+FontFamily.swift, NSUIFont+.swift, NSUIFontDescriptor+.swift, NSBitmapImageRep+.swift, NSImage+.swift, NSImage+Animated.swift, NSImage+Thumbnail.swift, CGImage+.swift, CIImage+.swift, NSUIImage+.swift, NSUIImage+Animated.swift, NSUIImage+Codable.swift, NSUIImage+Combine.swift, NSUIImage+ContourPath.swift, NSUIImage+Modify.swift, NSUIImage+NonAlpha.swift, NSUIImage+RecognizedText.swift, NSUIImage+Shadow.swift, NSUIImage+Stack.swift, NSUIImage+SymbolConfiguration.swift, NSUIImage+Tiles.swift, UIImage+.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftDriverJobDiscovery normal arm64 Compiling NSUIColor+Hex.swift, NSUIColor+Image.swift, NSUIColor+Luminosity.swift, NSUIColor+Mixing.swift, NSUIColor+RGB.swift, UIColor+.swift, CAAnimation+.swift, CACornerMask+.swift, CADisplayLink+.swift, CAFrameRateRange+.swift, CALayer+.swift, CAMediaTimingFunction+.swift, CAPropertyAnimation+.swift, CAPropertyAnimation+Key.swift, CASpringAnimation+.swift, CATransaction+.swift, CATransform3D+.swift, CATransition+.swift, CATransform3DConvenienceExtensions.swift, CATransform3DExtensions.swift, CGQuaternion.swift, CGVector3.swift, CGVector4.swift, Interpolatable.swift, Perspective.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftDriverJobDiscovery normal arm64 Compiling ResizingTextField.swift, ScrollPlayerView.swift, TrimView.swift, ColorPickerView.swift, DashedBorderView.swift, DateTextFieldLabel.swift, FZWebView.swift, Gradient+Preset.swift, Gradient.swift, GradientLayer.swift, GradientView.swift, NumberTextField.swift, PullRefreshableScrollView.swift, SimpleStackView.swift, SpacerView.swift, StackView.swift, AVAsset+.swift, AVAssetImageGenerator+.swift, AVAssetReaderOutput+.swift, AVAsynchronousKeyValueLoading+.swift, AVAsynchronousKeyValueLoading+Values.swift, AVPlayer+.swift, AVPlayerItem+.swift, AVPlayerView+.swift, AVPlayerViewController+.swift (in target 'FZUIKit' from project 'FZUIKit')
SwiftDriver\ Compilation FZUIKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FZUIKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -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 -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_DelegateProxy.modulemap -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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-26.0.0-Beta.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit.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/FZUIKit.build/Debug-iphoneos/FZUIKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit_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/Sources/FZUIKit+ObjC/DelegateProxy/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/FZUIKit.build/Debug-iphoneos/FZUIKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.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/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Character+.swift, CharacterSet+.swift, NSAttributedString+.swift, NSRegularExpression+.swift, NSTextCheckingResult+.swift, String+.swift, String+HTML.swift, String+Height.swift, String+Match.swift, String+Random.swift, XMLNode+.swift, NSUI Typealias.swift, Operator.swift, CodableDefault.swift, DateValueCodable.swift, PropertyWrappers.swift, ApplicationInfo.swift, FileTypeDefinition.swift, AssociatedValue.swift, BaseArray.swift, BaseDictionary.swift, Deque.swift, OrderedDictionary.swift, OrderedSet.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-26.0.0-Beta.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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -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 -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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-26.0.0-Beta.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZSwiftUtils.build/Debug-iphoneos/FZSwiftUtils.build/Objects-normal/arm64/FZSwiftUtils-linker-args.resp -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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FZSwiftUtils --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A5241e --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-07-30 05:43:56.211 appintentsmetadataprocessor[869:5311] Starting appintentsmetadataprocessor export
2025-07-30 05:43:56.278 appintentsmetadataprocessor[869:5311] 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/FZUIKit.o normal (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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-26.0.0-Beta.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZUIKit.o
ExtractAppIntentsMetadata (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FZUIKit --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A5241e --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.FZUIKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZUIKit.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZUIKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/FZUIKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/FZUIKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FZUIKit.build/Debug-iphoneos/FZUIKit.build/Objects-normal/arm64/FZUIKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-07-30 05:43:56.424 appintentsmetadataprocessor[872:5328] Starting appintentsmetadataprocessor export
2025-07-30 05:43:56.477 appintentsmetadataprocessor[872:5328] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZUIKit.o (in target 'FZUIKit' from project 'FZUIKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FZUIKit.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "fzswiftutils",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/flocked/FZSwiftUtils.git"
}
],
"manifest_display_name" : "FZUIKit",
"name" : "FZUIKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "FZUIKit",
"targets" : [
"FZUIKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_DelegateProxy",
"module_type" : "ClangTarget",
"name" : "_DelegateProxy",
"path" : "Sources/FZUIKit+ObjC/DelegateProxy",
"product_memberships" : [
"FZUIKit"
],
"sources" : [
"_DelegateProxy.m"
],
"type" : "library"
},
{
"c99name" : "NSTokenAttachmentCell",
"module_type" : "ClangTarget",
"name" : "NSTokenAttachmentCell",
"path" : "Sources/FZUIKit+ObjC/NSTokenAttachmentCell",
"product_memberships" : [
"FZUIKit"
],
"sources" : [
"NSTokenAttachmentCell.m"
],
"type" : "library"
},
{
"c99name" : "FZUIKit",
"module_type" : "SwiftTarget",
"name" : "FZUIKit",
"path" : "Sources/FZUIKit",
"product_dependencies" : [
"FZSwiftUtils"
],
"product_memberships" : [
"FZUIKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countingdownhand.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countingdownhand.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countingupandownhand.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countingupandownhand.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countinguphand.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countinguphand.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/move.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/move.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizeeast.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizeeast.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizeeastwest.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizeeastwest.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorth.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorth.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenortheast.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenortheast.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenortheastsouthwest.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenortheastsouthwest.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthsouth.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthsouth.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthwest.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthwest.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthwestsoutheast.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthwestsoutheast.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesouth.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesouth.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesoutheast.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesoutheast.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesouthwest.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesouthwest.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizewest.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizewest.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/zoomin.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/zoomin.plist",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/zoomout.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/zoomout.plist",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Classes/AppKit/DockTile.swift",
"Classes/AppKit/FontManager/FontManager.swift",
"Classes/AppKit/FontManager/FontManagerAlt.swift",
"Classes/AppKit/FontManager/FontMenuItemView.swift",
"Classes/AppKit/FontManager/VerticallyCenteredTextField.swift",
"Classes/AppKit/GestureRecognizer/ActionGestureRecognizer.swift",
"Classes/AppKit/GestureRecognizer/ClickGestureRecognizer.swift",
"Classes/AppKit/GestureRecognizer/DoubleClickGestureRecognizer.swift",
"Classes/AppKit/GestureRecognizer/SwipeTouchGestureRecognizer.swift",
"Classes/AppKit/GraphicsRenderer/GraphicsRenderer.swift",
"Classes/AppKit/GraphicsRenderer/GraphicsRendererContext.swift",
"Classes/AppKit/GraphicsRenderer/GraphicsRendererFormat.swift",
"Classes/AppKit/GraphicsRenderer/Image/ImageRenderer.swift",
"Classes/AppKit/GraphicsRenderer/Image/ImageRendererContext.swift",
"Classes/AppKit/GraphicsRenderer/Image/ImageRendererFormat.swift",
"Classes/AppKit/GraphicsRenderer/PDF/PDFDocumentInfo.swift",
"Classes/AppKit/GraphicsRenderer/PDF/PDFRenderer.swift",
"Classes/AppKit/GraphicsRenderer/PDF/PDFRendererContext.swift",
"Classes/AppKit/GraphicsRenderer/PDF/PDFRendererFormat.swift",
"Classes/AppKit/HostingPopover.swift",
"Classes/AppKit/LaunchAtLogin.swift",
"Classes/AppKit/NSContentConfiguration/Configurations/NSBackgroundConfiguration/NSBackgroundConfiguration.swift",
"Classes/AppKit/NSContentConfiguration/Configurations/NSBackgroundConfiguration/NSBackgroundContentView.swift",
"Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/ Unused/NSContentUnavailableConfigurationState.swift",
"Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/ Unused/NSView+ContentUnavailable.swift",
"Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/NSContentUnavailableConfiguration.swift",
"Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/NSContentUnavailableView.swift",
"Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Button.swift",
"Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Image.swift",
"Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Text.swift",
"Classes/AppKit/NSContentConfiguration/Configurations/NSHostingConfiguration/NSHostingConfiguration.swift",
"Classes/AppKit/NSContentConfiguration/Configurations/NSHostingConfiguration/NSHostingContentView.swift",
"Classes/AppKit/NSContentConfiguration/ContentConfigurationView.swift",
"Classes/AppKit/NSContentConfiguration/ControlConfigurationState.swift",
"Classes/AppKit/NSContentConfiguration/NSViewConfigurationState.swift",
"Classes/AppKit/NSContentConfiguration/Protocols/NSConfigurationState.swift",
"Classes/AppKit/NSContentConfiguration/Protocols/NSContentConfiguration.swift",
"Classes/AppKit/NSContentConfiguration/Protocols/NSContentView.swift",
"Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Item.swift",
"Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Response.swift",
"Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Section.swift",
"Classes/AppKit/NSTextSuggestionsDelegate/SuggestionItem.swift",
"Classes/AppKit/NSTextSuggestionsDelegate/SuggestionResponse.swift",
"Classes/AppKit/NSTextSuggestionsDelegate/SuggestionSection.swift",
"Classes/AppKit/NSTextSuggestionsDelegate/TextSuggestionsDelegate.swift",
"Classes/AppKit/PageController/NSPageController+.swift",
"Classes/AppKit/PageController/PageController.swift",
"Classes/AppKit/PageController/PagingView.swift",
"Classes/AppKit/TextFormatter.swift",
"Classes/Content Configurations/BorderConfiguration.swift",
"Classes/Content Configurations/ImageConfiguration.swift",
"Classes/Content Configurations/ImageSymbolConfiguration.swift",
"Classes/Content Configurations/ShadowConfiguration.swift",
"Classes/Content Configurations/TextConfiguration.swift",
"Classes/Content Configurations/ViewConfiguration.swift",
"Classes/Content Configurations/VisualEffectConfiguration.swift",
"Classes/Content Transforms/ContentTransform+Border.swift",
"Classes/Content Transforms/ContentTransform+Color.swift",
"Classes/Content Transforms/ContentTransform+Image.swift",
"Classes/Content Transforms/ContentTransform+Shadow.swift",
"Classes/Content Transforms/ContentTransform+String.swift",
"Classes/Content Transforms/ContentTransform+TextAttributes.swift",
"Classes/Content Transforms/ContentTransform.swift",
"Classes/DelegateProxy/DelegateProxy+.swift",
"Classes/DelegateProxy/DelegateProxyPublisher.swift",
"Classes/DelegateProxy/DelegateProxyType.swift",
"Classes/DisplayLink/DisplayLink+Publisher.swift",
"Classes/DisplayLink/DisplayLink+SwiftUI.swift",
"Classes/DisplayLink/DisplayLink.swift",
"Classes/DisplayLink/DisplayLinkTimer+Publisher.swift",
"Classes/DisplayLink/DisplayLinkTimer+SwiftUI.swift",
"Classes/DisplayLink/DisplayLinkTimer.swift",
"Classes/Layer/DashedBorderLayer.swift",
"Classes/Layer/EmphasizedBorderLayer.swift",
"Classes/Layer/EmphasizedBorderView.swift",
"Classes/Layer/ImageLayer.swift",
"Classes/Layer/InnerShadowLayer.swift",
"Classes/Layer/InverseMaskLayer.swift",
"Classes/Misc/DelegateProxy.swift",
"Classes/Misc/HTMLStringLoadingTask.swift",
"Classes/Misc/Rubberband.swift",
"Classes/Misc/VectorArray.swift",
"Classes/SwiftUI/BarProgressStyle.swift",
"Classes/SwiftUI/ContainerView.swift",
"Classes/SwiftUI/EditableText.swift",
"Classes/SwiftUI/IrregularGradient/IrregularGradient+ColorBlob.swift",
"Classes/SwiftUI/IrregularGradient/IrregularGradient+Modifiers.swift",
"Classes/SwiftUI/IrregularGradient/IrregularGradient.swift",
"Classes/SwiftUI/QuicklookPreview.swift",
"Classes/SwiftUI/SegmentedControl.swift",
"Classes/SwiftUI/SimpleImageView.swift",
"Classes/SwiftUI/TextFieldAdvanced.swift",
"Classes/SwiftUI/VisualEffectView.swift",
"Classes/View/AppKit/CenteredClipView.swift",
"Classes/View/AppKit/FZScrollView.swift",
"Classes/View/AppKit/ImageView/ImageView.swift",
"Classes/View/AppKit/ImageView/MagnifyImageView.swift",
"Classes/View/AppKit/MediaView/MagnifyMediaView.swift",
"Classes/View/AppKit/MediaView/MediaView.swift",
"Classes/View/AppKit/ResizingTextField.swift",
"Classes/View/AppKit/ScrollPlayerView.swift",
"Classes/View/AppKit/TrimView.swift",
"Classes/View/ColorPickerView.swift",
"Classes/View/DashedBorderView.swift",
"Classes/View/DateTextFieldLabel.swift",
"Classes/View/FZWebView.swift",
"Classes/View/GradientView/Gradient+Preset.swift",
"Classes/View/GradientView/Gradient.swift",
"Classes/View/GradientView/GradientLayer.swift",
"Classes/View/GradientView/GradientView.swift",
"Classes/View/NumberTextField.swift",
"Classes/View/PullRefreshableScrollView.swift",
"Classes/View/StackView/SimpleStackView.swift",
"Classes/View/StackView/SpacerView.swift",
"Classes/View/StackView/StackView.swift",
"Extensions/AVKit/AVAsset+.swift",
"Extensions/AVKit/AVAssetImageGenerator+.swift",
"Extensions/AVKit/AVAssetReaderOutput+.swift",
"Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift",
"Extensions/AVKit/AVAsynchronousKeyValueLoading+Values.swift",
"Extensions/AVKit/AVPlayer+.swift",
"Extensions/AVKit/AVPlayerItem+.swift",
"Extensions/AVKit/AVPlayerView+.swift",
"Extensions/AVKit/AVPlayerViewController+.swift",
"Extensions/AVKit/AVURLAsset+.swift",
"Extensions/AVKit/CMTime+.swift",
"Extensions/AVKit/CVImageBuffer+.swift",
"Extensions/AppKit/AXUIElement/AXAction.swift",
"Extensions/AppKit/AXUIElement/AXAttribute.swift",
"Extensions/AppKit/AXUIElement/AXError.swift",
"Extensions/AppKit/AXUIElement/AXLogger.swift",
"Extensions/AppKit/AXUIElement/AXNotification.swift",
"Extensions/AppKit/AXUIElement/AXNotificationObserver.swift",
"Extensions/AppKit/AXUIElement/AXNotificationToken.swift",
"Extensions/AppKit/AXUIElement/AXObserver+.swift",
"Extensions/AppKit/AXUIElement/AXParameterizedAttribute.swift",
"Extensions/AppKit/AXUIElement/AXRole.swift",
"Extensions/AppKit/AXUIElement/AXSubrole.swift",
"Extensions/AppKit/AXUIElement/AXUIElement+.swift",
"Extensions/AppKit/AXUIElement/AXUIElementValues.swift",
"Extensions/AppKit/Animation/NSAnimatablePropertyContainer+.swift",
"Extensions/AppKit/Animation/NSAnimation+.swift",
"Extensions/AppKit/Animation/NSAnimationContext+.swift",
"Extensions/AppKit/Animation/NSAnimationGroup.swift",
"Extensions/AppKit/Animation/NSAnimator.swift",
"Extensions/AppKit/Application/NSApplication+.swift",
"Extensions/AppKit/Application/NSRunningApplication+.swift",
"Extensions/AppKit/Event/NSEvent+.swift",
"Extensions/AppKit/Event/NSEvent+KeyCode.swift",
"Extensions/AppKit/Event/NSEvent+Monitor.swift",
"Extensions/AppKit/Menu/MenuItemView+SwiftUI.swift",
"Extensions/AppKit/Menu/MenuItemView.swift",
"Extensions/AppKit/Menu/NSColorMenuItem.swift",
"Extensions/AppKit/Menu/NSMenu+.swift",
"Extensions/AppKit/Menu/NSMenu+Handler.swift",
"Extensions/AppKit/Menu/NSMenu+MenuBuilder.swift",
"Extensions/AppKit/Menu/NSMenuItem+.swift",
"Extensions/AppKit/Menu/NSStatusItem+.swift",
"Extensions/AppKit/Misc/NSAlert+.swift",
"Extensions/AppKit/Misc/NSAppearance+.swift",
"Extensions/AppKit/Misc/NSCursor+.swift",
"Extensions/AppKit/Misc/NSFontManager+.swift",
"Extensions/AppKit/Misc/NSOpenPanel+.swift",
"Extensions/AppKit/Misc/NSPopover+.swift",
"Extensions/AppKit/Misc/NSPredicateEditor+.swift",
"Extensions/AppKit/Misc/NSPredicateEditorRowTemplate+.swift",
"Extensions/AppKit/Misc/NSResponder+.swift",
"Extensions/AppKit/Misc/NSSavePanel+.swift",
"Extensions/AppKit/Misc/NSScreen+.swift",
"Extensions/AppKit/Misc/NSSound+.swift",
"Extensions/AppKit/Misc/NSSplitViewItem+.swift",
"Extensions/AppKit/Misc/NSTouch+.swift",
"Extensions/AppKit/Misc/NSUserInterfaceCompressionOptions+.swift",
"Extensions/AppKit/Misc/NSUserInterfaceItemIdentifier+.swift",
"Extensions/AppKit/Misc/NSWorkspace+.swift",
"Extensions/AppKit/Pasteboard/DragPreview.swift",
"Extensions/AppKit/Pasteboard/DropInfo.swift",
"Extensions/AppKit/Pasteboard/NSDragOperation+.swift",
"Extensions/AppKit/Pasteboard/NSDraggingImageComponent+.swift",
"Extensions/AppKit/Pasteboard/NSDraggingInfo+.swift",
"Extensions/AppKit/Pasteboard/NSDraggingItem+.swift",
"Extensions/AppKit/Pasteboard/NSDraggingSession+.swift",
"Extensions/AppKit/Pasteboard/NSFilePromiseProvider+.swift",
"Extensions/AppKit/Pasteboard/NSPasteboard+.swift",
"Extensions/AppKit/Pasteboard/NSPasteboardItem+.swift",
"Extensions/AppKit/Pasteboard/PasteboardContent.swift",
"Extensions/AppKit/Pasteboard/PasteboardReading.swift",
"Extensions/AppKit/Pasteboard/PasteboardWriting.swift",
"Extensions/AppKit/Toolbar/NSSharingServicePickerToolbarItem+.swift",
"Extensions/AppKit/Toolbar/NSToolbarItem+.swift",
"Extensions/AppKit/Toolbar/NSToolbarItem+Validation.swift",
"Extensions/AppKit/Toolbar/NSToolbarItemGroup+.swift",
"Extensions/AppKit/Toolbar/Toolbar/Toolbar.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+Button.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+Custom.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+Group.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+Item.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+Menu.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+PopUpButton.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+Popover.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+Search.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+Segmented.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+Separator.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+SharingServicePicker.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+Standard.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+TrackingSeparator.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem+View.swift",
"Extensions/AppKit/Toolbar/Toolbar/ToolbarItem.swift",
"Extensions/AppKit/Window/NSViewController+WindowController.swift",
"Extensions/AppKit/Window/NSWindow+.swift",
"Extensions/AppKit/Window/NSWindowController+.swift",
"Extensions/AppKit/Window/NSWindowController+TabbableWindow.swift",
"Extensions/AppKit/Window/NSWindowTabGroup+.swift",
"Extensions/Color/CGColor+.swift",
"Extensions/Color/CGColorSpace+.swift",
"Extensions/Color/CGColorSpaceName.swift",
"Extensions/Color/NSColor+.swift",
"Extensions/Color/NSColorSpace+.swift",
"Extensions/Color/NSUIColor+.swift",
"Extensions/Color/NSUIColor+CYMK.swift",
"Extensions/Color/NSUIColor+Codable.swift",
"Extensions/Color/NSUIColor+Editing.swift",
"Extensions/Color/NSUIColor+HSB.swift",
"Extensions/Color/NSUIColor+HSL.swift",
"Extensions/Color/NSUIColor+Hex.swift",
"Extensions/Color/NSUIColor+Image.swift",
"Extensions/Color/NSUIColor+Luminosity.swift",
"Extensions/Color/NSUIColor+Mixing.swift",
"Extensions/Color/NSUIColor+RGB.swift",
"Extensions/Color/UIColor+.swift",
"Extensions/CoreAnimation/CAAnimation+.swift",
"Extensions/CoreAnimation/CACornerMask+.swift",
"Extensions/CoreAnimation/CADisplayLink+.swift",
"Extensions/CoreAnimation/CAFrameRateRange+.swift",
"Extensions/CoreAnimation/CALayer+.swift",
"Extensions/CoreAnimation/CAMediaTimingFunction+.swift",
"Extensions/CoreAnimation/CAPropertyAnimation+.swift",
"Extensions/CoreAnimation/CAPropertyAnimation+Key.swift",
"Extensions/CoreAnimation/CASpringAnimation+.swift",
"Extensions/CoreAnimation/CATransaction+.swift",
"Extensions/CoreAnimation/CATransform3D+.swift",
"Extensions/CoreAnimation/CATransition+.swift",
"Extensions/CoreAnimation/Decomposed/CATransform3DConvenienceExtensions.swift",
"Extensions/CoreAnimation/Decomposed/CATransform3DExtensions.swift",
"Extensions/CoreAnimation/Decomposed/CGQuaternion.swift",
"Extensions/CoreAnimation/Decomposed/CGVector3.swift",
"Extensions/CoreAnimation/Decomposed/CGVector4.swift",
"Extensions/CoreAnimation/Decomposed/Interpolatable.swift",
"Extensions/CoreAnimation/Decomposed/Perspective.swift",
"Extensions/CoreAnimation/Decomposed/SIMDConvenienceExtensions.swift",
"Extensions/CoreAnimation/Decomposed/SIMDDecomposed.swift",
"Extensions/Font/AppKit/NSFont+.swift",
"Extensions/Font/AppKit/NSFont+FontFamily.swift",
"Extensions/Font/NSUIFont+.swift",
"Extensions/Font/NSUIFontDescriptor+.swift",
"Extensions/Image/AppKit/NSBitmapImageRep+.swift",
"Extensions/Image/AppKit/NSImage+.swift",
"Extensions/Image/AppKit/NSImage+Animated.swift",
"Extensions/Image/AppKit/NSImage+Thumbnail.swift",
"Extensions/Image/CGImage+.swift",
"Extensions/Image/CIImage+.swift",
"Extensions/Image/NSUIImage+.swift",
"Extensions/Image/NSUIImage+Animated.swift",
"Extensions/Image/NSUIImage+Codable.swift",
"Extensions/Image/NSUIImage+Combine.swift",
"Extensions/Image/NSUIImage+ContourPath.swift",
"Extensions/Image/NSUIImage+Modify.swift",
"Extensions/Image/NSUIImage+NonAlpha.swift",
"Extensions/Image/NSUIImage+RecognizedText.swift",
"Extensions/Image/NSUIImage+Shadow.swift",
"Extensions/Image/NSUIImage+Stack.swift",
"Extensions/Image/NSUIImage+SymbolConfiguration.swift",
"Extensions/Image/NSUIImage+Tiles.swift",
"Extensions/Image/UIImage+.swift",
"Extensions/Misc/ActionBlock.swift",
"Extensions/Misc/CGPath+.swift",
"Extensions/Misc/CGPath+Shape.swift",
"Extensions/Misc/NSDiffableDataSourceSnapshot+.swift",
"Extensions/Misc/NSLayoutConstraint+.swift",
"Extensions/Misc/NSLayoutGuide+.swift",
"Extensions/Misc/NSLayoutManager+.swift",
"Extensions/Misc/NSObject+.swift",
"Extensions/Misc/NSShadow+.swift",
"Extensions/Misc/NSSortDescriptor+.swift",
"Extensions/Misc/NSTextContainer+.swift",
"Extensions/Misc/NSTextStorage+.swift",
"Extensions/Misc/NSUIBezierPath+Shape.swift",
"Extensions/Misc/NSUIBezierPath+String.swift",
"Extensions/Misc/NSUIBezierpath+.swift",
"Extensions/Misc/NSUIEdgeInset+.swift",
"Extensions/Misc/NSUIGestureRecognizer+.swift",
"Extensions/Misc/NSUINib+.swift",
"Extensions/Misc/NSUIRectCorner+.swift",
"Extensions/Misc/NSUIStoryboard+.swift",
"Extensions/Misc/QLThumbnailGenerator+.swift",
"Extensions/Misc/UIKit/UIAlertController+.swift",
"Extensions/Misc/UIKit/UIConfigurationStateCustomKey+.swift",
"Extensions/Misc/UIKit/UIContentConfiguration+Stateless.swift",
"Extensions/SwiftUI/AnimatablePair+.swift",
"Extensions/SwiftUI/Button+.swift",
"Extensions/SwiftUI/Color+.swift",
"Extensions/SwiftUI/Font+.swift",
"Extensions/SwiftUI/Image+.swift",
"Extensions/SwiftUI/Material+.swift",
"Extensions/SwiftUI/Path+.swift",
"Extensions/SwiftUI/ProcessInfo+.swift",
"Extensions/SwiftUI/Shape/ContactShadow.swift",
"Extensions/SwiftUI/Shape/CurveShadow.swift",
"Extensions/SwiftUI/Shape/DeepShadowShape.swift",
"Extensions/SwiftUI/Shape/FlatLongShadow.swift",
"Extensions/SwiftUI/Shape/MorphableShape.swift",
"Extensions/SwiftUI/Shape/RelativeRoundedRectangle.swift",
"Extensions/SwiftUI/Shape/RoundedCornerRectangle.swift",
"Extensions/SwiftUI/Shape/Shape+.swift",
"Extensions/SwiftUI/Shape/Star.swift",
"Extensions/SwiftUI/Shape/UnevenRelativeRoundedRectangle.swift",
"Extensions/SwiftUI/Spring+.swift",
"Extensions/SwiftUI/Text+.swift",
"Extensions/SwiftUI/VectorArithmetic+.swift",
"Extensions/SwiftUI/View/Innershadow.swift",
"Extensions/SwiftUI/View/View+.swift",
"Extensions/SwiftUI/View/View+Optional.swift",
"Extensions/SwiftUI/View/View+SkeumorphBorder.swift",
"Extensions/SwiftUI/View/View+TextAlignment.swift",
"Extensions/View/AppKit/EditiableView.swift",
"Extensions/View/AppKit/GestureRecognizer/NSGestureRecognizer+.swift",
"Extensions/View/AppKit/GestureRecognizer/NSMagnificationGestureRecognizer+.swift",
"Extensions/View/AppKit/GestureRecognizer/NSRotationGestureRecognizer+.swift",
"Extensions/View/AppKit/NSBox+.swift",
"Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift",
"Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration.swift",
"Extensions/View/AppKit/NSButton/Configuration/Configuration.swift",
"Extensions/View/AppKit/NSButton/Configuration/NSButton+Configuration.swift",
"Extensions/View/AppKit/NSButton/NSButton+.swift",
"Extensions/View/AppKit/NSButton/NSPopUpButton+.swift",
"Extensions/View/AppKit/NSClipView+.swift",
"Extensions/View/AppKit/NSColorPanel+.swift",
"Extensions/View/AppKit/NSColorWell+.swift",
"Extensions/View/AppKit/NSControl+.swift",
"Extensions/View/AppKit/NSDatePicker+.swift",
"Extensions/View/AppKit/NSGridView/GridCell.swift",
"Extensions/View/AppKit/NSGridView/GridColumn.swift",
"Extensions/View/AppKit/NSGridView/GridRow.swift",
"Extensions/View/AppKit/NSGridView/NSGridCell+.swift",
"Extensions/View/AppKit/NSGridView/NSGridColumn+.swift",
"Extensions/View/AppKit/NSGridView/NSGridRow+.swift",
"Extensions/View/AppKit/NSGridView/NSGridView+.swift",
"Extensions/View/AppKit/NSImageView+.swift",
"Extensions/View/AppKit/NSLevelIndicator+.swift",
"Extensions/View/AppKit/NSMatrix+.swift",
"Extensions/View/AppKit/NSProgressIndicator+.swift",
"Extensions/View/AppKit/NSScrollView+.swift",
"Extensions/View/AppKit/NSScroller+.swift",
"Extensions/View/AppKit/NSSegmentedControl/NSSegmentedControl+.swift",
"Extensions/View/AppKit/NSSegmentedControl/NSSegmentedControl+Segment.swift",
"Extensions/View/AppKit/NSSlider+.swift",
"Extensions/View/AppKit/NSSplitViewController+.swift",
"Extensions/View/AppKit/NSStackView+.swift",
"Extensions/View/AppKit/NSStepper+.swift",
"Extensions/View/AppKit/NSSwitch+.swift",
"Extensions/View/AppKit/NSTextField/NSTextField+.swift",
"Extensions/View/AppKit/NSTextField/NSTextField+AdjustFont.swift",
"Extensions/View/AppKit/NSTextField/NSTextField+Colors.swift",
"Extensions/View/AppKit/NSTextField/NSTextField+Editing.swift",
"Extensions/View/AppKit/NSTextField/NSTextField+ExtendedCell.swift",
"Extensions/View/AppKit/NSTextField/NSTextField+Resizing.swift",
"Extensions/View/AppKit/NSTextField/NSTextField+TextLayout.swift",
"Extensions/View/AppKit/NSTextField/NSTextFieldCell+.swift",
"Extensions/View/AppKit/NSTextField/TextLine.swift",
"Extensions/View/AppKit/NSTextView+.swift",
"Extensions/View/AppKit/NSView+.swift",
"Extensions/View/AppKit/NSView+Animate.swift",
"Extensions/View/AppKit/NSView+BackgroundColor.swift",
"Extensions/View/AppKit/NSView+BackgroundStyle.swift",
"Extensions/View/AppKit/NSView+Drag.swift",
"Extensions/View/AppKit/NSView+Drop.swift",
"Extensions/View/AppKit/NSView+FirstResponder.swift",
"Extensions/View/AppKit/NSView+Handlers.swift",
"Extensions/View/AppKit/NSView+KeybortShortcut.swift",
"Extensions/View/AppKit/NSView+Resize.swift",
"Extensions/View/AppKit/NSView+SizeThatFits.swift",
"Extensions/View/AppKit/NSView+SystemLayoutSizeFitting.swift",
"Extensions/View/AppKit/NSView+TrackingArea.swift",
"Extensions/View/AppKit/NSViewController+.swift",
"Extensions/View/AppKit/NSVisualEffectView+.swift",
"Extensions/View/CollectionView/AppKit/NSCollectionView+.swift",
"Extensions/View/CollectionView/AppKit/NSCollectionView+DisplayingItems.swift",
"Extensions/View/CollectionView/AppKit/NSCollectionView+EmptyView.swift",
"Extensions/View/CollectionView/AppKit/NSCollectionView+ItemDropTargetGapIndicator.swift",
"Extensions/View/CollectionView/AppKit/NSCollectionViewItem++SelfSizing.swift",
"Extensions/View/CollectionView/AppKit/NSCollectionViewItem+.swift",
"Extensions/View/CollectionView/AppKit/NSCollectionViewLayoutAttributes+.swift",
"Extensions/View/CollectionView/NSCollectionLayoutBoundarySupplementaryItem+.swift",
"Extensions/View/CollectionView/NSCollectionLayoutSection+.swift",
"Extensions/View/CollectionView/NSUICollectionView+.swift",
"Extensions/View/CollectionView/NSUICollectionViewDiffableDataSource+.swift",
"Extensions/View/CollectionView/NSUICollectionViewLayout+.swift",
"Extensions/View/CollectionView/NSUICollectionViewLayout+Column.swift",
"Extensions/View/CollectionView/NSUICollectionViewLayout+Comp.swift",
"Extensions/View/CollectionView/NSUICollectionViewLayout+Pinch.swift",
"Extensions/View/CollectionView/UIKit/UICollectionView+.swift",
"Extensions/View/CollectionView/UIKit/UICollectionViewCell+.swift",
"Extensions/View/CollectionView/UIKit/UICollectionViewDiffableDataSource+.swift",
"Extensions/View/CollectionView/UIKit/UICollectionViewLayout+Layout.swift",
"Extensions/View/NSUIControl+.swift",
"Extensions/View/NSUIHostingController+.swift",
"Extensions/View/NSUIHostingController+AutoHeight.swift",
"Extensions/View/NSUIStackView+.swift",
"Extensions/View/NSUITextField+.swift",
"Extensions/View/NSUITextView+.swift",
"Extensions/View/NSUIView+.swift",
"Extensions/View/NSUIView+Constraints.swift",
"Extensions/View/NSUIView+Drag.swift",
"Extensions/View/NSUIView+DynamicColors.swift",
"Extensions/View/NSUIView+Material.swift",
"Extensions/View/NSUIView+PinEdges.swift",
"Extensions/View/NSUIView+RenderedImage.swift",
"Extensions/View/NSUIView+Shakable.swift",
"Extensions/View/NSUIView+VisualEffect.swift",
"Extensions/View/NSUIView+isEnabled.swift",
"Extensions/View/NSUIViewProtocol.swift",
"Extensions/View/Nibloadable.swift",
"Extensions/View/TableView/AppKit/NSOutlineView+.swift",
"Extensions/View/TableView/AppKit/NSTableCellView+.swift",
"Extensions/View/TableView/AppKit/NSTableColumn+.swift",
"Extensions/View/TableView/AppKit/NSTableRowView+.swift",
"Extensions/View/TableView/AppKit/NSTableView+.swift",
"Extensions/View/TableView/AppKit/NSTableView+EmptyView.swift",
"Extensions/View/TableView/AppKit/NSTableViewRowAction+.swift",
"Extensions/View/TableView/NSUITableViewDiffableDataSource+.swift",
"Extensions/View/TableView/UIKit/Registration/UITableView+CellRegistration.swift",
"Extensions/View/TableView/UIKit/Registration/UITableView+HeaderFooterRegistration.swift",
"Extensions/View/TableView/UIKit/UIContextualAction+.swift",
"Extensions/View/TableView/UIKit/UITableView+.swift",
"Extensions/View/TableView/UIKit/UITableView+Handlers.swift",
"Extensions/View/TableView/UIKit/UITableViewCell+.swift",
"Extensions/View/UIButton+.swift",
"Extensions/View/UIKit/UIContentView+.swift",
"Extensions/View/UIKit/UIHostingView.swift",
"Extensions/View/UIKit/UILabel+.swift",
"Extensions/View/UIKit/UIScrollView+.swift",
"Extensions/View/UIKit/UIStackView+.swift",
"Extensions/View/UIKit/UIView+.swift",
"Extensions/View/WKWebView+.swift",
"Extensions/View/WKWebView+HTML.swift",
"Extensions/View/WKWebView+Handlers.swift",
"NSUI Typealias.swift"
],
"target_dependencies" : [
"_DelegateProxy",
"NSTokenAttachmentCell"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.