Build Information
Successful build of CIFilterFactory, reference 18.1.0 (86a68c
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 02:52:54 UTC.
Swift 6 data race errors: 31
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
| `- 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/ConvolutionRGB7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
[182/260] Compiling CIFilterFactory DepthOfField.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
[183/260] Compiling CIFilterFactory DepthToDisparity.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
[184/260] Compiling CIFilterFactory DifferenceBlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
[185/260] Compiling CIFilterFactory DiscBlur.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
[186/260] Compiling CIFilterFactory DisintegrateWithMaskTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
[187/260] Compiling CIFilterFactory DisparityToDepth.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
[188/260] Compiling CIFilterFactory DisplacementDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/Convolution9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/Convolution9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB3X3.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB3X3.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB5X5.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB5X5.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 25)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB7X7.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB7X7.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], count: 49)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Horizontal.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Horizontal.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/generated/ConvolutionRGB9Vertical.swift:93:28: warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| `- warning: static property 'weightsDefault' is not concurrency-safe because non-'Sendable' type 'CIVector' may have shared mutable state; this is an error in the Swift 6 language mode
94 |
95 | // MARK: - bias (inputBias)
/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/ConvolutionRGB9Vertical.swift:25:2: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
23 |
24 | import AVFoundation
25 | import CoreImage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreImage'
26 | import CoreML
27 | import Foundation
:
91 |
92 | /// `weights` default value
93 | @objc public static let weightsDefault = CIVector(values: [0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0], count: 9)
| |- note: 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)
[189/260] Compiling CIFilterFactory BarcodeGenerator.swift
[190/260] Compiling CIFilterFactory BarsSwipeTransition.swift
[191/260] Compiling CIFilterFactory BicubicScaleTransform.swift
[192/260] Compiling CIFilterFactory BlendWithAlphaMask.swift
[193/260] Compiling CIFilterFactory BlendWithBlueMask.swift
[194/260] Compiling CIFilterFactory BlendWithMask.swift
[195/260] Compiling CIFilterFactory BlendWithRedMask.swift
[196/260] Compiling CIFilterFactory Bloom.swift
[197/260] Compiling CIFilterFactory BlurredRectangleGenerator.swift
[198/260] Compiling CIFilterFactory BokehBlur.swift
[199/260] Compiling CIFilterFactory BoxBlur.swift
[200/260] Compiling CIFilterFactory BumpDistortion.swift
[201/260] Compiling CIFilterFactory BumpDistortionLinear.swift
[202/260] Compiling CIFilterFactory CMYKHalftone.swift
[203/260] Compiling CIFilterFactory CameraCalibrationLensCorrection.swift
[204/260] Compiling CIFilterFactory CannyEdgeDetector.swift
[205/260] Compiling CIFilterFactory CheckerboardGenerator.swift
[206/260] Compiling CIFilterFactory CircleSplashDistortion.swift
[207/260] Compiling CIFilterFactory CircularScreen.swift
[208/260] Compiling CIFilterFactory CircularWrap.swift
[209/260] Compiling CIFilterFactory Clamp.swift
[210/260] Compiling CIFilterFactory Code128BarcodeGenerator.swift
[211/260] Compiling CIFilterFactory ColorAbsoluteDifference.swift
[212/260] Compiling CIFilterFactory GlassLozenge.swift
[213/260] Compiling CIFilterFactory GlideReflectedTile.swift
[214/260] Compiling CIFilterFactory Gloom.swift
[215/260] Compiling CIFilterFactory GuidedFilter.swift
[216/260] Compiling CIFilterFactory HardLightBlendMode.swift
[217/260] Compiling CIFilterFactory HatchedScreen.swift
[218/260] Compiling CIFilterFactory HeightFieldFromMask.swift
[219/260] Compiling CIFilterFactory HexagonalPixellate.swift
[220/260] Compiling CIFilterFactory HighlightShadowAdjust.swift
[221/260] Compiling CIFilterFactory HistogramDisplayFilter.swift
[222/260] Compiling CIFilterFactory HoleDistortion.swift
[223/260] Compiling CIFilterFactory HueAdjust.swift
[224/260] Compiling CIFilterFactory HueBlendMode.swift
[225/260] Compiling CIFilterFactory HueSaturationValueGradient.swift
[226/260] Compiling CIFilterFactory KMeans.swift
[227/260] Compiling CIFilterFactory Kaleidoscope.swift
[228/260] Compiling CIFilterFactory KeystoneCorrectionCombined.swift
[229/260] Compiling CIFilterFactory KeystoneCorrectionHorizontal.swift
[230/260] Compiling CIFilterFactory KeystoneCorrectionVertical.swift
[231/260] Compiling CIFilterFactory LabDeltaE.swift
[232/260] Compiling CIFilterFactory LanczosScaleTransform.swift
[233/260] Compiling CIFilterFactory LenticularHaloGenerator.swift
[234/260] Compiling CIFilterFactory LightTunnel.swift
[235/260] Compiling CIFilterFactory Thermal.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[236/260] Compiling CIFilterFactory ToneCurve.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[237/260] Compiling CIFilterFactory ToneMapHeadroom.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[238/260] Compiling CIFilterFactory TorusLensDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[239/260] Compiling CIFilterFactory TriangleKaleidoscope.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory TriangleTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[241/260] Compiling CIFilterFactory TwelvefoldReflectedTile.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory TwirlDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[243/260] Compiling CIFilterFactory UnsharpMask.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory Vibrance.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[245/260] Compiling CIFilterFactory Vignette.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory VignetteEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[247/260] Compiling CIFilterFactory VividLightBlendMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory VortexDistortion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[249/260] Compiling CIFilterFactory WhitePointAdjust.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory XRay.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[251/260] Compiling CIFilterFactory ZoomBlur.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory CIFF+Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[253/260] Compiling CIFilterFactory CIFilterFactory+ValueHandling.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory Clamping.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[255/260] Compiling CIFilterFactory Dictionary+extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: 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/260] Compiling CIFilterFactory resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/private/CIFF+Logger.swift:30:32: warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | @available(macOS 11.0, iOS 14, tvOS 14, *)
30 | @usableFromInline internal var _logger: Logger = Logger()
| |- warning: var '_logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_logger' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | @available(macOS 11.0, iOS 14, tvOS 14, *)
[256/260] Write Objects.LinkFileList
[258/260] Archiving libCIFilterFactory-static.a
[259/260] Linking libCIFilterFactory-shared.dylib
Build complete! (12.15s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CIFilterFactory",
"name" : "CIFilterFactory",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "CIFilterFactory",
"targets" : [
"CIFilterFactory"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CIFilterFactory-static",
"targets" : [
"CIFilterFactory"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "CIFilterFactory-shared",
"targets" : [
"CIFilterFactory"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "CIFilterFactoryTests",
"module_type" : "SwiftTarget",
"name" : "CIFilterFactoryTests",
"path" : "Tests/CIFilterFactoryTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CIFilterFactoryTests/resources/sydney.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CIFilterFactoryTests/resources/test.jpg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CIFilterFactoryTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CIFilterFactory"
],
"type" : "test"
},
{
"c99name" : "CIFilterFactory",
"module_type" : "SwiftTarget",
"name" : "CIFilterFactory",
"path" : "Sources/CIFilterFactory",
"product_memberships" : [
"CIFilterFactory",
"CIFilterFactory-static",
"CIFilterFactory-shared"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CIFilterFactory/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CIFilterFactory+Types.swift",
"CIFilterFactory.swift",
"CIImage+extensions.swift",
"CIVector+extensions.swift",
"extensions/QRCodeGenerator+extensions.swift",
"generated/AccordionFoldTransition.swift",
"generated/AdditionCompositing.swift",
"generated/AffineClamp.swift",
"generated/AffineTile.swift",
"generated/AffineTransform.swift",
"generated/AreaAlphaWeightedHistogram.swift",
"generated/AreaAverage.swift",
"generated/AreaBoundsRed.swift",
"generated/AreaHistogram.swift",
"generated/AreaLogarithmicHistogram.swift",
"generated/AreaMaximum.swift",
"generated/AreaMaximumAlpha.swift",
"generated/AreaMinMax.swift",
"generated/AreaMinMaxRed.swift",
"generated/AreaMinimum.swift",
"generated/AreaMinimumAlpha.swift",
"generated/AttributedTextImageGenerator.swift",
"generated/AztecCodeGenerator.swift",
"generated/BarcodeGenerator.swift",
"generated/BarsSwipeTransition.swift",
"generated/BicubicScaleTransform.swift",
"generated/BlendWithAlphaMask.swift",
"generated/BlendWithBlueMask.swift",
"generated/BlendWithMask.swift",
"generated/BlendWithRedMask.swift",
"generated/Bloom.swift",
"generated/BlurredRectangleGenerator.swift",
"generated/BokehBlur.swift",
"generated/BoxBlur.swift",
"generated/BumpDistortion.swift",
"generated/BumpDistortionLinear.swift",
"generated/CMYKHalftone.swift",
"generated/CameraCalibrationLensCorrection.swift",
"generated/CannyEdgeDetector.swift",
"generated/CheckerboardGenerator.swift",
"generated/CircleSplashDistortion.swift",
"generated/CircularScreen.swift",
"generated/CircularWrap.swift",
"generated/Clamp.swift",
"generated/Code128BarcodeGenerator.swift",
"generated/ColorAbsoluteDifference.swift",
"generated/ColorBlendMode.swift",
"generated/ColorBurnBlendMode.swift",
"generated/ColorClamp.swift",
"generated/ColorControls.swift",
"generated/ColorCrossPolynomial.swift",
"generated/ColorCube.swift",
"generated/ColorCubeWithColorSpace.swift",
"generated/ColorCubesMixedWithMask.swift",
"generated/ColorCurves.swift",
"generated/ColorDodgeBlendMode.swift",
"generated/ColorInvert.swift",
"generated/ColorMap.swift",
"generated/ColorMatrix.swift",
"generated/ColorMonochrome.swift",
"generated/ColorPolynomial.swift",
"generated/ColorPosterize.swift",
"generated/ColorThreshold.swift",
"generated/ColorThresholdOtsu.swift",
"generated/ColumnAverage.swift",
"generated/ComicEffect.swift",
"generated/ConstantColorGenerator.swift",
"generated/ConvertLabToRGB.swift",
"generated/ConvertRGBtoLab.swift",
"generated/Convolution3X3.swift",
"generated/Convolution5X5.swift",
"generated/Convolution7X7.swift",
"generated/Convolution9Horizontal.swift",
"generated/Convolution9Vertical.swift",
"generated/ConvolutionRGB3X3.swift",
"generated/ConvolutionRGB5X5.swift",
"generated/ConvolutionRGB7X7.swift",
"generated/ConvolutionRGB9Horizontal.swift",
"generated/ConvolutionRGB9Vertical.swift",
"generated/CopyMachineTransition.swift",
"generated/CoreMLModelFilter.swift",
"generated/Crop.swift",
"generated/Crystallize.swift",
"generated/DarkenBlendMode.swift",
"generated/DepthBlurEffect.swift",
"generated/DepthOfField.swift",
"generated/DepthToDisparity.swift",
"generated/DifferenceBlendMode.swift",
"generated/DiscBlur.swift",
"generated/DisintegrateWithMaskTransition.swift",
"generated/DisparityToDepth.swift",
"generated/DisplacementDistortion.swift",
"generated/DissolveTransition.swift",
"generated/DistanceGradientFromRedMask.swift",
"generated/Dither.swift",
"generated/DivideBlendMode.swift",
"generated/DocumentEnhancer.swift",
"generated/DotScreen.swift",
"generated/Droste.swift",
"generated/EdgePreserveUpsampleFilter.swift",
"generated/EdgeWork.swift",
"generated/Edges.swift",
"generated/EightfoldReflectedTile.swift",
"generated/ExclusionBlendMode.swift",
"generated/ExposureAdjust.swift",
"generated/FalseColor.swift",
"generated/FlashTransition.swift",
"generated/FourfoldReflectedTile.swift",
"generated/FourfoldRotatedTile.swift",
"generated/FourfoldTranslatedTile.swift",
"generated/GaborGradients.swift",
"generated/GammaAdjust.swift",
"generated/GaussianBlur.swift",
"generated/GaussianGradient.swift",
"generated/GlassDistortion.swift",
"generated/GlassLozenge.swift",
"generated/GlideReflectedTile.swift",
"generated/Gloom.swift",
"generated/GuidedFilter.swift",
"generated/HardLightBlendMode.swift",
"generated/HatchedScreen.swift",
"generated/HeightFieldFromMask.swift",
"generated/HexagonalPixellate.swift",
"generated/HighlightShadowAdjust.swift",
"generated/HistogramDisplayFilter.swift",
"generated/HoleDistortion.swift",
"generated/HueAdjust.swift",
"generated/HueBlendMode.swift",
"generated/HueSaturationValueGradient.swift",
"generated/KMeans.swift",
"generated/Kaleidoscope.swift",
"generated/KeystoneCorrectionCombined.swift",
"generated/KeystoneCorrectionHorizontal.swift",
"generated/KeystoneCorrectionVertical.swift",
"generated/LabDeltaE.swift",
"generated/LanczosScaleTransform.swift",
"generated/LenticularHaloGenerator.swift",
"generated/LightTunnel.swift",
"generated/LightenBlendMode.swift",
"generated/LineOverlay.swift",
"generated/LineScreen.swift",
"generated/LinearBurnBlendMode.swift",
"generated/LinearDodgeBlendMode.swift",
"generated/LinearGradient.swift",
"generated/LinearLightBlendMode.swift",
"generated/LinearToSRGBToneCurve.swift",
"generated/LuminosityBlendMode.swift",
"generated/MaskToAlpha.swift",
"generated/MaskedVariableBlur.swift",
"generated/MaximumComponent.swift",
"generated/MaximumCompositing.swift",
"generated/MaximumScaleTransform.swift",
"generated/MedianFilter.swift",
"generated/MeshGenerator.swift",
"generated/MinimumComponent.swift",
"generated/MinimumCompositing.swift",
"generated/Mix.swift",
"generated/ModTransition.swift",
"generated/MorphologyGradient.swift",
"generated/MorphologyMaximum.swift",
"generated/MorphologyMinimum.swift",
"generated/MorphologyRectangleMaximum.swift",
"generated/MorphologyRectangleMinimum.swift",
"generated/MotionBlur.swift",
"generated/MultiplyBlendMode.swift",
"generated/MultiplyCompositing.swift",
"generated/NinePartStretched.swift",
"generated/NinePartTiled.swift",
"generated/NoiseReduction.swift",
"generated/OpTile.swift",
"generated/OverlayBlendMode.swift",
"generated/PDF417BarcodeGenerator.swift",
"generated/PageCurlTransition.swift",
"generated/PageCurlWithShadowTransition.swift",
"generated/PaletteCentroid.swift",
"generated/Palettize.swift",
"generated/ParallelogramTile.swift",
"generated/PersonSegmentation.swift",
"generated/PerspectiveCorrection.swift",
"generated/PerspectiveRotate.swift",
"generated/PerspectiveTile.swift",
"generated/PerspectiveTransform.swift",
"generated/PerspectiveTransformWithExtent.swift",
"generated/PhotoEffectChrome.swift",
"generated/PhotoEffectFade.swift",
"generated/PhotoEffectInstant.swift",
"generated/PhotoEffectMono.swift",
"generated/PhotoEffectNoir.swift",
"generated/PhotoEffectProcess.swift",
"generated/PhotoEffectTonal.swift",
"generated/PhotoEffectTransfer.swift",
"generated/PinLightBlendMode.swift",
"generated/PinchDistortion.swift",
"generated/Pixellate.swift",
"generated/Pointillize.swift",
"generated/QRCodeGenerator.swift",
"generated/RadialGradient.swift",
"generated/RandomGenerator.swift",
"generated/RippleTransition.swift",
"generated/RoundedRectangleGenerator.swift",
"generated/RoundedRectangleStrokeGenerator.swift",
"generated/RowAverage.swift",
"generated/SRGBToneCurveToLinear.swift",
"generated/SaliencyMapFilter.swift",
"generated/SampleNearest.swift",
"generated/SaturationBlendMode.swift",
"generated/ScreenBlendMode.swift",
"generated/SepiaTone.swift",
"generated/ShadedMaterial.swift",
"generated/SharpenLuminance.swift",
"generated/SixfoldReflectedTile.swift",
"generated/SixfoldRotatedTile.swift",
"generated/SmoothLinearGradient.swift",
"generated/SobelGradients.swift",
"generated/SoftLightBlendMode.swift",
"generated/SourceAtopCompositing.swift",
"generated/SourceInCompositing.swift",
"generated/SourceOutCompositing.swift",
"generated/SourceOverCompositing.swift",
"generated/SpotColor.swift",
"generated/SpotLight.swift",
"generated/StarShineGenerator.swift",
"generated/StraightenFilter.swift",
"generated/StretchCrop.swift",
"generated/StripesGenerator.swift",
"generated/SubtractBlendMode.swift",
"generated/SunbeamsGenerator.swift",
"generated/SwipeTransition.swift",
"generated/TemperatureAndTint.swift",
"generated/TextImageGenerator.swift",
"generated/Thermal.swift",
"generated/ToneCurve.swift",
"generated/ToneMapHeadroom.swift",
"generated/TorusLensDistortion.swift",
"generated/TriangleKaleidoscope.swift",
"generated/TriangleTile.swift",
"generated/TwelvefoldReflectedTile.swift",
"generated/TwirlDistortion.swift",
"generated/UnsharpMask.swift",
"generated/Vibrance.swift",
"generated/Vignette.swift",
"generated/VignetteEffect.swift",
"generated/VividLightBlendMode.swift",
"generated/VortexDistortion.swift",
"generated/WhitePointAdjust.swift",
"generated/XRay.swift",
"generated/ZoomBlur.swift",
"private/CIFF+Logger.swift",
"private/CIFilterFactory+ValueHandling.swift",
"private/Clamping.swift",
"private/Dictionary+extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.