The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of CIFilterFactory, reference 18.1.0 (86a68c), with Swift 6.0 for macOS (SPM) on 11 Dec 2024 05:06:51 UTC.

Swift 6 data race errors: 31

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
[186/260] Compiling CIFilterFactory DisintegrateWithMaskTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
[187/260] Compiling CIFilterFactory DisparityToDepth.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
[188/260] Compiling CIFilterFactory DisplacementDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
 94 |
 95 | 			// MARK: - bias (inputBias)
CoreImage.CIVector:2:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
  1 | @available(macOS 10.4, *)
  2 | open class CIVector : NSObject, NSCopying, NSSecureCoding {
    |            `- note: class 'CIVector' does not conform to the 'Sendable' protocol
  3 |     @available(*, unavailable, message: "superseded by import of -[CIVector initWithValues:count:]")
  4 |     public convenience init(values: UnsafePointer<CGFloat>, count: Int)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 23 |
 24 | 	import AVFoundation
 25 | 	import CoreImage
    |  `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
 26 | 	import CoreML
 27 | 	import Foundation
    :
 91 |
 92 | 			/// `weights` default value
 93 | 			@objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
    |                            |- note: annotate 'weightsDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 | 			// MARK: - bias (inputBias)
[189/260] Compiling CIFilterFactory GlassLozenge.swift
[190/260] Compiling CIFilterFactory GlideReflectedTile.swift
[191/260] Compiling CIFilterFactory Gloom.swift
[192/260] Compiling CIFilterFactory GuidedFilter.swift
[193/260] Compiling CIFilterFactory HardLightBlendMode.swift
[194/260] Compiling CIFilterFactory HatchedScreen.swift
[195/260] Compiling CIFilterFactory HeightFieldFromMask.swift
[196/260] Compiling CIFilterFactory HexagonalPixellate.swift
[197/260] Compiling CIFilterFactory HighlightShadowAdjust.swift
[198/260] Compiling CIFilterFactory HistogramDisplayFilter.swift
[199/260] Compiling CIFilterFactory HoleDistortion.swift
[200/260] Compiling CIFilterFactory HueAdjust.swift
[201/260] Compiling CIFilterFactory HueBlendMode.swift
[202/260] Compiling CIFilterFactory HueSaturationValueGradient.swift
[203/260] Compiling CIFilterFactory KMeans.swift
[204/260] Compiling CIFilterFactory Kaleidoscope.swift
[205/260] Compiling CIFilterFactory KeystoneCorrectionCombined.swift
[206/260] Compiling CIFilterFactory KeystoneCorrectionHorizontal.swift
[207/260] Compiling CIFilterFactory KeystoneCorrectionVertical.swift
[208/260] Compiling CIFilterFactory LabDeltaE.swift
[209/260] Compiling CIFilterFactory LanczosScaleTransform.swift
[210/260] Compiling CIFilterFactory LenticularHaloGenerator.swift
[211/260] Compiling CIFilterFactory LightTunnel.swift
[212/260] Compiling CIFilterFactory SepiaTone.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[213/260] Compiling CIFilterFactory ShadedMaterial.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[214/260] Compiling CIFilterFactory SharpenLuminance.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[215/260] Compiling CIFilterFactory SixfoldReflectedTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[216/260] Compiling CIFilterFactory SixfoldRotatedTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[217/260] Compiling CIFilterFactory SmoothLinearGradient.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[218/260] Compiling CIFilterFactory SobelGradients.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[219/260] Compiling CIFilterFactory SoftLightBlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[220/260] Compiling CIFilterFactory SourceAtopCompositing.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[221/260] Compiling CIFilterFactory SourceInCompositing.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[222/260] Compiling CIFilterFactory SourceOutCompositing.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[223/260] Compiling CIFilterFactory SourceOverCompositing.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[224/260] Compiling CIFilterFactory SpotColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[225/260] Compiling CIFilterFactory SpotLight.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[226/260] Compiling CIFilterFactory StarShineGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[227/260] Compiling CIFilterFactory StraightenFilter.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[228/260] Compiling CIFilterFactory StretchCrop.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[229/260] Compiling CIFilterFactory StripesGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[230/260] Compiling CIFilterFactory SubtractBlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[231/260] Compiling CIFilterFactory SunbeamsGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[232/260] Compiling CIFilterFactory SwipeTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[233/260] Compiling CIFilterFactory TemperatureAndTint.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[234/260] Compiling CIFilterFactory TextImageGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `lightPosition` default value
 94 | 			@objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
    |                            |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPositionDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - lightPointsAt (inputLightPointsAt)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:115:28: warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | 			/// `lightPointsAt` default value
115 | 			@objc public static let lightPointsAtDefault = CIPosition3(x: 200.0, y: 200.0, z: 0.0)
    |                            |- warning: static property 'lightPointsAtDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: annotate 'lightPointsAtDefault' with '@MainActor' if property should only be accessed from the main actor
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | 			// MARK: - brightness (inputBrightness)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:112:31: note: class 'CIPosition3' does not conform to the 'Sendable' protocol
110 | 	///
111 | 	/// See: [CIAttributeTypePosition3](https://developer.apple.com/documentation/coreimage/kciattributetypeposition3)
112 | 	@objc(CIFFCIPosition3) class CIPosition3: NSObject {
    |                               `- note: class 'CIPosition3' does not conform to the 'Sendable' protocol
113 | 		/// The x value
114 | 		@objc public let x: CGFloat
[235/260] Compiling CIFilterFactory Thermal.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[236/260] Compiling CIFilterFactory ToneCurve.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[237/260] Compiling CIFilterFactory ToneMapHeadroom.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[238/260] Compiling CIFilterFactory TorusLensDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[239/260] Compiling CIFilterFactory TriangleKaleidoscope.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[240/260] Compiling CIFilterFactory TriangleTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[241/260] Compiling CIFilterFactory TwelvefoldReflectedTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[242/260] Compiling CIFilterFactory TwirlDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[243/260] Compiling CIFilterFactory UnsharpMask.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[244/260] Compiling CIFilterFactory Vibrance.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[245/260] Compiling CIFilterFactory Vignette.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[246/260] Compiling CIFilterFactory VignetteEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[247/260] Compiling CIFilterFactory VividLightBlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[248/260] Compiling CIFilterFactory VortexDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[249/260] Compiling CIFilterFactory WhitePointAdjust.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[250/260] Compiling CIFilterFactory XRay.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[251/260] Compiling CIFilterFactory ZoomBlur.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[252/260] Compiling CIFilterFactory CIFF+Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[253/260] Compiling CIFilterFactory CIFilterFactory+ValueHandling.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[254/260] Compiling CIFilterFactory Clamping.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[255/260] Compiling CIFilterFactory Dictionary+extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[256/260] Compiling CIFilterFactory resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
   |                                |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                                |- note: annotate '_logger' with '@MainActor' if property should only be accessed from the main actor
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[256/260] Write Objects.LinkFileList
[258/260] Archiving libCIFilterFactory-static.a
[259/260] Linking libCIFilterFactory-shared.dylib
Build complete! (20.50s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CIFilterFactory",
  "name" : "CIFilterFactory",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CIFilterFactory",
      "targets" : [
        "CIFilterFactory"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CIFilterFactory-static",
      "targets" : [
        "CIFilterFactory"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "CIFilterFactory-shared",
      "targets" : [
        "CIFilterFactory"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CIFilterFactoryTests",
      "module_type" : "SwiftTarget",
      "name" : "CIFilterFactoryTests",
      "path" : "Tests/CIFilterFactoryTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CIFilterFactoryTests/resources/sydney.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CIFilterFactoryTests/resources/test.jpg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CIFilterFactoryTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CIFilterFactory"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CIFilterFactory",
      "module_type" : "SwiftTarget",
      "name" : "CIFilterFactory",
      "path" : "Sources/CIFilterFactory",
      "product_memberships" : [
        "CIFilterFactory",
        "CIFilterFactory-static",
        "CIFilterFactory-shared"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CIFilterFactory+Types.swift",
        "CIFilterFactory.swift",
        "CIImage+extensions.swift",
        "CIVector+extensions.swift",
        "extensions/QRCodeGenerator+extensions.swift",
        "generated/AccordionFoldTransition.swift",
        "generated/AdditionCompositing.swift",
        "generated/AffineClamp.swift",
        "generated/AffineTile.swift",
        "generated/AffineTransform.swift",
        "generated/AreaAlphaWeightedHistogram.swift",
        "generated/AreaAverage.swift",
        "generated/AreaBoundsRed.swift",
        "generated/AreaHistogram.swift",
        "generated/AreaLogarithmicHistogram.swift",
        "generated/AreaMaximum.swift",
        "generated/AreaMaximumAlpha.swift",
        "generated/AreaMinMax.swift",
        "generated/AreaMinMaxRed.swift",
        "generated/AreaMinimum.swift",
        "generated/AreaMinimumAlpha.swift",
        "generated/AttributedTextImageGenerator.swift",
        "generated/AztecCodeGenerator.swift",
        "generated/BarcodeGenerator.swift",
        "generated/BarsSwipeTransition.swift",
        "generated/BicubicScaleTransform.swift",
        "generated/BlendWithAlphaMask.swift",
        "generated/BlendWithBlueMask.swift",
        "generated/BlendWithMask.swift",
        "generated/BlendWithRedMask.swift",
        "generated/Bloom.swift",
        "generated/BlurredRectangleGenerator.swift",
        "generated/BokehBlur.swift",
        "generated/BoxBlur.swift",
        "generated/BumpDistortion.swift",
        "generated/BumpDistortionLinear.swift",
        "generated/CMYKHalftone.swift",
        "generated/CameraCalibrationLensCorrection.swift",
        "generated/CannyEdgeDetector.swift",
        "generated/CheckerboardGenerator.swift",
        "generated/CircleSplashDistortion.swift",
        "generated/CircularScreen.swift",
        "generated/CircularWrap.swift",
        "generated/Clamp.swift",
        "generated/Code128BarcodeGenerator.swift",
        "generated/ColorAbsoluteDifference.swift",
        "generated/ColorBlendMode.swift",
        "generated/ColorBurnBlendMode.swift",
        "generated/ColorClamp.swift",
        "generated/ColorControls.swift",
        "generated/ColorCrossPolynomial.swift",
        "generated/ColorCube.swift",
        "generated/ColorCubeWithColorSpace.swift",
        "generated/ColorCubesMixedWithMask.swift",
        "generated/ColorCurves.swift",
        "generated/ColorDodgeBlendMode.swift",
        "generated/ColorInvert.swift",
        "generated/ColorMap.swift",
        "generated/ColorMatrix.swift",
        "generated/ColorMonochrome.swift",
        "generated/ColorPolynomial.swift",
        "generated/ColorPosterize.swift",
        "generated/ColorThreshold.swift",
        "generated/ColorThresholdOtsu.swift",
        "generated/ColumnAverage.swift",
        "generated/ComicEffect.swift",
        "generated/ConstantColorGenerator.swift",
        "generated/ConvertLabToRGB.swift",
        "generated/ConvertRGBtoLab.swift",
        "generated/Convolution3X3.swift",
        "generated/Convolution5X5.swift",
        "generated/Convolution7X7.swift",
        "generated/Convolution9Horizontal.swift",
        "generated/Convolution9Vertical.swift",
        "generated/ConvolutionRGB3X3.swift",
        "generated/ConvolutionRGB5X5.swift",
        "generated/ConvolutionRGB7X7.swift",
        "generated/ConvolutionRGB9Horizontal.swift",
        "generated/ConvolutionRGB9Vertical.swift",
        "generated/CopyMachineTransition.swift",
        "generated/CoreMLModelFilter.swift",
        "generated/Crop.swift",
        "generated/Crystallize.swift",
        "generated/DarkenBlendMode.swift",
        "generated/DepthBlurEffect.swift",
        "generated/DepthOfField.swift",
        "generated/DepthToDisparity.swift",
        "generated/DifferenceBlendMode.swift",
        "generated/DiscBlur.swift",
        "generated/DisintegrateWithMaskTransition.swift",
        "generated/DisparityToDepth.swift",
        "generated/DisplacementDistortion.swift",
        "generated/DissolveTransition.swift",
        "generated/DistanceGradientFromRedMask.swift",
        "generated/Dither.swift",
        "generated/DivideBlendMode.swift",
        "generated/DocumentEnhancer.swift",
        "generated/DotScreen.swift",
        "generated/Droste.swift",
        "generated/EdgePreserveUpsampleFilter.swift",
        "generated/EdgeWork.swift",
        "generated/Edges.swift",
        "generated/EightfoldReflectedTile.swift",
        "generated/ExclusionBlendMode.swift",
        "generated/ExposureAdjust.swift",
        "generated/FalseColor.swift",
        "generated/FlashTransition.swift",
        "generated/FourfoldReflectedTile.swift",
        "generated/FourfoldRotatedTile.swift",
        "generated/FourfoldTranslatedTile.swift",
        "generated/GaborGradients.swift",
        "generated/GammaAdjust.swift",
        "generated/GaussianBlur.swift",
        "generated/GaussianGradient.swift",
        "generated/GlassDistortion.swift",
        "generated/GlassLozenge.swift",
        "generated/GlideReflectedTile.swift",
        "generated/Gloom.swift",
        "generated/GuidedFilter.swift",
        "generated/HardLightBlendMode.swift",
        "generated/HatchedScreen.swift",
        "generated/HeightFieldFromMask.swift",
        "generated/HexagonalPixellate.swift",
        "generated/HighlightShadowAdjust.swift",
        "generated/HistogramDisplayFilter.swift",
        "generated/HoleDistortion.swift",
        "generated/HueAdjust.swift",
        "generated/HueBlendMode.swift",
        "generated/HueSaturationValueGradient.swift",
        "generated/KMeans.swift",
        "generated/Kaleidoscope.swift",
        "generated/KeystoneCorrectionCombined.swift",
        "generated/KeystoneCorrectionHorizontal.swift",
        "generated/KeystoneCorrectionVertical.swift",
        "generated/LabDeltaE.swift",
        "generated/LanczosScaleTransform.swift",
        "generated/LenticularHaloGenerator.swift",
        "generated/LightTunnel.swift",
        "generated/LightenBlendMode.swift",
        "generated/LineOverlay.swift",
        "generated/LineScreen.swift",
        "generated/LinearBurnBlendMode.swift",
        "generated/LinearDodgeBlendMode.swift",
        "generated/LinearGradient.swift",
        "generated/LinearLightBlendMode.swift",
        "generated/LinearToSRGBToneCurve.swift",
        "generated/LuminosityBlendMode.swift",
        "generated/MaskToAlpha.swift",
        "generated/MaskedVariableBlur.swift",
        "generated/MaximumComponent.swift",
        "generated/MaximumCompositing.swift",
        "generated/MaximumScaleTransform.swift",
        "generated/MedianFilter.swift",
        "generated/MeshGenerator.swift",
        "generated/MinimumComponent.swift",
        "generated/MinimumCompositing.swift",
        "generated/Mix.swift",
        "generated/ModTransition.swift",
        "generated/MorphologyGradient.swift",
        "generated/MorphologyMaximum.swift",
        "generated/MorphologyMinimum.swift",
        "generated/MorphologyRectangleMaximum.swift",
        "generated/MorphologyRectangleMinimum.swift",
        "generated/MotionBlur.swift",
        "generated/MultiplyBlendMode.swift",
        "generated/MultiplyCompositing.swift",
        "generated/NinePartStretched.swift",
        "generated/NinePartTiled.swift",
        "generated/NoiseReduction.swift",
        "generated/OpTile.swift",
        "generated/OverlayBlendMode.swift",
        "generated/PDF417BarcodeGenerator.swift",
        "generated/PageCurlTransition.swift",
        "generated/PageCurlWithShadowTransition.swift",
        "generated/PaletteCentroid.swift",
        "generated/Palettize.swift",
        "generated/ParallelogramTile.swift",
        "generated/PersonSegmentation.swift",
        "generated/PerspectiveCorrection.swift",
        "generated/PerspectiveRotate.swift",
        "generated/PerspectiveTile.swift",
        "generated/PerspectiveTransform.swift",
        "generated/PerspectiveTransformWithExtent.swift",
        "generated/PhotoEffectChrome.swift",
        "generated/PhotoEffectFade.swift",
        "generated/PhotoEffectInstant.swift",
        "generated/PhotoEffectMono.swift",
        "generated/PhotoEffectNoir.swift",
        "generated/PhotoEffectProcess.swift",
        "generated/PhotoEffectTonal.swift",
        "generated/PhotoEffectTransfer.swift",
        "generated/PinLightBlendMode.swift",
        "generated/PinchDistortion.swift",
        "generated/Pixellate.swift",
        "generated/Pointillize.swift",
        "generated/QRCodeGenerator.swift",
        "generated/RadialGradient.swift",
        "generated/RandomGenerator.swift",
        "generated/RippleTransition.swift",
        "generated/RoundedRectangleGenerator.swift",
        "generated/RoundedRectangleStrokeGenerator.swift",
        "generated/RowAverage.swift",
        "generated/SRGBToneCurveToLinear.swift",
        "generated/SaliencyMapFilter.swift",
        "generated/SampleNearest.swift",
        "generated/SaturationBlendMode.swift",
        "generated/ScreenBlendMode.swift",
        "generated/SepiaTone.swift",
        "generated/ShadedMaterial.swift",
        "generated/SharpenLuminance.swift",
        "generated/SixfoldReflectedTile.swift",
        "generated/SixfoldRotatedTile.swift",
        "generated/SmoothLinearGradient.swift",
        "generated/SobelGradients.swift",
        "generated/SoftLightBlendMode.swift",
        "generated/SourceAtopCompositing.swift",
        "generated/SourceInCompositing.swift",
        "generated/SourceOutCompositing.swift",
        "generated/SourceOverCompositing.swift",
        "generated/SpotColor.swift",
        "generated/SpotLight.swift",
        "generated/StarShineGenerator.swift",
        "generated/StraightenFilter.swift",
        "generated/StretchCrop.swift",
        "generated/StripesGenerator.swift",
        "generated/SubtractBlendMode.swift",
        "generated/SunbeamsGenerator.swift",
        "generated/SwipeTransition.swift",
        "generated/TemperatureAndTint.swift",
        "generated/TextImageGenerator.swift",
        "generated/Thermal.swift",
        "generated/ToneCurve.swift",
        "generated/ToneMapHeadroom.swift",
        "generated/TorusLensDistortion.swift",
        "generated/TriangleKaleidoscope.swift",
        "generated/TriangleTile.swift",
        "generated/TwelvefoldReflectedTile.swift",
        "generated/TwirlDistortion.swift",
        "generated/UnsharpMask.swift",
        "generated/Vibrance.swift",
        "generated/Vignette.swift",
        "generated/VignetteEffect.swift",
        "generated/VividLightBlendMode.swift",
        "generated/VortexDistortion.swift",
        "generated/WhitePointAdjust.swift",
        "generated/XRay.swift",
        "generated/ZoomBlur.swift",
        "private/CIFF+Logger.swift",
        "private/CIFilterFactory+ValueHandling.swift",
        "private/Clamping.swift",
        "private/Dictionary+extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/dagronf/cifilterfactory/18.1.0
Repository:               dagronf/CIFilterFactory
Swift version used:       6.0
Target:                   CIFilterFactory
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'CIFilterFactory'...
Finished extracting symbol information for 'CIFilterFactory'. (7.81s)
Building documentation for 'CIFilterFactory'...
Finished building documentation for 'CIFilterFactory' (1.43s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/dagronf/cifilterfactory/18.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2044] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.52s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3203] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.52s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Compiling SymbolKit Identifier.swift
[27/57] Compiling SymbolKit KindIdentifier.swift
[28/57] Compiling SymbolKit Location.swift
[29/57] Compiling SymbolKit Mutability.swift
[30/57] Compiling SymbolKit Names.swift
[31/57] Compiling SymbolKit SPI.swift
[32/57] Compiling SymbolKit Snippet.swift
[33/57] Compiling SymbolKit Extension.swift
[34/57] Compiling SymbolKit SourceRange.swift
[35/57] Compiling SymbolKit Metadata.swift
[36/57] Compiling SymbolKit Module.swift
[37/57] Compiling SymbolKit OperatingSystem.swift
[38/57] Compiling SymbolKit Platform.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.52s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/209] Compiling CIFilterFactory BarcodeGenerator.swift
[3/209] Compiling CIFilterFactory BarsSwipeTransition.swift
[4/209] Compiling CIFilterFactory BicubicScaleTransform.swift
[5/209] Compiling CIFilterFactory BlendWithAlphaMask.swift
[6/209] Compiling CIFilterFactory BlendWithBlueMask.swift
[7/209] Compiling CIFilterFactory BlendWithMask.swift
[8/209] Compiling CIFilterFactory BlendWithRedMask.swift
[9/209] Compiling CIFilterFactory Bloom.swift
[10/209] Compiling CIFilterFactory BlurredRectangleGenerator.swift
[11/209] Compiling CIFilterFactory BokehBlur.swift
[12/209] Compiling CIFilterFactory BoxBlur.swift
[13/209] Compiling CIFilterFactory BumpDistortion.swift
[14/209] Compiling CIFilterFactory BumpDistortionLinear.swift
[15/209] Compiling CIFilterFactory CMYKHalftone.swift
[16/209] Compiling CIFilterFactory CameraCalibrationLensCorrection.swift
[17/209] Compiling CIFilterFactory CannyEdgeDetector.swift
[18/209] Compiling CIFilterFactory CheckerboardGenerator.swift
[19/209] Compiling CIFilterFactory CircleSplashDistortion.swift
[20/209] Compiling CIFilterFactory CircularScreen.swift
[21/209] Compiling CIFilterFactory CircularWrap.swift
[22/209] Compiling CIFilterFactory Clamp.swift
[23/209] Compiling CIFilterFactory Code128BarcodeGenerator.swift
[24/209] Compiling CIFilterFactory ColorAbsoluteDifference.swift
[25/232] Compiling CIFilterFactory GlassLozenge.swift
[26/232] Compiling CIFilterFactory GlideReflectedTile.swift
[27/232] Compiling CIFilterFactory Gloom.swift
[28/232] Compiling CIFilterFactory GuidedFilter.swift
[29/232] Compiling CIFilterFactory HardLightBlendMode.swift
[30/232] Compiling CIFilterFactory HatchedScreen.swift
[31/232] Compiling CIFilterFactory HeightFieldFromMask.swift
[32/232] Compiling CIFilterFactory HexagonalPixellate.swift
[33/232] Compiling CIFilterFactory HighlightShadowAdjust.swift
[34/232] Compiling CIFilterFactory HistogramDisplayFilter.swift
[35/232] Compiling CIFilterFactory HoleDistortion.swift
[36/232] Compiling CIFilterFactory HueAdjust.swift
[37/232] Compiling CIFilterFactory HueBlendMode.swift
[38/232] Compiling CIFilterFactory HueSaturationValueGradient.swift
[39/232] Compiling CIFilterFactory KMeans.swift
[40/232] Compiling CIFilterFactory Kaleidoscope.swift
[41/232] Compiling CIFilterFactory KeystoneCorrectionCombined.swift
[42/232] Compiling CIFilterFactory KeystoneCorrectionHorizontal.swift
[43/232] Compiling CIFilterFactory KeystoneCorrectionVertical.swift
[44/232] Compiling CIFilterFactory LabDeltaE.swift
[45/232] Compiling CIFilterFactory LanczosScaleTransform.swift
[46/232] Compiling CIFilterFactory LenticularHaloGenerator.swift
[47/232] Compiling CIFilterFactory LightTunnel.swift
[48/254] Compiling CIFilterFactory DissolveTransition.swift
[49/254] Compiling CIFilterFactory DistanceGradientFromRedMask.swift
[50/254] Compiling CIFilterFactory Dither.swift
[51/254] Compiling CIFilterFactory DivideBlendMode.swift
[52/254] Compiling CIFilterFactory DocumentEnhancer.swift
[53/254] Compiling CIFilterFactory DotScreen.swift
[54/254] Compiling CIFilterFactory Droste.swift
[55/254] Compiling CIFilterFactory EdgePreserveUpsampleFilter.swift
[56/254] Compiling CIFilterFactory EdgeWork.swift
[57/254] Compiling CIFilterFactory Edges.swift
[58/254] Compiling CIFilterFactory EightfoldReflectedTile.swift
[59/254] Compiling CIFilterFactory ExclusionBlendMode.swift
[60/254] Compiling CIFilterFactory ExposureAdjust.swift
[61/254] Compiling CIFilterFactory FalseColor.swift
[62/254] Compiling CIFilterFactory FlashTransition.swift
[63/254] Compiling CIFilterFactory FourfoldReflectedTile.swift
[64/254] Compiling CIFilterFactory FourfoldRotatedTile.swift
[65/254] Compiling CIFilterFactory FourfoldTranslatedTile.swift
[66/254] Compiling CIFilterFactory GaborGradients.swift
[67/254] Compiling CIFilterFactory GammaAdjust.swift
[68/254] Compiling CIFilterFactory GaussianBlur.swift
[69/254] Compiling CIFilterFactory GaussianGradient.swift
[70/254] Compiling CIFilterFactory GlassDistortion.swift
[71/254] Compiling CIFilterFactory ColorBlendMode.swift
[72/254] Compiling CIFilterFactory ColorBurnBlendMode.swift
[73/254] Compiling CIFilterFactory ColorClamp.swift
[74/254] Compiling CIFilterFactory ColorControls.swift
[75/254] Compiling CIFilterFactory ColorCrossPolynomial.swift
[76/254] Compiling CIFilterFactory ColorCube.swift
[77/254] Compiling CIFilterFactory ColorCubeWithColorSpace.swift
[78/254] Compiling CIFilterFactory ColorCubesMixedWithMask.swift
[79/254] Compiling CIFilterFactory ColorCurves.swift
[80/254] Compiling CIFilterFactory ColorDodgeBlendMode.swift
[81/254] Compiling CIFilterFactory ColorInvert.swift
[82/254] Compiling CIFilterFactory ColorMap.swift
[83/254] Compiling CIFilterFactory ColorMatrix.swift
[84/254] Compiling CIFilterFactory ColorMonochrome.swift
[85/254] Compiling CIFilterFactory ColorPolynomial.swift
[86/254] Compiling CIFilterFactory ColorPosterize.swift
[87/254] Compiling CIFilterFactory ColorThreshold.swift
[88/254] Compiling CIFilterFactory ColorThresholdOtsu.swift
[89/254] Compiling CIFilterFactory ColumnAverage.swift
[90/254] Compiling CIFilterFactory ComicEffect.swift
[91/254] Compiling CIFilterFactory ConstantColorGenerator.swift
[92/254] Compiling CIFilterFactory ConvertLabToRGB.swift
[93/254] Compiling CIFilterFactory ConvertRGBtoLab.swift
[94/254] Compiling CIFilterFactory MorphologyRectangleMaximum.swift
[95/254] Compiling CIFilterFactory MorphologyRectangleMinimum.swift
[96/254] Compiling CIFilterFactory MotionBlur.swift
[97/254] Compiling CIFilterFactory MultiplyBlendMode.swift
[98/254] Compiling CIFilterFactory MultiplyCompositing.swift
[99/254] Compiling CIFilterFactory NinePartStretched.swift
[100/254] Compiling CIFilterFactory NinePartTiled.swift
[101/254] Compiling CIFilterFactory NoiseReduction.swift
[102/254] Compiling CIFilterFactory OpTile.swift
[103/254] Compiling CIFilterFactory OverlayBlendMode.swift
[104/254] Compiling CIFilterFactory PDF417BarcodeGenerator.swift
[105/254] Compiling CIFilterFactory PageCurlTransition.swift
[106/254] Compiling CIFilterFactory PageCurlWithShadowTransition.swift
[107/254] Compiling CIFilterFactory PaletteCentroid.swift
[108/254] Compiling CIFilterFactory Palettize.swift
[109/254] Compiling CIFilterFactory ParallelogramTile.swift
[110/254] Compiling CIFilterFactory PersonSegmentation.swift
[111/254] Compiling CIFilterFactory PerspectiveCorrection.swift
[112/254] Compiling CIFilterFactory PerspectiveRotate.swift
[113/254] Compiling CIFilterFactory PerspectiveTile.swift
[114/254] Compiling CIFilterFactory PerspectiveTransform.swift
[115/254] Compiling CIFilterFactory PerspectiveTransformWithExtent.swift
[116/254] Compiling CIFilterFactory PhotoEffectChrome.swift
[117/254] Compiling CIFilterFactory PhotoEffectFade.swift
[118/254] Compiling CIFilterFactory PhotoEffectInstant.swift
[119/254] Compiling CIFilterFactory PhotoEffectMono.swift
[120/254] Compiling CIFilterFactory PhotoEffectNoir.swift
[121/254] Compiling CIFilterFactory PhotoEffectProcess.swift
[122/254] Compiling CIFilterFactory PhotoEffectTonal.swift
[123/254] Compiling CIFilterFactory PhotoEffectTransfer.swift
[124/254] Compiling CIFilterFactory PinLightBlendMode.swift
[125/254] Compiling CIFilterFactory PinchDistortion.swift
[126/254] Compiling CIFilterFactory Pixellate.swift
[127/254] Compiling CIFilterFactory Pointillize.swift
[128/254] Compiling CIFilterFactory QRCodeGenerator.swift
[129/254] Compiling CIFilterFactory RadialGradient.swift
[130/254] Compiling CIFilterFactory RandomGenerator.swift
[131/254] Compiling CIFilterFactory RippleTransition.swift
[132/254] Compiling CIFilterFactory RoundedRectangleGenerator.swift
[133/254] Compiling CIFilterFactory RoundedRectangleStrokeGenerator.swift
[134/254] Compiling CIFilterFactory RowAverage.swift
[135/254] Compiling CIFilterFactory SRGBToneCurveToLinear.swift
[136/254] Compiling CIFilterFactory SaliencyMapFilter.swift
[137/254] Compiling CIFilterFactory SampleNearest.swift
[138/254] Compiling CIFilterFactory SaturationBlendMode.swift
[139/254] Compiling CIFilterFactory ScreenBlendMode.swift
[140/254] Compiling CIFilterFactory LightenBlendMode.swift
[141/254] Compiling CIFilterFactory LineOverlay.swift
[142/254] Compiling CIFilterFactory LineScreen.swift
[143/254] Compiling CIFilterFactory LinearBurnBlendMode.swift
[144/254] Compiling CIFilterFactory LinearDodgeBlendMode.swift
[145/254] Compiling CIFilterFactory LinearGradient.swift
[146/254] Compiling CIFilterFactory LinearLightBlendMode.swift
[147/254] Compiling CIFilterFactory LinearToSRGBToneCurve.swift
[148/254] Compiling CIFilterFactory LuminosityBlendMode.swift
[149/254] Compiling CIFilterFactory MaskToAlpha.swift
[150/254] Compiling CIFilterFactory MaskedVariableBlur.swift
[151/254] Compiling CIFilterFactory MaximumComponent.swift
[152/254] Compiling CIFilterFactory MaximumCompositing.swift
[153/254] Compiling CIFilterFactory MaximumScaleTransform.swift
[154/254] Compiling CIFilterFactory MedianFilter.swift
[155/254] Compiling CIFilterFactory MeshGenerator.swift
[156/254] Compiling CIFilterFactory MinimumComponent.swift
[157/254] Compiling CIFilterFactory MinimumCompositing.swift
[158/254] Compiling CIFilterFactory Mix.swift
[159/254] Compiling CIFilterFactory ModTransition.swift
[160/254] Compiling CIFilterFactory MorphologyGradient.swift
[161/254] Compiling CIFilterFactory MorphologyMaximum.swift
[162/254] Compiling CIFilterFactory MorphologyMinimum.swift
[163/254] Compiling CIFilterFactory Convolution3X3.swift
[164/254] Compiling CIFilterFactory Convolution5X5.swift
[165/254] Compiling CIFilterFactory Convolution7X7.swift
[166/254] Compiling CIFilterFactory Convolution9Horizontal.swift
[167/254] Compiling CIFilterFactory Convolution9Vertical.swift
[168/254] Compiling CIFilterFactory ConvolutionRGB3X3.swift
[169/254] Compiling CIFilterFactory ConvolutionRGB5X5.swift
[170/254] Compiling CIFilterFactory ConvolutionRGB7X7.swift
[171/254] Compiling CIFilterFactory ConvolutionRGB9Horizontal.swift
[172/254] Compiling CIFilterFactory ConvolutionRGB9Vertical.swift
[173/254] Compiling CIFilterFactory CopyMachineTransition.swift
[174/254] Compiling CIFilterFactory CoreMLModelFilter.swift
[175/254] Compiling CIFilterFactory Crop.swift
[176/254] Compiling CIFilterFactory Crystallize.swift
[177/254] Compiling CIFilterFactory DarkenBlendMode.swift
[178/254] Compiling CIFilterFactory DepthBlurEffect.swift
[179/254] Compiling CIFilterFactory DepthOfField.swift
[180/254] Compiling CIFilterFactory DepthToDisparity.swift
[181/254] Compiling CIFilterFactory DifferenceBlendMode.swift
[182/254] Compiling CIFilterFactory DiscBlur.swift
[183/254] Compiling CIFilterFactory DisintegrateWithMaskTransition.swift
[184/254] Compiling CIFilterFactory DisparityToDepth.swift
[185/254] Compiling CIFilterFactory DisplacementDistortion.swift
[186/254] Emitting module CIFilterFactory
[187/254] Compiling CIFilterFactory CIFilterFactory+Types.swift
[188/254] Compiling CIFilterFactory CIFilterFactory.swift
[189/254] Compiling CIFilterFactory CIImage+extensions.swift
[190/254] Compiling CIFilterFactory CIVector+extensions.swift
[191/254] Compiling CIFilterFactory QRCodeGenerator+extensions.swift
[192/254] Compiling CIFilterFactory AccordionFoldTransition.swift
[193/254] Compiling CIFilterFactory AdditionCompositing.swift
[194/254] Compiling CIFilterFactory AffineClamp.swift
[195/254] Compiling CIFilterFactory AffineTile.swift
[196/254] Compiling CIFilterFactory AffineTransform.swift
[197/254] Compiling CIFilterFactory AreaAlphaWeightedHistogram.swift
[198/254] Compiling CIFilterFactory AreaAverage.swift
[199/254] Compiling CIFilterFactory AreaBoundsRed.swift
[200/254] Compiling CIFilterFactory AreaHistogram.swift
[201/254] Compiling CIFilterFactory AreaLogarithmicHistogram.swift
[202/254] Compiling CIFilterFactory AreaMaximum.swift
[203/254] Compiling CIFilterFactory AreaMaximumAlpha.swift
[204/254] Compiling CIFilterFactory AreaMinMax.swift
[205/254] Compiling CIFilterFactory AreaMinMaxRed.swift
[206/254] Compiling CIFilterFactory AreaMinimum.swift
[207/254] Compiling CIFilterFactory AreaMinimumAlpha.swift
[208/254] Compiling CIFilterFactory AttributedTextImageGenerator.swift
[209/254] Compiling CIFilterFactory AztecCodeGenerator.swift
[210/254] Compiling CIFilterFactory Thermal.swift
[211/254] Compiling CIFilterFactory ToneCurve.swift
[212/254] Compiling CIFilterFactory ToneMapHeadroom.swift
[213/254] Compiling CIFilterFactory TorusLensDistortion.swift
[214/254] Compiling CIFilterFactory TriangleKaleidoscope.swift
[215/254] Compiling CIFilterFactory TriangleTile.swift
[216/254] Compiling CIFilterFactory TwelvefoldReflectedTile.swift
[217/254] Compiling CIFilterFactory TwirlDistortion.swift
[218/254] Compiling CIFilterFactory UnsharpMask.swift
[219/254] Compiling CIFilterFactory Vibrance.swift
[220/254] Compiling CIFilterFactory Vignette.swift
[221/254] Compiling CIFilterFactory VignetteEffect.swift
[222/254] Compiling CIFilterFactory VividLightBlendMode.swift
[223/254] Compiling CIFilterFactory VortexDistortion.swift
[224/254] Compiling CIFilterFactory WhitePointAdjust.swift
[225/254] Compiling CIFilterFactory XRay.swift
[226/254] Compiling CIFilterFactory ZoomBlur.swift
[227/254] Compiling CIFilterFactory CIFF+Logger.swift
[228/254] Compiling CIFilterFactory CIFilterFactory+ValueHandling.swift
[229/254] Compiling CIFilterFactory Clamping.swift
[230/254] Compiling CIFilterFactory Dictionary+extensions.swift
[231/254] Compiling CIFilterFactory resource_bundle_accessor.swift
[232/254] Compiling CIFilterFactory SepiaTone.swift
[233/254] Compiling CIFilterFactory ShadedMaterial.swift
[234/254] Compiling CIFilterFactory SharpenLuminance.swift
[235/254] Compiling CIFilterFactory SixfoldReflectedTile.swift
[236/254] Compiling CIFilterFactory SixfoldRotatedTile.swift
[237/254] Compiling CIFilterFactory SmoothLinearGradient.swift
[238/254] Compiling CIFilterFactory SobelGradients.swift
[239/254] Compiling CIFilterFactory SoftLightBlendMode.swift
[240/254] Compiling CIFilterFactory SourceAtopCompositing.swift
[241/254] Compiling CIFilterFactory SourceInCompositing.swift
[242/254] Compiling CIFilterFactory SourceOutCompositing.swift
[243/254] Compiling CIFilterFactory SourceOverCompositing.swift
[244/254] Compiling CIFilterFactory SpotColor.swift
[245/254] Compiling CIFilterFactory SpotLight.swift
[246/254] Compiling CIFilterFactory StarShineGenerator.swift
[247/254] Compiling CIFilterFactory StraightenFilter.swift
[248/254] Compiling CIFilterFactory StretchCrop.swift
[249/254] Compiling CIFilterFactory StripesGenerator.swift
[250/254] Compiling CIFilterFactory SubtractBlendMode.swift
[251/254] Compiling CIFilterFactory SunbeamsGenerator.swift
[252/254] Compiling CIFilterFactory SwipeTransition.swift
[253/254] Compiling CIFilterFactory TemperatureAndTint.swift
[254/254] Compiling CIFilterFactory TextImageGenerator.swift
Build of target: 'CIFilterFactory' complete! (2.93s)
    5226
37	/Users/admin/builder/spi-builder-workspace/.docs/dagronf/cifilterfactory/18.1.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/dagronf/cifilterfactory/18.1.0
File count: 5226
Doc size:   37.0MB
Preparing doc bundle ...
Uploading prod-dagronf-cifilterfactory-18.1.0-b8971e97.zip to s3://spi-docs-inbox/prod-dagronf-cifilterfactory-18.1.0-b8971e97.zip
Copying... [10%]
Copying... [21%]
Copying... [30%]
Copying... [41%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.