This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of TNGradientPickerSlider with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 33

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:39:16: warning: static property 'easeInBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
   |                |- warning: static property 'easeInBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:40:16: warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
   |                |- warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
42 |
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:41:16: warning: static property 'easeInOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
   |                |- warning: static property 'easeInOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |
43 | }
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Formatters/TNOnlyNumbersFormatter.swift:10:13: warning: class 'TNOnlyNumbersFormatter' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | final class TNOnlyNumbersFormatter: NumberFormatter {
   |             `- warning: class 'TNOnlyNumbersFormatter' must restate inherited '@unchecked Sendable' conformance
11 |
12 |     override func isPartialStringValid(_ partialString: String, newEditingString newString: AutoreleasingUnsafeMutablePointer<NSString?>?, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>?) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:105:10: warning: main actor-isolated instance method 'gradientTrackView(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 97 |
 98 | // MARK: - TNGradientTrackViewDelegate
 99 | extension TNGradientPickerSliderViewController: TNGradientTrackViewDelegate {
    |                                                 `- note: add '@preconcurrency' to the 'TNGradientTrackViewDelegate' conformance to defer isolation checking to run time
100 |
101 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView) {
    :
103 |     }
104 |
105 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor]) {
    |          |- warning: main actor-isolated instance method 'gradientTrackView(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |          `- note: add 'nonisolated' to 'gradientTrackView(_:didUpdate:)' to make this instance method not isolated to the actor
106 |         delegate?.gradientSliderViewController(self, didUpdate: gradientColors)
107 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientSliderView.swift:11:10: note: mark the protocol requirement 'gradientTrackView(_:didUpdate:)' 'async' to allow actor-isolated conformances
  9 |
 10 | protocol TNGradientTrackViewDelegate: AnyObject {
 11 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor])
    |          `- note: mark the protocol requirement 'gradientTrackView(_:didUpdate:)' 'async' to allow actor-isolated conformances
 12 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView)
 13 | }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:101:10: warning: main actor-isolated instance method 'gradientTrackView(_:showColorPicker:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 99 | extension TNGradientPickerSliderViewController: TNGradientTrackViewDelegate {
100 |
101 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView) {
    |          |- warning: main actor-isolated instance method 'gradientTrackView(_:showColorPicker:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |          `- note: add 'nonisolated' to 'gradientTrackView(_:showColorPicker:)' to make this instance method not isolated to the actor
102 |         showColorPicker(on: handleView)
103 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientSliderView.swift:12:10: note: mark the protocol requirement 'gradientTrackView(_:showColorPicker:)' 'async' to allow actor-isolated conformances
 10 | protocol TNGradientTrackViewDelegate: AnyObject {
 11 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor])
 12 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView)
    |          `- note: mark the protocol requirement 'gradientTrackView(_:showColorPicker:)' 'async' to allow actor-isolated conformances
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:114:17: warning: main actor-isolated instance method 'colorPickerViewController(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
110 |
111 | // MARK: - TNColorPickerViewControllerDelegate
112 | extension TNGradientPickerSliderViewController: TNColorPickerViewControllerDelegate {
    |                                                 `- note: add '@preconcurrency' to the 'TNColorPickerViewControllerDelegate' conformance to defer isolation checking to run time
