The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Kadr, reference main (7e655b), with Swift 6.1 for macOS (SPM) on 1 May 2026 09:53:36 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SteliyanH/kadr.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SteliyanH/kadr
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7e655bb docs: README — reference all three adapter packages, document v0.9 cycle
Cloned https://github.com/SteliyanH/kadr.git
Revision (git rev-parse @):
7e655bb1570f71884eebf2fe273b52119b825622
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SteliyanH/kadr.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SteliyanH/kadr.git
https://github.com/SteliyanH/kadr.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Kadr",
  "name" : "Kadr",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Kadr",
      "targets" : [
        "Kadr"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KadrTests",
      "module_type" : "SwiftTarget",
      "name" : "KadrTests",
      "path" : "Tests/KadrTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/KadrTests/Resources/sample.mov",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/KadrTests/Resources/sample.mp3",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/KadrTests/Resources/sample.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/KadrTests/Resources/sample.wav",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "APIValidationTests.swift",
        "AnimationTests.swift",
        "AudioCrossfadeTests.swift",
        "AudioSpeedTests.swift",
        "AudioTrackTimingTests.swift",
        "AudioVolumeRampTests.swift",
        "CMTimeAPITests.swift",
        "CaptionTests.swift",
        "ChromaKeyTests.swift",
        "ClipAtTimeTests.swift",
        "ClipCropTests.swift",
        "ClipIDTests.swift",
        "ClipMaskTests.swift",
        "CompositorTests.swift",
        "CropTests.swift",
        "DSLTests.swift",
        "DuckingTests.swift",
        "EdgeCasesTests.swift",
        "ExportTests.swift",
        "FilterIntensityAnimationTests.swift",
        "FilterPresetsTests.swift",
        "FilterTests.swift",
        "IntrospectionTests.swift",
        "KadrVideoCompositorTests.swift",
        "LUTTests.swift",
        "LayoutHelpersTests.swift",
        "LayoutTests.swift",
        "MultiInputCompositorTests.swift",
        "MultiTrackEngineTests.swift",
        "MultiTrackRecursiveTests.swift",
        "OverlayLayoutAnimationTests.swift",
        "OverlayTests.swift",
        "OverlayVisibilityTests.swift",
        "PreviewAPITests.swift",
        "SpeedCurveTests.swift",
        "SpeedTests.swift",
        "SugarTests.swift",
        "TextAnimationTests.swift",
        "TrackTests.swift",
        "TransformTests.swift",
        "TransitionsTests.swift"
      ],
      "target_dependencies" : [
        "Kadr"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Kadr",
      "module_type" : "SwiftTarget",
      "name" : "Kadr",
      "path" : "Sources/Kadr",
      "product_memberships" : [
        "Kadr"
      ],
      "sources" : [
        "Animation/Animatable.swift",
        "Animation/Animation.swift",
        "Animation/TimingFunction.swift",
        "DSL/AudioBuilder.swift",
        "DSL/AudioTimePitchAlgorithm.swift",
        "DSL/AudioTrack.swift",
        "DSL/BackgroundMusic.swift",
        "DSL/Caption.swift",
        "DSL/Clip.swift",
        "DSL/ImageClip.swift",
        "DSL/TitleSequence.swift",
        "DSL/Track.swift",
        "DSL/Transition.swift",
        "DSL/Video.swift",
        "DSL/VideoBuilder.swift",
        "DSL/VideoClip.swift",
        "Engine/CancellationToken.swift",
        "Engine/CompositionBuilder.swift",
        "Engine/Compositor.swift",
        "Engine/CropCompositor.swift",
        "Engine/ExportEngine.swift",
        "Engine/FilterProcessor.swift",
        "Engine/ImageEncoder.swift",
        "Engine/KadrVideoCompositor.swift",
        "Engine/MaskCompositor.swift",
        "Engine/MultiInputCompositor.swift",
        "Engine/OverlayRenderer.swift",
        "Engine/PlaybackComposer.swift",
        "Engine/ReverseProcessor.swift",
        "Engine/SpeedCurveSampler.swift",
        "Errors/KadrError.swift",
        "Export/ExportProgress.swift",
        "Export/Exporter.swift",
        "Export/Preset.swift",
        "Filters/ChromaKey.swift",
        "Filters/Filter.swift",
        "Filters/LUT.swift",
        "Layout/Anchor.swift",
        "Layout/ClipID.swift",
        "Layout/CropRegion.swift",
        "Layout/Frame.swift",
        "Layout/LayerID.swift",
        "Layout/Layout.swift",
        "Layout/Position.swift",
        "Layout/Size.swift",
        "Layout/Transform.swift",
        "Modifiers/Clip+Speed.swift",
        "Overlays/ImageOverlay.swift",
        "Overlays/Overlay.swift",
        "Overlays/StickerOverlay.swift",
        "Overlays/TextAnimation.swift",
        "Overlays/TextOverlay.swift",
        "Overlays/TextStyle.swift",
        "Overlays/Watermark.swift",
        "Platform/PlatformTypes.swift",
        "Time/Timecode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/54] Emitting module Kadr
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[4/59] Compiling Kadr LUT.swift
[5/59] Compiling Kadr Anchor.swift
[6/59] Compiling Kadr ClipID.swift
[7/59] Compiling Kadr CropRegion.swift
[8/59] Compiling Kadr Frame.swift
[9/59] Compiling Kadr Animatable.swift
[10/59] Compiling Kadr Animation.swift
[11/59] Compiling Kadr TimingFunction.swift
[12/59] Compiling Kadr AudioBuilder.swift
[13/59] Compiling Kadr AudioTimePitchAlgorithm.swift
[14/59] Compiling Kadr AudioTrack.swift
[15/59] Compiling Kadr TextOverlay.swift
[16/59] Compiling Kadr TextStyle.swift
[17/59] Compiling Kadr Watermark.swift
[18/59] Compiling Kadr PlatformTypes.swift
[19/59] Compiling Kadr Timecode.swift
[20/59] Compiling Kadr MaskCompositor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[21/59] Compiling Kadr MultiInputCompositor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[22/59] Compiling Kadr OverlayRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[23/59] Compiling Kadr PlaybackComposer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[24/59] Compiling Kadr ReverseProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[25/59] Compiling Kadr SpeedCurveSampler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[26/59] Compiling Kadr LayerID.swift
[27/59] Compiling Kadr Layout.swift
[28/59] Compiling Kadr Position.swift
[29/59] Compiling Kadr Size.swift
[30/59] Compiling Kadr Transform.swift
[31/59] Compiling Kadr KadrError.swift
[32/59] Compiling Kadr ExportProgress.swift
[33/59] Compiling Kadr Exporter.swift
[34/59] Compiling Kadr Preset.swift
[35/59] Compiling Kadr ChromaKey.swift
[36/59] Compiling Kadr Filter.swift
[37/59] Compiling Kadr BackgroundMusic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[38/59] Compiling Kadr Caption.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[39/59] Compiling Kadr Clip.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[40/59] Compiling Kadr ImageClip.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[41/59] Compiling Kadr TitleSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[42/59] Compiling Kadr Track.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[43/59] Compiling Kadr Compositor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[44/59] Compiling Kadr CropCompositor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[45/59] Compiling Kadr ExportEngine.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[46/59] Compiling Kadr FilterProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[47/59] Compiling Kadr ImageEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[48/59] Compiling Kadr KadrVideoCompositor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[49/59] Compiling Kadr Clip+Speed.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[50/59] Compiling Kadr ImageOverlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[51/59] Compiling Kadr Overlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[52/59] Compiling Kadr StickerOverlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[53/59] Compiling Kadr TextAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[54/59] Compiling Kadr Transition.swift
[55/59] Compiling Kadr Video.swift
[56/59] Compiling Kadr VideoBuilder.swift
[57/59] Compiling Kadr VideoClip.swift
[58/59] Compiling Kadr CancellationToken.swift
[59/59] Compiling Kadr CompositionBuilder.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/53] Compiling Kadr Clip+Speed.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[3/53] Compiling Kadr ImageOverlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[4/53] Compiling Kadr Overlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[5/53] Compiling Kadr StickerOverlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[6/53] Compiling Kadr TextAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/58] Emitting module Kadr
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/ImageOverlay.swift:26:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 24 | public struct ImageOverlay: Overlay, Sendable {
 25 |     /// The source image rendered into the overlay layer.
 26 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 27 |     /// Where the overlay's anchor lands on the render canvas.
 28 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Overlays/StickerOverlay.swift:32:16: error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 30 | public struct StickerOverlay: Overlay, Sendable {
 31 |     /// The source image rendered into the sticker layer.
 32 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'StickerOverlay' has non-sendable type 'PlatformImage' (aka 'NSImage')
 33 |     /// Where the sticker's anchor lands on the render canvas.
 34 |     public let position: Position
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[8/58] Compiling Kadr Animatable.swift
[9/58] Compiling Kadr Animation.swift
[10/58] Compiling Kadr TimingFunction.swift
[11/58] Compiling Kadr AudioBuilder.swift
[12/58] Compiling Kadr AudioTimePitchAlgorithm.swift
[13/58] Compiling Kadr AudioTrack.swift
[14/58] Compiling Kadr LayerID.swift
[15/58] Compiling Kadr Layout.swift
[16/58] Compiling Kadr Position.swift
[17/58] Compiling Kadr Size.swift
[18/58] Compiling Kadr Transform.swift
[19/58] Compiling Kadr LUT.swift
[20/58] Compiling Kadr Anchor.swift
[21/58] Compiling Kadr ClipID.swift
[22/58] Compiling Kadr CropRegion.swift
[23/58] Compiling Kadr Frame.swift
[24/58] Compiling Kadr MaskCompositor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[25/58] Compiling Kadr MultiInputCompositor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[26/58] Compiling Kadr OverlayRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[27/58] Compiling Kadr PlaybackComposer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[28/58] Compiling Kadr ReverseProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[29/58] Compiling Kadr SpeedCurveSampler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:22:9: error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
20 | /// users don't construct it directly.
21 | internal struct MaskCompositor: Compositor {
22 |     let mask: CIImage
   |         `- error: stored property 'mask' of 'Sendable'-conforming struct 'MaskCompositor' has non-sendable type 'CIImage'
23 |
24 |     func process(image: CIImage, context: CompositorContext) -> CIImage {
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:34:12: note: class 'CIImage' does not conform to the 'Sendable' protocol
 32 |
 33 | NS_CLASS_AVAILABLE(10_4, 5_0)
 34 | @interface CIImage : NSObject <NSSecureCoding, NSCopying>
    |            `- note: class 'CIImage' does not conform to the 'Sendable' protocol
 35 | {
 36 | #if TARGET_OS_OSX || TARGET_OS_MACCATALYST
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/MaskCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 1 | import Foundation
 2 | import CoreImage
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
 3 | import CoreGraphics
 4 | #if canImport(UIKit)
[30/58] Compiling Kadr KadrError.swift
[31/58] Compiling Kadr ExportProgress.swift
[32/58] Compiling Kadr Exporter.swift
[33/58] Compiling Kadr Preset.swift
[34/58] Compiling Kadr ChromaKey.swift
[35/58] Compiling Kadr Filter.swift
[36/58] Compiling Kadr TextOverlay.swift
[37/58] Compiling Kadr TextStyle.swift
[38/58] Compiling Kadr Watermark.swift
[39/58] Compiling Kadr PlatformTypes.swift
[40/58] Compiling Kadr Timecode.swift
[41/58] Compiling Kadr Compositor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[42/58] Compiling Kadr CropCompositor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[43/58] Compiling Kadr ExportEngine.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[44/58] Compiling Kadr FilterProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[45/58] Compiling Kadr ImageEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[46/58] Compiling Kadr KadrVideoCompositor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/FilterProcessor.swift:52:35: warning: reference to captured var 'animations' in concurrently-executing code
50 |                     : request.compositionTime
51 |                 for (i, filter) in filters.enumerated() {
52 |                     if let anim = animations[i],
   |                                   `- warning: reference to captured var 'animations' in concurrently-executing code
53 |                        let scalar = anim.value(at: clipRelativeTime) {
54 |                         image = filter.withScalar(scalar).apply(to: image)
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:66:17: warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 64 |             guard let self else { return }
 65 |             if self.shouldCancelAllRequests {
 66 |                 asyncVideoCompositionRequest.finishCancelledRequest()
    |                 `- warning: capture of 'asyncVideoCompositionRequest' with non-sendable type 'AVAsynchronousVideoCompositionRequest' in a '@Sendable' closure
 67 |                 return
 68 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoCompositing.h:285:12: note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
283 |
284 | API_AVAILABLE(macos(10.9), ios(7.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
285 | @interface AVAsynchronousVideoCompositionRequest : NSObject <NSCopying> {
    |            `- note: class 'AVAsynchronousVideoCompositionRequest' does not conform to the 'Sendable' protocol
286 | @private
287 | 	AVAsynchronousVideoCompositionRequestInternal *_internal;
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/Engine/KadrVideoCompositor.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  1 | import Foundation
  2 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFoundation' as warnings
  3 | import CoreMedia
  4 | import CoreImage
[47/58] Compiling Kadr Transition.swift
[48/58] Compiling Kadr Video.swift
[49/58] Compiling Kadr VideoBuilder.swift
[50/58] Compiling Kadr VideoClip.swift
[51/58] Compiling Kadr CancellationToken.swift
[52/58] Compiling Kadr CompositionBuilder.swift
[53/58] Compiling Kadr BackgroundMusic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[54/58] Compiling Kadr Caption.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[55/58] Compiling Kadr Clip.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[56/58] Compiling Kadr ImageClip.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[57/58] Compiling Kadr TitleSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
[58/58] Compiling Kadr Track.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kadr/DSL/ImageClip.swift:16:16: error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 14 | public struct ImageClip: Clip, Sendable {
 15 |     /// The image rendered for the clip's duration.
 16 |     public let image: PlatformImage
    |                `- error: stored property 'image' of 'Sendable'-conforming struct 'ImageClip' has non-sendable type 'PlatformImage' (aka 'NSImage')
 17 |     internal let _duration: CMTime
 18 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
 64 | __attribute__((objc_subclassing_restricted))
 65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
 66 | @interface NSImage : NSObject
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
 67 |
 68 | #pragma mark - Initialization
BUILD FAILURE 6.1 macosSpm