The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CIFilterFactory, reference main (cadd88), with Swift 6.1 for macOS (SPM) on 18 Feb 2026 06:54:02 UTC.

Swift 6 data race errors: 31

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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

 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[199/265] Compiling CIFilterFactory AffineClamp.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[200/265] Compiling CIFilterFactory AffineTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[201/265] Compiling CIFilterFactory AffineTransform.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[202/265] Compiling CIFilterFactory AreaAlphaWeightedHistogram.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[203/265] Compiling CIFilterFactory AreaAverage.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[204/265] Compiling CIFilterFactory AreaAverageMaximumRed.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[205/265] Compiling CIFilterFactory AreaBoundsRed.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[206/265] Compiling CIFilterFactory AreaHistogram.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[207/265] Compiling CIFilterFactory AreaLogarithmicHistogram.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[208/265] Compiling CIFilterFactory AreaMaximum.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[209/265] Compiling CIFilterFactory AreaMaximumAlpha.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[210/265] Compiling CIFilterFactory AreaMinMax.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[211/265] Compiling CIFilterFactory AreaMinMaxRed.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[212/265] Compiling CIFilterFactory AreaMinimum.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[213/265] Compiling CIFilterFactory AreaMinimumAlpha.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[214/265] Compiling CIFilterFactory AttributedTextImageGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[215/265] Compiling CIFilterFactory AztecCodeGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineClamp.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTile.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 0.4, m12: 0.0, m21: 0.0, m22: 0.4, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/AffineTransform.swift:94:28: warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | 			/// `transform` default value
 94 | 			@objc public static let transformDefault = CIFF.CIAffineTransform(m11: 1.0, m12: 0.0, m21: 0.0, m22: 1.0, tX: 0.0, tY: 0.0)
    |                            |- warning: static property 'transformDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIAffineTransform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'transformDefault' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 | 			// MARK: - Convenience creators
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/CIFilterFactory+Types.swift:35:37: note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 33 |
 34 | 	/// A wrapped AffineTransform class to abstract away affine transform differences per platform
 35 | 	@objc(CIFFCIAffineTransform) class CIAffineTransform: NSObject {
    |                                     `- note: class 'CIAffineTransform' does not conform to the 'Sendable' protocol
 36 |
 37 | 		static func Create(m11: CGFloat, m12: CGFloat, m21: CGFloat, m22: CGFloat, tX: CGFloat, tY: CGFloat) -> CIAffineTransform {
[216/265] Compiling CIFilterFactory TextImageGenerator.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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[217/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[218/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[219/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[220/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[221/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[222/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[223/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[224/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[225/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[226/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[227/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[228/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[229/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[230/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[231/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[232/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[233/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[234/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[235/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- 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/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- 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/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- 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/265] 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: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
   |                                `- 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/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[240/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[241/265] Compiling CIFilterFactory SignedDistanceGradientFromRedMask.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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[242/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[243/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[244/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[245/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[246/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[247/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[248/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[249/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[250/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[251/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[252/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[253/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[254/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[255/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[256/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[257/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[258/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[259/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[260/265] Compiling CIFilterFactory SystemToneMap.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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[261/265] 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: add '@MainActor' to make static property 'lightPositionDefault' part of global actor 'MainActor'
    |                            `- 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: add '@MainActor' to make static property 'lightPointsAtDefault' part of global actor 'MainActor'
    |                            `- 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
[261/265] Write Objects.LinkFileList
[263/265] Archiving libCIFilterFactory-static.a
[264/265] Linking libCIFilterFactory-shared.dylib
Build complete! (13.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CIFilterFactory",
  "name" : "CIFilterFactory",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.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/AreaAverageMaximumRed.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/BlurredRoundedRectangleGenerator.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/RoundedQRCodeGenerator.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/SignedDistanceGradientFromRedMask.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/SystemToneMap.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.9"
}
Done.