113 |
114 |     public func colorPickerViewController(_ viewController: TNColorPickerViewController, didUpdate color: NSColor) {
    |                 |- warning: main actor-isolated instance method 'colorPickerViewController(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |                 `- note: add 'nonisolated' to 'colorPickerViewController(_:didUpdate:)' to make this instance method not isolated to the actor
115 |         guard let handleViewPickingColor else { return }
116 |
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Color Picker View Controller/TNColorPickerViewController.swift:11:10: note: mark the protocol requirement 'colorPickerViewController(_:didUpdate:)' 'async' to allow actor-isolated conformances
  9 |
 10 | public protocol TNColorPickerViewControllerDelegate: AnyObject {
 11 |     func colorPickerViewController(_ viewController: TNColorPickerViewController, didUpdate color: NSColor)
    |          `- note: mark the protocol requirement 'colorPickerViewController(_:didUpdate:)' 'async' to allow actor-isolated conformances
 12 | }
 13 |
[17/32] Compiling TNGradientPickerSlider TNTrackHandleView.swift
[18/32] Compiling TNGradientPickerSlider HSB.swift
[19/32] Compiling TNGradientPickerSlider NSColor+Random.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Formatters/TNOnlyNumbersFormatter.swift:10:13: warning: class 'TNOnlyNumbersFormatter' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | final class TNOnlyNumbersFormatter: NumberFormatter {
   |             `- warning: class 'TNOnlyNumbersFormatter' must restate inherited '@unchecked Sendable' conformance
11 |
12 |     override func isPartialStringValid(_ partialString: String, newEditingString newString: AutoreleasingUnsafeMutablePointer<NSString?>?, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>?) -> Bool {
[20/32] Compiling TNGradientPickerSlider NSView+BackgroundColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Formatters/TNOnlyNumbersFormatter.swift:10:13: warning: class 'TNOnlyNumbersFormatter' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | final class TNOnlyNumbersFormatter: NumberFormatter {
   |             `- warning: class 'TNOnlyNumbersFormatter' must restate inherited '@unchecked Sendable' conformance
11 |
12 |     override func isPartialStringValid(_ partialString: String, newEditingString newString: AutoreleasingUnsafeMutablePointer<NSString?>?, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>?) -> Bool {
[21/32] Compiling TNGradientPickerSlider TNOnlyNumbersFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Formatters/TNOnlyNumbersFormatter.swift:10:13: warning: class 'TNOnlyNumbersFormatter' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | final class TNOnlyNumbersFormatter: NumberFormatter {
   |             `- warning: class 'TNOnlyNumbersFormatter' must restate inherited '@unchecked Sendable' conformance
11 |
12 |     override func isPartialStringValid(_ partialString: String, newEditingString newString: AutoreleasingUnsafeMutablePointer<NSString?>?, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>?) -> Bool {
[22/32] Compiling TNGradientPickerSlider TNSliderHandleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Color Picker View Controller/TNColorPickerViewController.swift:159:10: warning: main actor-isolated instance method 'viewWantsColorInformation()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 13 |
 14 | protocol TNColorPickerDataSource: AnyObject {
 15 |     func viewWantsColorInformation() -> RGBA
    |          `- note: mark the protocol requirement 'viewWantsColorInformation()' 'async' to allow actor-isolated conformances
 16 | }
 17 |
    :
155 | }
156 |
157 | extension TNColorPickerViewController: TNColorPickerDataSource {
    |                                        `- note: add '@preconcurrency' to the 'TNColorPickerDataSource' conformance to defer isolation checking to run time
158 |
159 |     func viewWantsColorInformation() -> RGBA {
    |          |- warning: main actor-isolated instance method 'viewWantsColorInformation()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |          `- note: add 'nonisolated' to 'viewWantsColorInformation()' to make this instance method not isolated to the actor
160 |         return rgba
161 |     }
[23/32] Compiling TNGradientPickerSlider TNSaturationBrightnessView.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Color Picker View Controller/TNColorPickerViewController.swift:159:10: warning: main actor-isolated instance method 'viewWantsColorInformation()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 13 |
 14 | protocol TNColorPickerDataSource: AnyObject {
 15 |     func viewWantsColorInformation() -> RGBA
    |          `- note: mark the protocol requirement 'viewWantsColorInformation()' 'async' to allow actor-isolated conformances
 16 | }
 17 |
    :
155 | }
156 |
157 | extension TNColorPickerViewController: TNColorPickerDataSource {
    |                                        `- note: add '@preconcurrency' to the 'TNColorPickerDataSource' conformance to defer isolation checking to run time
158 |
159 |     func viewWantsColorInformation() -> RGBA {
    |          |- warning: main actor-isolated instance method 'viewWantsColorInformation()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |          `- note: add 'nonisolated' to 'viewWantsColorInformation()' to make this instance method not isolated to the actor
160 |         return rgba
161 |     }
[24/32] Compiling TNGradientPickerSlider TNColorPickerViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Color Picker View Controller/TNColorPickerViewController.swift:159:10: warning: main actor-isolated instance method 'viewWantsColorInformation()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 13 |
 14 | protocol TNColorPickerDataSource: AnyObject {
 15 |     func viewWantsColorInformation() -> RGBA
    |          `- note: mark the protocol requirement 'viewWantsColorInformation()' 'async' to allow actor-isolated conformances
 16 | }
 17 |
    :
155 | }
156 |
157 | extension TNColorPickerViewController: TNColorPickerDataSource {
    |                                        `- note: add '@preconcurrency' to the 'TNColorPickerDataSource' conformance to defer isolation checking to run time
158 |
159 |     func viewWantsColorInformation() -> RGBA {
    |          |- warning: main actor-isolated instance method 'viewWantsColorInformation()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |          `- note: add 'nonisolated' to 'viewWantsColorInformation()' to make this instance method not isolated to the actor
160 |         return rgba
161 |     }
[25/32] Compiling TNGradientPickerSlider TNGradientPickerSliderConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:105:10: warning: main actor-isolated instance method 'gradientTrackView(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 97 |
 98 | // MARK: - TNGradientTrackViewDelegate
 99 | extension TNGradientPickerSliderViewController: TNGradientTrackViewDelegate {
    |                                                 `- note: add '@preconcurrency' to the 'TNGradientTrackViewDelegate' conformance to defer isolation checking to run time
100 |
101 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView) {
    :
103 |     }
104 |
105 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor]) {
    |          |- warning: main actor-isolated instance method 'gradientTrackView(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |          `- note: add 'nonisolated' to 'gradientTrackView(_:didUpdate:)' to make this instance method not isolated to the actor
106 |         delegate?.gradientSliderViewController(self, didUpdate: gradientColors)
107 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientSliderView.swift:11:10: note: mark the protocol requirement 'gradientTrackView(_:didUpdate:)' 'async' to allow actor-isolated conformances
  9 |
 10 | protocol TNGradientTrackViewDelegate: AnyObject {
 11 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor])
    |          `- note: mark the protocol requirement 'gradientTrackView(_:didUpdate:)' 'async' to allow actor-isolated conformances
 12 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView)
 13 | }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:101:10: warning: main actor-isolated instance method 'gradientTrackView(_:showColorPicker:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 99 | extension TNGradientPickerSliderViewController: TNGradientTrackViewDelegate {
100 |
101 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView) {
    |          |- warning: main actor-isolated instance method 'gradientTrackView(_:showColorPicker:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |          `- note: add 'nonisolated' to 'gradientTrackView(_:showColorPicker:)' to make this instance method not isolated to the actor
102 |         showColorPicker(on: handleView)
103 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientSliderView.swift:12:10: note: mark the protocol requirement 'gradientTrackView(_:showColorPicker:)' 'async' to allow actor-isolated conformances
 10 | protocol TNGradientTrackViewDelegate: AnyObject {
 11 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor])
 12 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView)
    |          `- note: mark the protocol requirement 'gradientTrackView(_:showColorPicker:)' 'async' to allow actor-isolated conformances
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:114:17: warning: main actor-isolated instance method 'colorPickerViewController(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
110 |
111 | // MARK: - TNColorPickerViewControllerDelegate
112 | extension TNGradientPickerSliderViewController: TNColorPickerViewControllerDelegate {
    |                                                 `- note: add '@preconcurrency' to the 'TNColorPickerViewControllerDelegate' conformance to defer isolation checking to run time
113 |
114 |     public func colorPickerViewController(_ viewController: TNColorPickerViewController, didUpdate color: NSColor) {
    |                 |- warning: main actor-isolated instance method 'colorPickerViewController(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |                 `- note: add 'nonisolated' to 'colorPickerViewController(_:didUpdate:)' to make this instance method not isolated to the actor
115 |         guard let handleViewPickingColor else { return }
116 |
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Color Picker View Controller/TNColorPickerViewController.swift:11:10: note: mark the protocol requirement 'colorPickerViewController(_:didUpdate:)' 'async' to allow actor-isolated conformances
  9 |
 10 | public protocol TNColorPickerViewControllerDelegate: AnyObject {
 11 |     func colorPickerViewController(_ viewController: TNColorPickerViewController, didUpdate color: NSColor)
    |          `- note: mark the protocol requirement 'colorPickerViewController(_:didUpdate:)' 'async' to allow actor-isolated conformances
 12 | }
 13 |
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:40:16: warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
   |                `- warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
42 |
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 6 | //  Thanks to https://felarmir.com/post/05_creat_easy/
 7 |
 8 | import AppKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 9 |
10 | extension CAMediaTimingFunction {
   :
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
   |                |- note: annotate 'easeOutBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
42 |
[26/32] Compiling TNGradientPickerSlider TNGradientPickerSliderViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:105:10: warning: main actor-isolated instance method 'gradientTrackView(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 97 |
 98 | // MARK: - TNGradientTrackViewDelegate
 99 | extension TNGradientPickerSliderViewController: TNGradientTrackViewDelegate {
    |                                                 `- note: add '@preconcurrency' to the 'TNGradientTrackViewDelegate' conformance to defer isolation checking to run time
100 |
101 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView) {
    :
103 |     }
104 |
105 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor]) {
    |          |- warning: main actor-isolated instance method 'gradientTrackView(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |          `- note: add 'nonisolated' to 'gradientTrackView(_:didUpdate:)' to make this instance method not isolated to the actor
106 |         delegate?.gradientSliderViewController(self, didUpdate: gradientColors)
107 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientSliderView.swift:11:10: note: mark the protocol requirement 'gradientTrackView(_:didUpdate:)' 'async' to allow actor-isolated conformances
  9 |
 10 | protocol TNGradientTrackViewDelegate: AnyObject {
 11 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor])
    |          `- note: mark the protocol requirement 'gradientTrackView(_:didUpdate:)' 'async' to allow actor-isolated conformances
 12 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView)
 13 | }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:101:10: warning: main actor-isolated instance method 'gradientTrackView(_:showColorPicker:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 99 | extension TNGradientPickerSliderViewController: TNGradientTrackViewDelegate {
100 |
101 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView) {
    |          |- warning: main actor-isolated instance method 'gradientTrackView(_:showColorPicker:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |          `- note: add 'nonisolated' to 'gradientTrackView(_:showColorPicker:)' to make this instance method not isolated to the actor
102 |         showColorPicker(on: handleView)
103 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientSliderView.swift:12:10: note: mark the protocol requirement 'gradientTrackView(_:showColorPicker:)' 'async' to allow actor-isolated conformances
 10 | protocol TNGradientTrackViewDelegate: AnyObject {
 11 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor])
 12 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView)
    |          `- note: mark the protocol requirement 'gradientTrackView(_:showColorPicker:)' 'async' to allow actor-isolated conformances
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:114:17: warning: main actor-isolated instance method 'colorPickerViewController(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
110 |
111 | // MARK: - TNColorPickerViewControllerDelegate
112 | extension TNGradientPickerSliderViewController: TNColorPickerViewControllerDelegate {
    |                                                 `- note: add '@preconcurrency' to the 'TNColorPickerViewControllerDelegate' conformance to defer isolation checking to run time
113 |
114 |     public func colorPickerViewController(_ viewController: TNColorPickerViewController, didUpdate color: NSColor) {
    |                 |- warning: main actor-isolated instance method 'colorPickerViewController(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |                 `- note: add 'nonisolated' to 'colorPickerViewController(_:didUpdate:)' to make this instance method not isolated to the actor
115 |         guard let handleViewPickingColor else { return }
116 |
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Color Picker View Controller/TNColorPickerViewController.swift:11:10: note: mark the protocol requirement 'colorPickerViewController(_:didUpdate:)' 'async' to allow actor-isolated conformances
  9 |
 10 | public protocol TNColorPickerViewControllerDelegate: AnyObject {
 11 |     func colorPickerViewController(_ viewController: TNColorPickerViewController, didUpdate color: NSColor)
    |          `- note: mark the protocol requirement 'colorPickerViewController(_:didUpdate:)' 'async' to allow actor-isolated conformances
 12 | }
 13 |
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:40:16: warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
   |                `- warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
42 |
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 6 | //  Thanks to https://felarmir.com/post/05_creat_easy/
 7 |
 8 | import AppKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 9 |
10 | extension CAMediaTimingFunction {
   :
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
   |                |- note: annotate 'easeOutBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
42 |
[27/32] Compiling TNGradientPickerSlider TNGradientSliderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:105:10: warning: main actor-isolated instance method 'gradientTrackView(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 97 |
 98 | // MARK: - TNGradientTrackViewDelegate
 99 | extension TNGradientPickerSliderViewController: TNGradientTrackViewDelegate {
    |                                                 `- note: add '@preconcurrency' to the 'TNGradientTrackViewDelegate' conformance to defer isolation checking to run time
100 |
101 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView) {
    :
103 |     }
104 |
105 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor]) {
    |          |- warning: main actor-isolated instance method 'gradientTrackView(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |          `- note: add 'nonisolated' to 'gradientTrackView(_:didUpdate:)' to make this instance method not isolated to the actor
106 |         delegate?.gradientSliderViewController(self, didUpdate: gradientColors)
107 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientSliderView.swift:11:10: note: mark the protocol requirement 'gradientTrackView(_:didUpdate:)' 'async' to allow actor-isolated conformances
  9 |
 10 | protocol TNGradientTrackViewDelegate: AnyObject {
 11 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor])
    |          `- note: mark the protocol requirement 'gradientTrackView(_:didUpdate:)' 'async' to allow actor-isolated conformances
 12 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView)
 13 | }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:101:10: warning: main actor-isolated instance method 'gradientTrackView(_:showColorPicker:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 99 | extension TNGradientPickerSliderViewController: TNGradientTrackViewDelegate {
100 |
101 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView) {
    |          |- warning: main actor-isolated instance method 'gradientTrackView(_:showColorPicker:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |          `- note: add 'nonisolated' to 'gradientTrackView(_:showColorPicker:)' to make this instance method not isolated to the actor
102 |         showColorPicker(on: handleView)
103 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientSliderView.swift:12:10: note: mark the protocol requirement 'gradientTrackView(_:showColorPicker:)' 'async' to allow actor-isolated conformances
 10 | protocol TNGradientTrackViewDelegate: AnyObject {
 11 |     func gradientTrackView(_ view: TNGradientSliderView, didUpdate gradientColors: [TNGradientColor])
 12 |     func gradientTrackView(_ view: TNGradientSliderView, showColorPicker handleView: TNTrackHandleView)
    |          `- note: mark the protocol requirement 'gradientTrackView(_:showColorPicker:)' 'async' to allow actor-isolated conformances
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Gradient Slider View Controller/TNGradientPickerSliderViewController.swift:114:17: warning: main actor-isolated instance method 'colorPickerViewController(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
110 |
111 | // MARK: - TNColorPickerViewControllerDelegate
112 | extension TNGradientPickerSliderViewController: TNColorPickerViewControllerDelegate {
    |                                                 `- note: add '@preconcurrency' to the 'TNColorPickerViewControllerDelegate' conformance to defer isolation checking to run time
113 |
114 |     public func colorPickerViewController(_ viewController: TNColorPickerViewController, didUpdate color: NSColor) {
    |                 |- warning: main actor-isolated instance method 'colorPickerViewController(_:didUpdate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |                 `- note: add 'nonisolated' to 'colorPickerViewController(_:didUpdate:)' to make this instance method not isolated to the actor
115 |         guard let handleViewPickingColor else { return }
116 |
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Color Picker View Controller/TNColorPickerViewController.swift:11:10: note: mark the protocol requirement 'colorPickerViewController(_:didUpdate:)' 'async' to allow actor-isolated conformances
  9 |
 10 | public protocol TNColorPickerViewControllerDelegate: AnyObject {
 11 |     func colorPickerViewController(_ viewController: TNColorPickerViewController, didUpdate color: NSColor)
    |          `- note: mark the protocol requirement 'colorPickerViewController(_:didUpdate:)' 'async' to allow actor-isolated conformances
 12 | }
 13 |
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:40:16: warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
   |                `- warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
42 |
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 6 | //  Thanks to https://felarmir.com/post/05_creat_easy/
 7 |
 8 | import AppKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 9 |
10 | extension CAMediaTimingFunction {
   :
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
   |                |- note: annotate 'easeOutBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
42 |
[28/32] Compiling TNGradientPickerSlider TNTransparancySliderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:12:16: warning: static property 'defaultTiming' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
10 | extension CAMediaTimingFunction {
11 |
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
   |                `- warning: static property 'defaultTiming' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 6 | //  Thanks to https://felarmir.com/post/05_creat_easy/
 7 |
 8 | import AppKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 9 |
10 | extension CAMediaTimingFunction {
11 |
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
   |                |- note: annotate 'defaultTiming' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:13:16: warning: static property 'linear' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
   |                |- warning: static property 'linear' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'linear' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:14:16: warning: static property 'easeIn' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
   |                |- warning: static property 'easeIn' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeIn' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:15:16: warning: static property 'easeOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
   |                |- warning: static property 'easeOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOut' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
17 |
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:16:16: warning: static property 'easeInEaseOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
   |                |- warning: static property 'easeInEaseOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInEaseOut' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:18:16: warning: static property 'easeInSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
17 |
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
   |                |- warning: static property 'easeInSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInSine' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:19:16: warning: static property 'easeOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
   |                |- warning: static property 'easeOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutSine' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:20:16: warning: static property 'easeInOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
   |                |- warning: static property 'easeInOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutSine' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:21:16: warning: static property 'easeInQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
   |                |- warning: static property 'easeInQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInQuad' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:22:16: warning: static property 'easeOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
   |                |- warning: static property 'easeOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutQuad' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:23:16: warning: static property 'easeInOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
   |                |- warning: static property 'easeInOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutQuad' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:24:16: warning: static property 'easeInCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
   |                |- warning: static property 'easeInCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInCubic' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:25:16: warning: static property 'easeOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
   |                |- warning: static property 'easeOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutCubic' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:26:16: warning: static property 'easeInOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
   |                |- warning: static property 'easeInOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutCubic' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:27:16: warning: static property 'easeInQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
   |                |- warning: static property 'easeInQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInQuart' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:28:16: warning: static property 'easeOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
   |                |- warning: static property 'easeOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutQuart' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:29:16: warning: static property 'easeInOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
   |                |- warning: static property 'easeInOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutQuart' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:30:16: warning: static property 'easeInQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
   |                |- warning: static property 'easeInQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInQuint' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:31:16: warning: static property 'easeOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
   |                |- warning: static property 'easeOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutQuint' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:32:16: warning: static property 'easeInOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
   |                |- warning: static property 'easeInOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutQuint' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:33:16: warning: static property 'easeInExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
   |                |- warning: static property 'easeInExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInExpo' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:34:16: warning: static property 'easeOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
   |                |- warning: static property 'easeOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutExpo' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:35:16: warning: static property 'easeInOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
   |                |- warning: static property 'easeInOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutExpo' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:36:16: warning: static property 'easeInCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
   |                |- warning: static property 'easeInCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInCirc' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:37:16: warning: static property 'easeOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
   |                |- warning: static property 'easeOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutCirc' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:38:16: warning: static property 'easeInOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
   |                |- warning: static property 'easeInOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutCirc' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:39:16: warning: static property 'easeInBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
   |                |- warning: static property 'easeInBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:40:16: warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
   |                |- warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
42 |
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:41:16: warning: static property 'easeInOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
   |                |- warning: static property 'easeInOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |
43 | }
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
[29/32] Compiling TNGradientPickerSlider CAMediaTimingFunction+Easings.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:12:16: warning: static property 'defaultTiming' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
10 | extension CAMediaTimingFunction {
11 |
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
   |                `- warning: static property 'defaultTiming' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 6 | //  Thanks to https://felarmir.com/post/05_creat_easy/
 7 |
 8 | import AppKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 9 |
10 | extension CAMediaTimingFunction {
11 |
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
   |                |- note: annotate 'defaultTiming' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:13:16: warning: static property 'linear' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
   |                |- warning: static property 'linear' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'linear' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:14:16: warning: static property 'easeIn' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
   |                |- warning: static property 'easeIn' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeIn' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:15:16: warning: static property 'easeOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
   |                |- warning: static property 'easeOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOut' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
17 |
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:16:16: warning: static property 'easeInEaseOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
   |                |- warning: static property 'easeInEaseOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInEaseOut' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:18:16: warning: static property 'easeInSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
17 |
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
   |                |- warning: static property 'easeInSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInSine' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:19:16: warning: static property 'easeOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
   |                |- warning: static property 'easeOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutSine' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:20:16: warning: static property 'easeInOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
   |                |- warning: static property 'easeInOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutSine' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:21:16: warning: static property 'easeInQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
   |                |- warning: static property 'easeInQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInQuad' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:22:16: warning: static property 'easeOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
   |                |- warning: static property 'easeOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutQuad' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:23:16: warning: static property 'easeInOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
   |                |- warning: static property 'easeInOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutQuad' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:24:16: warning: static property 'easeInCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
   |                |- warning: static property 'easeInCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInCubic' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:25:16: warning: static property 'easeOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
   |                |- warning: static property 'easeOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutCubic' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:26:16: warning: static property 'easeInOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
   |                |- warning: static property 'easeInOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutCubic' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:27:16: warning: static property 'easeInQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
   |                |- warning: static property 'easeInQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInQuart' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:28:16: warning: static property 'easeOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
   |                |- warning: static property 'easeOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutQuart' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:29:16: warning: static property 'easeInOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
   |                |- warning: static property 'easeInOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutQuart' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:30:16: warning: static property 'easeInQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
   |                |- warning: static property 'easeInQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInQuint' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:31:16: warning: static property 'easeOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
   |                |- warning: static property 'easeOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutQuint' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:32:16: warning: static property 'easeInOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
   |                |- warning: static property 'easeInOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutQuint' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:33:16: warning: static property 'easeInExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
   |                |- warning: static property 'easeInExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInExpo' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:34:16: warning: static property 'easeOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
   |                |- warning: static property 'easeOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutExpo' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:35:16: warning: static property 'easeInOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
   |                |- warning: static property 'easeInOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutExpo' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:36:16: warning: static property 'easeInCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
   |                |- warning: static property 'easeInCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInCirc' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:37:16: warning: static property 'easeOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
   |                |- warning: static property 'easeOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutCirc' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:38:16: warning: static property 'easeInOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
   |                |- warning: static property 'easeInOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutCirc' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:39:16: warning: static property 'easeInBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
   |                |- warning: static property 'easeInBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:40:16: warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
   |                |- warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
42 |
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:41:16: warning: static property 'easeInOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
   |                |- warning: static property 'easeInOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |
43 | }
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
[30/32] Compiling TNGradientPickerSlider CGFloat+Clamp.swift
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:12:16: warning: static property 'defaultTiming' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
10 | extension CAMediaTimingFunction {
11 |
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
   |                `- warning: static property 'defaultTiming' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 6 | //  Thanks to https://felarmir.com/post/05_creat_easy/
 7 |
 8 | import AppKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'QuartzCore'
 9 |
10 | extension CAMediaTimingFunction {
11 |
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
   |                |- note: annotate 'defaultTiming' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:13:16: warning: static property 'linear' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
   |                |- warning: static property 'linear' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'linear' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:14:16: warning: static property 'easeIn' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
12 |     static let defaultTiming = CAMediaTimingFunction(name: CAMediaTimingFunctionName.default)
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
   |                |- warning: static property 'easeIn' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeIn' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:15:16: warning: static property 'easeOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
13 |     static let linear = CAMediaTimingFunction(name: CAMediaTimingFunctionName.linear)
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
   |                |- warning: static property 'easeOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOut' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
17 |
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:16:16: warning: static property 'easeInEaseOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
14 |     static let easeIn = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeIn)
15 |     static let easeOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeOut)
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
   |                |- warning: static property 'easeInEaseOut' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInEaseOut' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:18:16: warning: static property 'easeInSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
16 |     static let easeInEaseOut = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
17 |
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
   |                |- warning: static property 'easeInSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInSine' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:19:16: warning: static property 'easeOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
   |                |- warning: static property 'easeOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutSine' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:20:16: warning: static property 'easeInOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     static let easeInSine = CAMediaTimingFunction(controlPoints: 0.47, 0, 0.745, 0.715)
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
   |                |- warning: static property 'easeInOutSine' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutSine' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:21:16: warning: static property 'easeInQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
19 |     static let easeOutSine = CAMediaTimingFunction(controlPoints: 0.39, 0.575, 0.565, 1)
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
   |                |- warning: static property 'easeInQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInQuad' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:22:16: warning: static property 'easeOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     static let easeInOutSine = CAMediaTimingFunction(controlPoints: 0.445, 0.05, 0.55, 0.95)
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
   |                |- warning: static property 'easeOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutQuad' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:23:16: warning: static property 'easeInOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     static let easeInQuad = CAMediaTimingFunction(controlPoints: 0.55, 0.085, 0.68, 0.53)
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
   |                |- warning: static property 'easeInOutQuad' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutQuad' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:24:16: warning: static property 'easeInCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
22 |     static let easeOutQuad = CAMediaTimingFunction(controlPoints: 0.25, 0.46, 0.45, 0.94)
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
   |                |- warning: static property 'easeInCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInCubic' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:25:16: warning: static property 'easeOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
23 |     static let easeInOutQuad = CAMediaTimingFunction(controlPoints: 0.455, 0.03, 0.515, 0.955)
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
   |                |- warning: static property 'easeOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutCubic' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:26:16: warning: static property 'easeInOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
24 |     static let easeInCubic = CAMediaTimingFunction(controlPoints: 0.55, 0.055, 0.675, 0.19)
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
   |                |- warning: static property 'easeInOutCubic' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutCubic' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:27:16: warning: static property 'easeInQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
25 |     static let easeOutCubic = CAMediaTimingFunction(controlPoints: 0.215, 0.61, 0.355, 1)
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
   |                |- warning: static property 'easeInQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInQuart' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:28:16: warning: static property 'easeOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
26 |     static let easeInOutCubic = CAMediaTimingFunction(controlPoints: 0.645, 0.045, 0.355, 1)
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
   |                |- warning: static property 'easeOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutQuart' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:29:16: warning: static property 'easeInOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
27 |     static let easeInQuart = CAMediaTimingFunction(controlPoints: 0.895, 0.03, 0.685, 0.22)
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
   |                |- warning: static property 'easeInOutQuart' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutQuart' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:30:16: warning: static property 'easeInQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
28 |     static let easeOutQuart = CAMediaTimingFunction(controlPoints: 0.165, 0.84, 0.44, 1)
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
   |                |- warning: static property 'easeInQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInQuint' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:31:16: warning: static property 'easeOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
29 |     static let easeInOutQuart = CAMediaTimingFunction(controlPoints: 0.77, 0, 0.175, 1)
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
   |                |- warning: static property 'easeOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutQuint' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:32:16: warning: static property 'easeInOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
30 |     static let easeInQuint = CAMediaTimingFunction(controlPoints: 0.755, 0.05, 0.855, 0.06)
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
   |                |- warning: static property 'easeInOutQuint' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutQuint' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:33:16: warning: static property 'easeInExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
31 |     static let easeOutQuint = CAMediaTimingFunction(controlPoints: 0.23, 1, 0.32, 1)
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
   |                |- warning: static property 'easeInExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInExpo' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:34:16: warning: static property 'easeOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
32 |     static let easeInOutQuint = CAMediaTimingFunction(controlPoints: 0.86, 0, 0.07, 1)
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
   |                |- warning: static property 'easeOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutExpo' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:35:16: warning: static property 'easeInOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
33 |     static let easeInExpo = CAMediaTimingFunction(controlPoints: 0.95, 0.05, 0.795, 0.035)
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
   |                |- warning: static property 'easeInOutExpo' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutExpo' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:36:16: warning: static property 'easeInCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
34 |     static let easeOutExpo = CAMediaTimingFunction(controlPoints: 0.19, 1, 0.22, 1)
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
   |                |- warning: static property 'easeInCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInCirc' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:37:16: warning: static property 'easeOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
35 |     static let easeInOutExpo = CAMediaTimingFunction(controlPoints: 1, 0, 0, 1)
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
   |                |- warning: static property 'easeOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutCirc' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:38:16: warning: static property 'easeInOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
36 |     static let easeInCirc = CAMediaTimingFunction(controlPoints: 0.6, 0.04, 0.98, 0.335)
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
   |                |- warning: static property 'easeInOutCirc' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutCirc' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:39:16: warning: static property 'easeInBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
37 |     static let easeOutCirc = CAMediaTimingFunction(controlPoints: 0.075, 0.82, 0.165, 1)
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
   |                |- warning: static property 'easeInBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:40:16: warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
38 |     static let easeInOutCirc = CAMediaTimingFunction(controlPoints: 0.785, 0.135, 0.15, 0.86)
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
   |                |- warning: static property 'easeOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeOutBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
42 |
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift:41:16: warning: static property 'easeInOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
39 |     static let easeInBack = CAMediaTimingFunction(controlPoints: 0.6, -0.28, 0.735, 0.045)
40 |     static let easeOutBack = CAMediaTimingFunction(controlPoints: 0.175, 0.885, 0.32, 1.275)
41 |     static let easeInOutBack = CAMediaTimingFunction(controlPoints: 0.68, -0.55, 0.265, 1.55)
   |                |- warning: static property 'easeInOutBack' is not concurrency-safe because non-'Sendable' type 'CAMediaTimingFunction' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'easeInOutBack' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |
43 | }
QuartzCore.CAMediaTimingFunction:2:12: note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 1 | @available(macOS 10.5, *)
 2 | open class CAMediaTimingFunction : NSObject, NSSecureCoding {
   |            `- note: class 'CAMediaTimingFunction' does not conform to the 'Sendable' protocol
 3 |     public convenience init(name: CAMediaTimingFunctionName)
 4 |     @available(*, unavailable, renamed: "init(name:)", message: "Not available in Swift")
[31/32] Compiling TNGradientPickerSlider TNGradientColor.swift
[32/32] Compiling TNGradientPickerSlider resource_bundle_accessor.swift
Build complete! (27.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TNGradientPickerSlider",
  "name" : "TNGradientPickerSlider",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "TNGradientPickerSlider",
      "targets" : [
        "TNGradientPickerSlider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TNGradientPickerSliderTests",
      "module_type" : "SwiftTarget",
      "name" : "TNGradientPickerSliderTests",
      "path" : "Tests/TNGradientPickerSliderTests",
      "sources" : [
        "TNGradientPickerSliderTests.swift"
      ],
      "target_dependencies" : [
        "TNGradientPickerSlider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TNGradientPickerSlider",
      "module_type" : "SwiftTarget",
      "name" : "TNGradientPickerSlider",
      "path" : "Sources/TNGradientPickerSlider",
      "product_memberships" : [
        "TNGradientPickerSlider"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Color Picker View Controller/TNColorPickerViewController.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TNGradientPickerSlider/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Color Picker View Controller/Color Information/TNColorInformationView.swift",
        "Color Picker View Controller/Color Information/TNHexNumberTextField.swift",
        "Color Picker View Controller/Color Information/TNInlineNumberTextField.swift",
        "Color Picker View Controller/Color Information/TNScrollableValueLabel.swift",
        "Color Picker View Controller/Color Preview Circle/TNColorPreviewCircleView.swift",
        "Color Picker View Controller/Hue Slider/TNHueSliderView.swift",
        "Color Picker View Controller/Reusable Views/TNSliderHandleView.swift",
        "Color Picker View Controller/Saturation Brightness/TNSaturationBrightnessView.swift",
        "Color Picker View Controller/TNColorPickerViewController.swift",
        "Color Picker View Controller/Transparancy Slider/TNTransparancySliderView.swift",
        "Extensions/CAMediaTimingFunctions/CAMediaTimingFunction+Easings.swift",
        "Extensions/CGFloat/CGFloat+Clamp.swift",
        "Extensions/NSBezierPath/NSBezierPath+CGPath.swift",
        "Extensions/NSColor/NSColor+Hex.swift",
        "Extensions/NSColor/NSColor+RGBA.swift",
        "Extensions/NSColor/NSColor+Random.swift",
        "Extensions/NSView/NSView+BackgroundColor.swift",
        "Formatters/TNOnlyNumbersFormatter.swift",
        "Gradient Slider View Controller/Configuration/TNGradientPickerSliderConfiguration.swift",
        "Gradient Slider View Controller/TNGradientPickerSliderViewController.swift",
        "Gradient Slider View Controller/TNGradientSliderView.swift",
        "Gradient Slider View Controller/TNTrackHandleView.swift",
        "Models/Colors/HSB.swift",
        "Models/Colors/RGB.swift",
        "Models/Colors/RGBA.swift",
        "Models/TNGradientColor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.