Build Information
Successful build of CIFilterFactory, reference 19.0.0 (cadd88), with Swift 6.1 for macOS (SPM) on 18 Feb 2026 02:53:38 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 InferSendableFromCapturesBuild Log
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:110:28: warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| `- warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| |- note: add '@MainActor' to make static property 'curvesDomainDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:95:28: warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| `- warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - gVector (inputGVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'rVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - gVector (inputGVector)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:115:28: warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `gVector` default value
115 | @objc public static let gVectorDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'gVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - bVector (inputBVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:135:28: warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `bVector` default value
135 | @objc public static let bVectorDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0], count: 4)
| |- warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'bVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - aVector (inputAVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:155:28: warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `aVector` default value
155 | @objc public static let aVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 1.0], count: 4)
| |- warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'aVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - biasVector (inputBiasVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:175:28: warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
173 |
174 | /// `biasVector` default value
175 | @objc public static let biasVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| |- warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'biasVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:95:28: warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| `- warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'redCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:115:28: warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `greenCoefficients` default value
115 | @objc public static let greenCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greenCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - blueCoefficients (inputBlueCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - alphaCoefficients (inputAlphaCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:155:28: warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `alphaCoefficients` default value
155 | @objc public static let alphaCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'alphaCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: add '@MainActor' to make static property 'weightsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
94 |
95 | // MARK: - bias (inputBias)
[165/265] Compiling CIFilterFactory ComicEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:94:28: warning: static property 'minComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `minComponents` default value
94 | @objc public static let minComponentsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| `- warning: static property 'minComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
95 |
96 | // MARK: - maxComponents (inputMaxComponents)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
92 |
93 | /// `minComponents` default value
94 | @objc public static let minComponentsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'minComponentsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 |
96 | // MARK: - maxComponents (inputMaxComponents)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:114:28: warning: static property 'maxComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
112 |
113 | /// `maxComponents` default value
114 | @objc public static let maxComponentsDefault = CIVector(values: [1.0, 1.0, 1.0, 1.0], count: 4)
| |- warning: static property 'maxComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'maxComponentsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 |
116 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:95:28: warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| `- warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- note: add '@MainActor' to make static property 'redCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:115:28: warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `greenCoefficients` default value
115 | @objc public static let greenCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greenCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - blueCoefficients (inputBlueCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:110:28: warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| `- warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| |- note: add '@MainActor' to make static property 'curvesDomainDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:95:28: warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| `- warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - gVector (inputGVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'rVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - gVector (inputGVector)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:115:28: warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `gVector` default value
115 | @objc public static let gVectorDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'gVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - bVector (inputBVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:135:28: warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `bVector` default value
135 | @objc public static let bVectorDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0], count: 4)
| |- warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'bVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - aVector (inputAVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:155:28: warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `aVector` default value
155 | @objc public static let aVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 1.0], count: 4)
| |- warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'aVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - biasVector (inputBiasVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:175:28: warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
173 |
174 | /// `biasVector` default value
175 | @objc public static let biasVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| |- warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'biasVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:95:28: warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| `- warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'redCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:115:28: warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `greenCoefficients` default value
115 | @objc public static let greenCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greenCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - blueCoefficients (inputBlueCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - alphaCoefficients (inputAlphaCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:155:28: warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `alphaCoefficients` default value
155 | @objc public static let alphaCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'alphaCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: add '@MainActor' to make static property 'weightsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
94 |
95 | // MARK: - bias (inputBias)
[166/265] Compiling CIFilterFactory ConstantColorGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:94:28: warning: static property 'minComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `minComponents` default value
94 | @objc public static let minComponentsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| `- warning: static property 'minComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
95 |
96 | // MARK: - maxComponents (inputMaxComponents)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
92 |
93 | /// `minComponents` default value
94 | @objc public static let minComponentsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'minComponentsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 |
96 | // MARK: - maxComponents (inputMaxComponents)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:114:28: warning: static property 'maxComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
112 |
113 | /// `maxComponents` default value
114 | @objc public static let maxComponentsDefault = CIVector(values: [1.0, 1.0, 1.0, 1.0], count: 4)
| |- warning: static property 'maxComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'maxComponentsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 |
116 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:95:28: warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| `- warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- note: add '@MainActor' to make static property 'redCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:115:28: warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `greenCoefficients` default value
115 | @objc public static let greenCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greenCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - blueCoefficients (inputBlueCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:110:28: warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| `- warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| |- note: add '@MainActor' to make static property 'curvesDomainDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:95:28: warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| `- warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - gVector (inputGVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'rVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - gVector (inputGVector)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:115:28: warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `gVector` default value
115 | @objc public static let gVectorDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'gVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - bVector (inputBVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:135:28: warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `bVector` default value
135 | @objc public static let bVectorDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0], count: 4)
| |- warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'bVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - aVector (inputAVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:155:28: warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `aVector` default value
155 | @objc public static let aVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 1.0], count: 4)
| |- warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'aVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - biasVector (inputBiasVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:175:28: warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
173 |
174 | /// `biasVector` default value
175 | @objc public static let biasVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| |- warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'biasVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:95:28: warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| `- warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'redCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:115:28: warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `greenCoefficients` default value
115 | @objc public static let greenCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greenCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - blueCoefficients (inputBlueCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - alphaCoefficients (inputAlphaCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:155:28: warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `alphaCoefficients` default value
155 | @objc public static let alphaCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'alphaCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: add '@MainActor' to make static property 'weightsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
94 |
95 | // MARK: - bias (inputBias)
[167/265] Compiling CIFilterFactory ConvertLabToRGB.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:94:28: warning: static property 'minComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `minComponents` default value
94 | @objc public static let minComponentsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| `- warning: static property 'minComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
95 |
96 | // MARK: - maxComponents (inputMaxComponents)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
92 |
93 | /// `minComponents` default value
94 | @objc public static let minComponentsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'minComponentsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 |
96 | // MARK: - maxComponents (inputMaxComponents)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:114:28: warning: static property 'maxComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
112 |
113 | /// `maxComponents` default value
114 | @objc public static let maxComponentsDefault = CIVector(values: [1.0, 1.0, 1.0, 1.0], count: 4)
| |- warning: static property 'maxComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'maxComponentsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 |
116 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:95:28: warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| `- warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- note: add '@MainActor' to make static property 'redCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:115:28: warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `greenCoefficients` default value
115 | @objc public static let greenCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greenCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - blueCoefficients (inputBlueCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:110:28: warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| `- warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| |- note: add '@MainActor' to make static property 'curvesDomainDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:95:28: warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| `- warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - gVector (inputGVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'rVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - gVector (inputGVector)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:115:28: warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `gVector` default value
115 | @objc public static let gVectorDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'gVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - bVector (inputBVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:135:28: warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `bVector` default value
135 | @objc public static let bVectorDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0], count: 4)
| |- warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'bVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - aVector (inputAVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:155:28: warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `aVector` default value
155 | @objc public static let aVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 1.0], count: 4)
| |- warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'aVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - biasVector (inputBiasVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:175:28: warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
173 |
174 | /// `biasVector` default value
175 | @objc public static let biasVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| |- warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'biasVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:95:28: warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| `- warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'redCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:115:28: warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `greenCoefficients` default value
115 | @objc public static let greenCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greenCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - blueCoefficients (inputBlueCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - alphaCoefficients (inputAlphaCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:155:28: warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `alphaCoefficients` default value
155 | @objc public static let alphaCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'alphaCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: add '@MainActor' to make static property 'weightsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
94 |
95 | // MARK: - bias (inputBias)
[168/265] Compiling CIFilterFactory ConvertRGBtoLab.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:94:28: warning: static property 'minComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `minComponents` default value
94 | @objc public static let minComponentsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| `- warning: static property 'minComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
95 |
96 | // MARK: - maxComponents (inputMaxComponents)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
92 |
93 | /// `minComponents` default value
94 | @objc public static let minComponentsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'minComponentsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 |
96 | // MARK: - maxComponents (inputMaxComponents)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:114:28: warning: static property 'maxComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
112 |
113 | /// `maxComponents` default value
114 | @objc public static let maxComponentsDefault = CIVector(values: [1.0, 1.0, 1.0, 1.0], count: 4)
| |- warning: static property 'maxComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'maxComponentsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 |
116 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:95:28: warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| `- warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- note: add '@MainActor' to make static property 'redCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:115:28: warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `greenCoefficients` default value
115 | @objc public static let greenCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greenCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - blueCoefficients (inputBlueCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:110:28: warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| `- warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| |- note: add '@MainActor' to make static property 'curvesDomainDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:95:28: warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| `- warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - gVector (inputGVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'rVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - gVector (inputGVector)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:115:28: warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `gVector` default value
115 | @objc public static let gVectorDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'gVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - bVector (inputBVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:135:28: warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `bVector` default value
135 | @objc public static let bVectorDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0], count: 4)
| |- warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'bVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - aVector (inputAVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:155:28: warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `aVector` default value
155 | @objc public static let aVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 1.0], count: 4)
| |- warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'aVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - biasVector (inputBiasVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:175:28: warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
173 |
174 | /// `biasVector` default value
175 | @objc public static let biasVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| |- warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'biasVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:95:28: warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| `- warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'redCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:115:28: warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `greenCoefficients` default value
115 | @objc public static let greenCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greenCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - blueCoefficients (inputBlueCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - alphaCoefficients (inputAlphaCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:155:28: warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `alphaCoefficients` default value
155 | @objc public static let alphaCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'alphaCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: add '@MainActor' to make static property 'weightsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
94 |
95 | // MARK: - bias (inputBias)
[169/265] Compiling CIFilterFactory Convolution3X3.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:94:28: warning: static property 'minComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
92 |
93 | /// `minComponents` default value
94 | @objc public static let minComponentsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| `- warning: static property 'minComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
95 |
96 | // MARK: - maxComponents (inputMaxComponents)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
92 |
93 | /// `minComponents` default value
94 | @objc public static let minComponentsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'minComponentsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 |
96 | // MARK: - maxComponents (inputMaxComponents)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorClamp.swift:114:28: warning: static property 'maxComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
112 |
113 | /// `maxComponents` default value
114 | @objc public static let maxComponentsDefault = CIVector(values: [1.0, 1.0, 1.0, 1.0], count: 4)
| |- warning: static property 'maxComponentsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'maxComponentsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 |
116 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:95:28: warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| `- warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- note: add '@MainActor' to make static property 'redCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:115:28: warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `greenCoefficients` default value
115 | @objc public static let greenCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greenCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - blueCoefficients (inputBlueCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCrossPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 10)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:110:28: warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| `- warning: static property 'curvesDomainDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorCurves.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
108 |
109 | /// `curvesDomain` default value
110 | @objc public static let curvesDomainDefault = CIVector(values: [0.0, 1.0], count: 2)
| |- note: add '@MainActor' to make static property 'curvesDomainDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 |
112 | // MARK: - colorSpace (inputColorSpace)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:95:28: warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| `- warning: static property 'rVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - gVector (inputGVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `rVector` default value
95 | @objc public static let rVectorDefault = CIVector(values: [1.0, 0.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'rVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - gVector (inputGVector)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:115:28: warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `gVector` default value
115 | @objc public static let gVectorDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'gVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'gVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - bVector (inputBVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:135:28: warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `bVector` default value
135 | @objc public static let bVectorDefault = CIVector(values: [0.0, 0.0, 1.0, 0.0], count: 4)
| |- warning: static property 'bVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'bVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - aVector (inputAVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:155:28: warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `aVector` default value
155 | @objc public static let aVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 1.0], count: 4)
| |- warning: static property 'aVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'aVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - biasVector (inputBiasVector)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorMatrix.swift:175:28: warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
173 |
174 | /// `biasVector` default value
175 | @objc public static let biasVectorDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0], count: 4)
| |- warning: static property 'biasVectorDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'biasVectorDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:95:28: warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| `- warning: static property 'redCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
93 |
94 | /// `redCoefficients` default value
95 | @objc public static let redCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- note: add '@MainActor' to make static property 'redCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | // MARK: - greenCoefficients (inputGreenCoefficients)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:115:28: warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// `greenCoefficients` default value
115 | @objc public static let greenCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'greenCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'greenCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | // MARK: - blueCoefficients (inputBlueCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:135:28: warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
133 |
134 | /// `blueCoefficients` default value
135 | @objc public static let blueCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'blueCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blueCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 |
137 | // MARK: - alphaCoefficients (inputAlphaCoefficients)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ColorPolynomial.swift:155:28: warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
153 |
154 | /// `alphaCoefficients` default value
155 | @objc public static let alphaCoefficientsDefault = CIVector(values: [0.0, 1.0, 0.0, 0.0], count: 4)
| |- warning: static property 'alphaCoefficientsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'alphaCoefficientsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |
157 | // MARK: - Convenience creators
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIVector.h:19:12: note: class 'CIVector' does not conform to the 'Sendable' protocol
17 |
18 | NS_CLASS_AVAILABLE(10_4, 5_0)
19 | @interface CIVector : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'CIVector' does not conform to the 'Sendable' protocol
20 | {
21 | size_t _count;
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: add '@MainActor' to make static property 'weightsDefault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
94 |
95 | // MARK: - bias (inputBias)
[170/265] Compiling CIFilterFactory Gloom.swift
[171/265] Compiling CIFilterFactory GuidedFilter.swift
[172/265] Compiling CIFilterFactory HardLightBlendMode.swift
[173/265] Compiling CIFilterFactory HatchedScreen.swift
[174/265] Compiling CIFilterFactory HeightFieldFromMask.swift
[175/265] Compiling CIFilterFactory HexagonalPixellate.swift
[176/265] Compiling CIFilterFactory HighlightShadowAdjust.swift
[177/265] Compiling CIFilterFactory HistogramDisplayFilter.swift
[178/265] Compiling CIFilterFactory HoleDistortion.swift
[179/265] Compiling CIFilterFactory HueAdjust.swift
[180/265] Compiling CIFilterFactory HueBlendMode.swift
[181/265] Compiling CIFilterFactory HueSaturationValueGradient.swift
[182/265] Compiling CIFilterFactory KMeans.swift
[183/265] Compiling CIFilterFactory Kaleidoscope.swift
[184/265] Compiling CIFilterFactory KeystoneCorrectionCombined.swift
[185/265] Compiling CIFilterFactory KeystoneCorrectionHorizontal.swift
[186/265] Compiling CIFilterFactory KeystoneCorrectionVertical.swift
[187/265] Compiling CIFilterFactory LabDeltaE.swift
[188/265] Compiling CIFilterFactory LanczosScaleTransform.swift
[189/265] Compiling CIFilterFactory LenticularHaloGenerator.swift
[190/265] Compiling CIFilterFactory LightTunnel.swift
[191/265] Compiling CIFilterFactory LightenBlendMode.swift
[192/265] Compiling CIFilterFactory LineOverlay.swift
[193/265] Compiling CIFilterFactory PhotoEffectMono.swift
[194/265] Compiling CIFilterFactory PhotoEffectNoir.swift
[195/265] Compiling CIFilterFactory PhotoEffectProcess.swift
[196/265] Compiling CIFilterFactory PhotoEffectTonal.swift
[197/265] Compiling CIFilterFactory PhotoEffectTransfer.swift
[198/265] Compiling CIFilterFactory PinLightBlendMode.swift
[199/265] Compiling CIFilterFactory PinchDistortion.swift
[200/265] Compiling CIFilterFactory Pixellate.swift
[201/265] Compiling CIFilterFactory Pointillize.swift
[202/265] Compiling CIFilterFactory QRCodeGenerator.swift
[203/265] Compiling CIFilterFactory RadialGradient.swift
[204/265] Compiling CIFilterFactory RandomGenerator.swift
[205/265] Compiling CIFilterFactory RippleTransition.swift
[206/265] Compiling CIFilterFactory RoundedQRCodeGenerator.swift
[207/265] Compiling CIFilterFactory RoundedRectangleGenerator.swift
[208/265] Compiling CIFilterFactory RoundedRectangleStrokeGenerator.swift
[209/265] Compiling CIFilterFactory RowAverage.swift
[210/265] Compiling CIFilterFactory SRGBToneCurveToLinear.swift
[211/265] Compiling CIFilterFactory SaliencyMapFilter.swift
[212/265] Compiling CIFilterFactory SampleNearest.swift
[213/265] Compiling CIFilterFactory SaturationBlendMode.swift
[214/265] Compiling CIFilterFactory ScreenBlendMode.swift
[215/265] Compiling CIFilterFactory SepiaTone.swift
[216/265] Compiling CIFilterFactory Dither.swift
[217/265] Compiling CIFilterFactory DivideBlendMode.swift
[218/265] Compiling CIFilterFactory DocumentEnhancer.swift
[219/265] Compiling CIFilterFactory DotScreen.swift
[220/265] Compiling CIFilterFactory Droste.swift
[221/265] Compiling CIFilterFactory EdgePreserveUpsampleFilter.swift
[222/265] Compiling CIFilterFactory EdgeWork.swift
[223/265] Compiling CIFilterFactory Edges.swift
[224/265] Compiling CIFilterFactory EightfoldReflectedTile.swift
[225/265] Compiling CIFilterFactory ExclusionBlendMode.swift
[226/265] Compiling CIFilterFactory ExposureAdjust.swift
[227/265] Compiling CIFilterFactory FalseColor.swift
[228/265] Compiling CIFilterFactory FlashTransition.swift
[229/265] Compiling CIFilterFactory FourfoldReflectedTile.swift
[230/265] Compiling CIFilterFactory FourfoldRotatedTile.swift
[231/265] Compiling CIFilterFactory FourfoldTranslatedTile.swift
[232/265] Compiling CIFilterFactory GaborGradients.swift
[233/265] Compiling CIFilterFactory GammaAdjust.swift
[234/265] Compiling CIFilterFactory GaussianBlur.swift
[235/265] Compiling CIFilterFactory GaussianGradient.swift
[236/265] Compiling CIFilterFactory GlassDistortion.swift
[237/265] Compiling CIFilterFactory GlassLozenge.swift
[238/265] Compiling CIFilterFactory GlideReflectedTile.swift
[239/265] Compiling CIFilterFactory TextImageGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[240/265] Compiling CIFilterFactory Thermal.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[241/265] Compiling CIFilterFactory ToneCurve.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[242/265] Compiling CIFilterFactory ToneMapHeadroom.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[243/265] Compiling CIFilterFactory TorusLensDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[244/265] Compiling CIFilterFactory TriangleKaleidoscope.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[245/265] Compiling CIFilterFactory TriangleTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[246/265] Compiling CIFilterFactory TwelvefoldReflectedTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[247/265] Compiling CIFilterFactory TwirlDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[248/265] Compiling CIFilterFactory UnsharpMask.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[249/265] Compiling CIFilterFactory Vibrance.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[250/265] Compiling CIFilterFactory Vignette.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[251/265] Compiling CIFilterFactory VignetteEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[252/265] Compiling CIFilterFactory VividLightBlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[253/265] Compiling CIFilterFactory VortexDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[254/265] Compiling CIFilterFactory WhitePointAdjust.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[255/265] Compiling CIFilterFactory XRay.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[256/265] Compiling CIFilterFactory ZoomBlur.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[257/265] Compiling CIFilterFactory CIFF+Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[258/265] Compiling CIFilterFactory CIFilterFactory+ValueHandling.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[259/265] Compiling CIFilterFactory Clamping.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[260/265] Compiling CIFilterFactory Dictionary+extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[261/265] Compiling CIFilterFactory resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[261/265] Write Objects.LinkFileList
[263/265] Archiving libCIFilterFactory-static.a
[264/265] Linking libCIFilterFactory-shared.dylib
Build complete! (12.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CIFilterFactory",
"name" : "CIFilterFactory",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CIFilterFactory",
"targets" : [
"CIFilterFactory"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CIFilterFactory-static",
"targets" : [
"CIFilterFactory"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "CIFilterFactory-shared",
"targets" : [
"CIFilterFactory"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "CIFilterFactoryTests",
"module_type" : "SwiftTarget",
"name" : "CIFilterFactoryTests",
"path" : "Tests/CIFilterFactoryTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CIFilterFactoryTests/resources/sydney.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CIFilterFactoryTests/resources/test.jpg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CIFilterFactoryTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CIFilterFactory"
],
"type" : "test"
},
{
"c99name" : "CIFilterFactory",
"module_type" : "SwiftTarget",
"name" : "CIFilterFactory",
"path" : "Sources/CIFilterFactory",
"product_memberships" : [
"CIFilterFactory",
"CIFilterFactory-static",
"CIFilterFactory-shared"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CIFilterFactory+Types.swift",
"CIFilterFactory.swift",
"CIImage+extensions.swift",
"CIVector+extensions.swift",
"extensions/QRCodeGenerator+extensions.swift",
"generated/AccordionFoldTransition.swift",
"generated/AdditionCompositing.swift",
"generated/AffineClamp.swift",
"generated/AffineTile.swift",
"generated/AffineTransform.swift",
"generated/AreaAlphaWeightedHistogram.swift",
"generated/AreaAverage.swift",
"generated/AreaAverageMaximumRed.swift",
"generated/AreaBoundsRed.swift",
"generated/AreaHistogram.swift",
"generated/AreaLogarithmicHistogram.swift",
"generated/AreaMaximum.swift",
"generated/AreaMaximumAlpha.swift",
"generated/AreaMinMax.swift",
"generated/AreaMinMaxRed.swift",
"generated/AreaMinimum.swift",
"generated/AreaMinimumAlpha.swift",
"generated/AttributedTextImageGenerator.swift",
"generated/AztecCodeGenerator.swift",
"generated/BarcodeGenerator.swift",
"generated/BarsSwipeTransition.swift",
"generated/BicubicScaleTransform.swift",
"generated/BlendWithAlphaMask.swift",
"generated/BlendWithBlueMask.swift",
"generated/BlendWithMask.swift",
"generated/BlendWithRedMask.swift",
"generated/Bloom.swift",
"generated/BlurredRectangleGenerator.swift",
"generated/BlurredRoundedRectangleGenerator.swift",
"generated/BokehBlur.swift",
"generated/BoxBlur.swift",
"generated/BumpDistortion.swift",
"generated/BumpDistortionLinear.swift",
"generated/CMYKHalftone.swift",
"generated/CameraCalibrationLensCorrection.swift",
"generated/CannyEdgeDetector.swift",
"generated/CheckerboardGenerator.swift",
"generated/CircleSplashDistortion.swift",
"generated/CircularScreen.swift",
"generated/CircularWrap.swift",
"generated/Clamp.swift",
"generated/Code128BarcodeGenerator.swift",
"generated/ColorAbsoluteDifference.swift",
"generated/ColorBlendMode.swift",
"generated/ColorBurnBlendMode.swift",
"generated/ColorClamp.swift",
"generated/ColorControls.swift",
"generated/ColorCrossPolynomial.swift",
"generated/ColorCube.swift",
"generated/ColorCubeWithColorSpace.swift",
"generated/ColorCubesMixedWithMask.swift",
"generated/ColorCurves.swift",
"generated/ColorDodgeBlendMode.swift",
"generated/ColorInvert.swift",
"generated/ColorMap.swift",
"generated/ColorMatrix.swift",
"generated/ColorMonochrome.swift",
"generated/ColorPolynomial.swift",
"generated/ColorPosterize.swift",
"generated/ColorThreshold.swift",
"generated/ColorThresholdOtsu.swift",
"generated/ColumnAverage.swift",
"generated/ComicEffect.swift",
"generated/ConstantColorGenerator.swift",
"generated/ConvertLabToRGB.swift",
"generated/ConvertRGBtoLab.swift",
"generated/Convolution3X3.swift",
"generated/Convolution5X5.swift",
"generated/Convolution7X7.swift",
"generated/Convolution9Horizontal.swift",
"generated/Convolution9Vertical.swift",
"generated/ConvolutionRGB3X3.swift",
"generated/ConvolutionRGB5X5.swift",
"generated/ConvolutionRGB7X7.swift",
"generated/ConvolutionRGB9Horizontal.swift",
"generated/ConvolutionRGB9Vertical.swift",
"generated/CopyMachineTransition.swift",
"generated/CoreMLModelFilter.swift",
"generated/Crop.swift",
"generated/Crystallize.swift",
"generated/DarkenBlendMode.swift",
"generated/DepthBlurEffect.swift",
"generated/DepthOfField.swift",
"generated/DepthToDisparity.swift",
"generated/DifferenceBlendMode.swift",
"generated/DiscBlur.swift",
"generated/DisintegrateWithMaskTransition.swift",
"generated/DisparityToDepth.swift",
"generated/DisplacementDistortion.swift",
"generated/DissolveTransition.swift",
"generated/DistanceGradientFromRedMask.swift",
"generated/Dither.swift",
"generated/DivideBlendMode.swift",
"generated/DocumentEnhancer.swift",
"generated/DotScreen.swift",
"generated/Droste.swift",
"generated/EdgePreserveUpsampleFilter.swift",
"generated/EdgeWork.swift",
"generated/Edges.swift",
"generated/EightfoldReflectedTile.swift",
"generated/ExclusionBlendMode.swift",
"generated/ExposureAdjust.swift",
"generated/FalseColor.swift",
"generated/FlashTransition.swift",
"generated/FourfoldReflectedTile.swift",
"generated/FourfoldRotatedTile.swift",
"generated/FourfoldTranslatedTile.swift",
"generated/GaborGradients.swift",
"generated/GammaAdjust.swift",
"generated/GaussianBlur.swift",
"generated/GaussianGradient.swift",
"generated/GlassDistortion.swift",
"generated/GlassLozenge.swift",
"generated/GlideReflectedTile.swift",
"generated/Gloom.swift",
"generated/GuidedFilter.swift",
"generated/HardLightBlendMode.swift",
"generated/HatchedScreen.swift",
"generated/HeightFieldFromMask.swift",
"generated/HexagonalPixellate.swift",
"generated/HighlightShadowAdjust.swift",
"generated/HistogramDisplayFilter.swift",
"generated/HoleDistortion.swift",
"generated/HueAdjust.swift",
"generated/HueBlendMode.swift",
"generated/HueSaturationValueGradient.swift",
"generated/KMeans.swift",
"generated/Kaleidoscope.swift",
"generated/KeystoneCorrectionCombined.swift",
"generated/KeystoneCorrectionHorizontal.swift",
"generated/KeystoneCorrectionVertical.swift",
"generated/LabDeltaE.swift",
"generated/LanczosScaleTransform.swift",
"generated/LenticularHaloGenerator.swift",
"generated/LightTunnel.swift",
"generated/LightenBlendMode.swift",
"generated/LineOverlay.swift",
"generated/LineScreen.swift",
"generated/LinearBurnBlendMode.swift",
"generated/LinearDodgeBlendMode.swift",
"generated/LinearGradient.swift",
"generated/LinearLightBlendMode.swift",
"generated/LinearToSRGBToneCurve.swift",
"generated/LuminosityBlendMode.swift",
"generated/MaskToAlpha.swift",
"generated/MaskedVariableBlur.swift",
"generated/MaximumComponent.swift",
"generated/MaximumCompositing.swift",
"generated/MaximumScaleTransform.swift",
"generated/MedianFilter.swift",
"generated/MeshGenerator.swift",
"generated/MinimumComponent.swift",
"generated/MinimumCompositing.swift",
"generated/Mix.swift",
"generated/ModTransition.swift",
"generated/MorphologyGradient.swift",
"generated/MorphologyMaximum.swift",
"generated/MorphologyMinimum.swift",
"generated/MorphologyRectangleMaximum.swift",
"generated/MorphologyRectangleMinimum.swift",
"generated/MotionBlur.swift",
"generated/MultiplyBlendMode.swift",
"generated/MultiplyCompositing.swift",
"generated/NinePartStretched.swift",
"generated/NinePartTiled.swift",
"generated/NoiseReduction.swift",
"generated/OpTile.swift",
"generated/OverlayBlendMode.swift",
"generated/PDF417BarcodeGenerator.swift",
"generated/PageCurlTransition.swift",
"generated/PageCurlWithShadowTransition.swift",
"generated/PaletteCentroid.swift",
"generated/Palettize.swift",
"generated/ParallelogramTile.swift",
"generated/PersonSegmentation.swift",
"generated/PerspectiveCorrection.swift",
"generated/PerspectiveRotate.swift",
"generated/PerspectiveTile.swift",
"generated/PerspectiveTransform.swift",
"generated/PerspectiveTransformWithExtent.swift",
"generated/PhotoEffectChrome.swift",
"generated/PhotoEffectFade.swift",
"generated/PhotoEffectInstant.swift",
"generated/PhotoEffectMono.swift",
"generated/PhotoEffectNoir.swift",
"generated/PhotoEffectProcess.swift",
"generated/PhotoEffectTonal.swift",
"generated/PhotoEffectTransfer.swift",
"generated/PinLightBlendMode.swift",
"generated/PinchDistortion.swift",
"generated/Pixellate.swift",
"generated/Pointillize.swift",
"generated/QRCodeGenerator.swift",
"generated/RadialGradient.swift",
"generated/RandomGenerator.swift",
"generated/RippleTransition.swift",
"generated/RoundedQRCodeGenerator.swift",
"generated/RoundedRectangleGenerator.swift",
"generated/RoundedRectangleStrokeGenerator.swift",
"generated/RowAverage.swift",
"generated/SRGBToneCurveToLinear.swift",
"generated/SaliencyMapFilter.swift",
"generated/SampleNearest.swift",
"generated/SaturationBlendMode.swift",
"generated/ScreenBlendMode.swift",
"generated/SepiaTone.swift",
"generated/ShadedMaterial.swift",
"generated/SharpenLuminance.swift",
"generated/SignedDistanceGradientFromRedMask.swift",
"generated/SixfoldReflectedTile.swift",
"generated/SixfoldRotatedTile.swift",
"generated/SmoothLinearGradient.swift",
"generated/SobelGradients.swift",
"generated/SoftLightBlendMode.swift",
"generated/SourceAtopCompositing.swift",
"generated/SourceInCompositing.swift",
"generated/SourceOutCompositing.swift",
"generated/SourceOverCompositing.swift",
"generated/SpotColor.swift",
"generated/SpotLight.swift",
"generated/StarShineGenerator.swift",
"generated/StraightenFilter.swift",
"generated/StretchCrop.swift",
"generated/StripesGenerator.swift",
"generated/SubtractBlendMode.swift",
"generated/SunbeamsGenerator.swift",
"generated/SwipeTransition.swift",
"generated/SystemToneMap.swift",
"generated/TemperatureAndTint.swift",
"generated/TextImageGenerator.swift",
"generated/Thermal.swift",
"generated/ToneCurve.swift",
"generated/ToneMapHeadroom.swift",
"generated/TorusLensDistortion.swift",
"generated/TriangleKaleidoscope.swift",
"generated/TriangleTile.swift",
"generated/TwelvefoldReflectedTile.swift",
"generated/TwirlDistortion.swift",
"generated/UnsharpMask.swift",
"generated/Vibrance.swift",
"generated/Vignette.swift",
"generated/VignetteEffect.swift",
"generated/VividLightBlendMode.swift",
"generated/VortexDistortion.swift",
"generated/WhitePointAdjust.swift",
"generated/XRay.swift",
"generated/ZoomBlur.swift",
"private/CIFF+Logger.swift",
"private/CIFilterFactory+ValueHandling.swift",
"private/Clamping.swift",
"private/Dictionary+extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.