Build Information
Successful build of CIFilterFactory, reference main (061297
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 02:53:37 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
| `- 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 {
[194/260] Compiling CIFilterFactory AccordionFoldTransition.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 {
[195/260] Compiling CIFilterFactory AdditionCompositing.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 {
[196/260] 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 {
[197/260] 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 {
[198/260] 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 {
[199/260] 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 {
[200/260] 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 {
[201/260] 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 {
[202/260] 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 {
[203/260] 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 {
[204/260] 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 {
[205/260] 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 {
[206/260] 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 {
[207/260] 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 {
[208/260] 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 {
[209/260] 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 {
[210/260] 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 {
[211/260] 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 {
[212/260] Compiling CIFilterFactory Thermal.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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, *)
[213/260] Compiling CIFilterFactory ToneCurve.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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, *)
[214/260] Compiling CIFilterFactory ToneMapHeadroom.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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, *)
[215/260] Compiling CIFilterFactory TorusLensDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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, *)
[216/260] Compiling CIFilterFactory TriangleKaleidoscope.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory TriangleTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory TwelvefoldReflectedTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory TwirlDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory UnsharpMask.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory Vibrance.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory Vignette.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory VignetteEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory VividLightBlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory VortexDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory WhitePointAdjust.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory XRay.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory ZoomBlur.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory CIFF+Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory CIFilterFactory+ValueHandling.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory Clamping.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory Dictionary+extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory SepiaTone.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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
[235/260] Compiling CIFilterFactory ShadedMaterial.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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
[236/260] Compiling CIFilterFactory SharpenLuminance.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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
[237/260] Compiling CIFilterFactory SixfoldReflectedTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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
[238/260] Compiling CIFilterFactory SixfoldRotatedTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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
[239/260] Compiling CIFilterFactory SmoothLinearGradient.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory SobelGradients.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory SoftLightBlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory SourceAtopCompositing.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory SourceInCompositing.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory SourceOutCompositing.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory SourceOverCompositing.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory SpotColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory SpotLight.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory StarShineGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory StraightenFilter.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory StretchCrop.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory StripesGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory SubtractBlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory SunbeamsGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory SwipeTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory TemperatureAndTint.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Compiling CIFilterFactory TextImageGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/SpotLight.swift:94:28: warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `lightPosition` default value
94 | @objc public static let lightPositionDefault = CIPosition3(x: 400.0, y: 600.0, z: 150.0)
| |- warning: static property 'lightPositionDefault' is not concurrency-safe because non-'Sendable' type 'CIFF.CIPosition3' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: 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/260] Write Objects.LinkFileList
[258/260] Archiving libCIFilterFactory-static.a
[259/260] Linking libCIFilterFactory-shared.dylib
Build complete! (13.37s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CIFilterFactory",
"name" : "CIFilterFactory",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "CIFilterFactory",
"targets" : [
"CIFilterFactory"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CIFilterFactory-static",
"targets" : [
"CIFilterFactory"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "CIFilterFactory-shared",
"targets" : [
"CIFilterFactory"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "CIFilterFactoryTests",
"module_type" : "SwiftTarget",
"name" : "CIFilterFactoryTests",
"path" : "Tests/CIFilterFactoryTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CIFilterFactoryTests/resources/sydney.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CIFilterFactoryTests/resources/test.jpg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CIFilterFactoryTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CIFilterFactory"
],
"type" : "test"
},
{
"c99name" : "CIFilterFactory",
"module_type" : "SwiftTarget",
"name" : "CIFilterFactory",
"path" : "Sources/CIFilterFactory",
"product_memberships" : [
"CIFilterFactory",
"CIFilterFactory-static",
"CIFilterFactory-shared"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CIFilterFactory+Types.swift",
"CIFilterFactory.swift",
"CIImage+extensions.swift",
"CIVector+extensions.swift",
"extensions/QRCodeGenerator+extensions.swift",
"generated/AccordionFoldTransition.swift",
"generated/AdditionCompositing.swift",
"generated/AffineClamp.swift",
"generated/AffineTile.swift",
"generated/AffineTransform.swift",
"generated/AreaAlphaWeightedHistogram.swift",
"generated/AreaAverage.swift",
"generated/AreaBoundsRed.swift",
"generated/AreaHistogram.swift",
"generated/AreaLogarithmicHistogram.swift",
"generated/AreaMaximum.swift",
"generated/AreaMaximumAlpha.swift",
"generated/AreaMinMax.swift",
"generated/AreaMinMaxRed.swift",
"generated/AreaMinimum.swift",
"generated/AreaMinimumAlpha.swift",
"generated/AttributedTextImageGenerator.swift",
"generated/AztecCodeGenerator.swift",
"generated/BarcodeGenerator.swift",
"generated/BarsSwipeTransition.swift",
"generated/BicubicScaleTransform.swift",
"generated/BlendWithAlphaMask.swift",
"generated/BlendWithBlueMask.swift",
"generated/BlendWithMask.swift",
"generated/BlendWithRedMask.swift",
"generated/Bloom.swift",
"generated/BlurredRectangleGenerator.swift",
"generated/BokehBlur.swift",
"generated/BoxBlur.swift",
"generated/BumpDistortion.swift",
"generated/BumpDistortionLinear.swift",
"generated/CMYKHalftone.swift",
"generated/CameraCalibrationLensCorrection.swift",
"generated/CannyEdgeDetector.swift",
"generated/CheckerboardGenerator.swift",
"generated/CircleSplashDistortion.swift",
"generated/CircularScreen.swift",
"generated/CircularWrap.swift",
"generated/Clamp.swift",
"generated/Code128BarcodeGenerator.swift",
"generated/ColorAbsoluteDifference.swift",
"generated/ColorBlendMode.swift",
"generated/ColorBurnBlendMode.swift",
"generated/ColorClamp.swift",
"generated/ColorControls.swift",
"generated/ColorCrossPolynomial.swift",
"generated/ColorCube.swift",
"generated/ColorCubeWithColorSpace.swift",
"generated/ColorCubesMixedWithMask.swift",
"generated/ColorCurves.swift",
"generated/ColorDodgeBlendMode.swift",
"generated/ColorInvert.swift",
"generated/ColorMap.swift",
"generated/ColorMatrix.swift",
"generated/ColorMonochrome.swift",
"generated/ColorPolynomial.swift",
"generated/ColorPosterize.swift",
"generated/ColorThreshold.swift",
"generated/ColorThresholdOtsu.swift",
"generated/ColumnAverage.swift",
"generated/ComicEffect.swift",
"generated/ConstantColorGenerator.swift",
"generated/ConvertLabToRGB.swift",
"generated/ConvertRGBtoLab.swift",
"generated/Convolution3X3.swift",
"generated/Convolution5X5.swift",
"generated/Convolution7X7.swift",
"generated/Convolution9Horizontal.swift",
"generated/Convolution9Vertical.swift",
"generated/ConvolutionRGB3X3.swift",
"generated/ConvolutionRGB5X5.swift",
"generated/ConvolutionRGB7X7.swift",
"generated/ConvolutionRGB9Horizontal.swift",
"generated/ConvolutionRGB9Vertical.swift",
"generated/CopyMachineTransition.swift",
"generated/CoreMLModelFilter.swift",
"generated/Crop.swift",
"generated/Crystallize.swift",
"generated/DarkenBlendMode.swift",
"generated/DepthBlurEffect.swift",
"generated/DepthOfField.swift",
"generated/DepthToDisparity.swift",
"generated/DifferenceBlendMode.swift",
"generated/DiscBlur.swift",
"generated/DisintegrateWithMaskTransition.swift",
"generated/DisparityToDepth.swift",
"generated/DisplacementDistortion.swift",
"generated/DissolveTransition.swift",
"generated/DistanceGradientFromRedMask.swift",
"generated/Dither.swift",
"generated/DivideBlendMode.swift",
"generated/DocumentEnhancer.swift",
"generated/DotScreen.swift",
"generated/Droste.swift",
"generated/EdgePreserveUpsampleFilter.swift",
"generated/EdgeWork.swift",
"generated/Edges.swift",
"generated/EightfoldReflectedTile.swift",
"generated/ExclusionBlendMode.swift",
"generated/ExposureAdjust.swift",
"generated/FalseColor.swift",
"generated/FlashTransition.swift",
"generated/FourfoldReflectedTile.swift",
"generated/FourfoldRotatedTile.swift",
"generated/FourfoldTranslatedTile.swift",
"generated/GaborGradients.swift",
"generated/GammaAdjust.swift",
"generated/GaussianBlur.swift",
"generated/GaussianGradient.swift",
"generated/GlassDistortion.swift",
"generated/GlassLozenge.swift",
"generated/GlideReflectedTile.swift",
"generated/Gloom.swift",
"generated/GuidedFilter.swift",
"generated/HardLightBlendMode.swift",
"generated/HatchedScreen.swift",
"generated/HeightFieldFromMask.swift",
"generated/HexagonalPixellate.swift",
"generated/HighlightShadowAdjust.swift",
"generated/HistogramDisplayFilter.swift",
"generated/HoleDistortion.swift",
"generated/HueAdjust.swift",
"generated/HueBlendMode.swift",
"generated/HueSaturationValueGradient.swift",
"generated/KMeans.swift",
"generated/Kaleidoscope.swift",
"generated/KeystoneCorrectionCombined.swift",
"generated/KeystoneCorrectionHorizontal.swift",
"generated/KeystoneCorrectionVertical.swift",
"generated/LabDeltaE.swift",
"generated/LanczosScaleTransform.swift",
"generated/LenticularHaloGenerator.swift",
"generated/LightTunnel.swift",
"generated/LightenBlendMode.swift",
"generated/LineOverlay.swift",
"generated/LineScreen.swift",
"generated/LinearBurnBlendMode.swift",
"generated/LinearDodgeBlendMode.swift",
"generated/LinearGradient.swift",
"generated/LinearLightBlendMode.swift",
"generated/LinearToSRGBToneCurve.swift",
"generated/LuminosityBlendMode.swift",
"generated/MaskToAlpha.swift",
"generated/MaskedVariableBlur.swift",
"generated/MaximumComponent.swift",
"generated/MaximumCompositing.swift",
"generated/MaximumScaleTransform.swift",
"generated/MedianFilter.swift",
"generated/MeshGenerator.swift",
"generated/MinimumComponent.swift",
"generated/MinimumCompositing.swift",
"generated/Mix.swift",
"generated/ModTransition.swift",
"generated/MorphologyGradient.swift",
"generated/MorphologyMaximum.swift",
"generated/MorphologyMinimum.swift",
"generated/MorphologyRectangleMaximum.swift",
"generated/MorphologyRectangleMinimum.swift",
"generated/MotionBlur.swift",
"generated/MultiplyBlendMode.swift",
"generated/MultiplyCompositing.swift",
"generated/NinePartStretched.swift",
"generated/NinePartTiled.swift",
"generated/NoiseReduction.swift",
"generated/OpTile.swift",
"generated/OverlayBlendMode.swift",
"generated/PDF417BarcodeGenerator.swift",
"generated/PageCurlTransition.swift",
"generated/PageCurlWithShadowTransition.swift",
"generated/PaletteCentroid.swift",
"generated/Palettize.swift",
"generated/ParallelogramTile.swift",
"generated/PersonSegmentation.swift",
"generated/PerspectiveCorrection.swift",
"generated/PerspectiveRotate.swift",
"generated/PerspectiveTile.swift",
"generated/PerspectiveTransform.swift",
"generated/PerspectiveTransformWithExtent.swift",
"generated/PhotoEffectChrome.swift",
"generated/PhotoEffectFade.swift",
"generated/PhotoEffectInstant.swift",
"generated/PhotoEffectMono.swift",
"generated/PhotoEffectNoir.swift",
"generated/PhotoEffectProcess.swift",
"generated/PhotoEffectTonal.swift",
"generated/PhotoEffectTransfer.swift",
"generated/PinLightBlendMode.swift",
"generated/PinchDistortion.swift",
"generated/Pixellate.swift",
"generated/Pointillize.swift",
"generated/QRCodeGenerator.swift",
"generated/RadialGradient.swift",
"generated/RandomGenerator.swift",
"generated/RippleTransition.swift",
"generated/RoundedRectangleGenerator.swift",
"generated/RoundedRectangleStrokeGenerator.swift",
"generated/RowAverage.swift",
"generated/SRGBToneCurveToLinear.swift",
"generated/SaliencyMapFilter.swift",
"generated/SampleNearest.swift",
"generated/SaturationBlendMode.swift",
"generated/ScreenBlendMode.swift",
"generated/SepiaTone.swift",
"generated/ShadedMaterial.swift",
"generated/SharpenLuminance.swift",
"generated/SixfoldReflectedTile.swift",
"generated/SixfoldRotatedTile.swift",
"generated/SmoothLinearGradient.swift",
"generated/SobelGradients.swift",
"generated/SoftLightBlendMode.swift",
"generated/SourceAtopCompositing.swift",
"generated/SourceInCompositing.swift",
"generated/SourceOutCompositing.swift",
"generated/SourceOverCompositing.swift",
"generated/SpotColor.swift",
"generated/SpotLight.swift",
"generated/StarShineGenerator.swift",
"generated/StraightenFilter.swift",
"generated/StretchCrop.swift",
"generated/StripesGenerator.swift",
"generated/SubtractBlendMode.swift",
"generated/SunbeamsGenerator.swift",
"generated/SwipeTransition.swift",
"generated/TemperatureAndTint.swift",
"generated/TextImageGenerator.swift",
"generated/Thermal.swift",
"generated/ToneCurve.swift",
"generated/ToneMapHeadroom.swift",
"generated/TorusLensDistortion.swift",
"generated/TriangleKaleidoscope.swift",
"generated/TriangleTile.swift",
"generated/TwelvefoldReflectedTile.swift",
"generated/TwirlDistortion.swift",
"generated/UnsharpMask.swift",
"generated/Vibrance.swift",
"generated/Vignette.swift",
"generated/VignetteEffect.swift",
"generated/VividLightBlendMode.swift",
"generated/VortexDistortion.swift",
"generated/WhitePointAdjust.swift",
"generated/XRay.swift",
"generated/ZoomBlur.swift",
"private/CIFF+Logger.swift",
"private/CIFilterFactory+ValueHandling.swift",
"private/Clamping.swift",
"private/Dictionary+extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.