The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of MediaUtilities, reference main (8712c5), with Swift 6.2 for macOS (SPM) on 10 Dec 2025 20:16:37 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iankoex/media-utilities.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iankoex/media-utilities
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8712c59 add allowedCaptureModes
Cloned https://github.com/iankoex/media-utilities.git
Revision (git rev-parse @):
8712c59292b5bd7c2ba6169afa0983189f631168
SUCCESS checkout https://github.com/iankoex/media-utilities.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "media-utilities",
      "name": "MediaUtilities",
      "url": "https://github.com/iankoex/media-utilities.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/media-utilities",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/iankoex/media-utilities.git
[1/652] Fetching media-utilities
Fetched https://github.com/iankoex/media-utilities.git from cache (0.94s)
Creating working copy for https://github.com/iankoex/media-utilities.git
Working copy of https://github.com/iankoex/media-utilities.git resolved at main (8712c59)
warning: '.resolve-product-dependencies': dependency 'media-utilities' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/iankoex/media-utilities.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/52] Emitting module MediaUtilities
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService.swift:67:20: warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 65 |     // MARK: - Core Properties
 66 |
 67 |     @Published var previewImage: Image?
    |                    `- warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 68 |     let captureSession = AVCaptureSession()
 69 |     var isCaptureSessionConfigured = false
[4/57] Compiling MediaUtilities EnvironmentValues+RangeSliderStyle.swift
[5/57] Compiling MediaUtilities RangeSliderStyle.swift
[6/57] Compiling MediaUtilities RangeSliderStyleConfiguration.swift
[7/57] Compiling MediaUtilities HorizontalRangeSliderStyle.swift
[8/57] Compiling MediaUtilities RangeSliderOptions.swift
[9/57] Compiling MediaUtilities DefaultVerticalValueView.swift
[10/57] Compiling MediaUtilities LinearRangeMath.swift
[11/57] Compiling MediaUtilities LinearValueMath.swift
[12/57] Compiling MediaUtilities RangeSlider.swift
[13/57] Compiling MediaUtilities AnyRangeSliderStyle.swift
[14/57] Compiling MediaUtilities GrayBackgroundRound.swift
[15/57] Compiling MediaUtilities OnTapModifier.swift
[16/57] Compiling MediaUtilities Shake Modifier.swift
[17/57] Compiling MediaUtilities SwiftUI+Extentions.swift
[18/57] Compiling MediaUtilities EditorControlButton.swift
[19/57] Compiling MediaUtilities VideoDropDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Holistic/VideoPicker.swift:206:27: warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
204 |                 }
205 |             }
206 |         case .failure(let err):
    |                           `- warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
207 |             withAnimation {
208 |                 isShowingVideoEditor = false
[20/57] Compiling MediaUtilities ImagePicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Holistic/VideoPicker.swift:206:27: warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
204 |                 }
205 |             }
206 |         case .failure(let err):
    |                           `- warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
207 |             withAnimation {
208 |                 isShowingVideoEditor = false
[21/57] Compiling MediaUtilities VideoPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Holistic/VideoPicker.swift:206:27: warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
204 |                 }
205 |             }
206 |         case .failure(let err):
    |                           `- warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
207 |             withAnimation {
208 |                 isShowingVideoEditor = false
[22/57] Compiling MediaUtilities CropImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Holistic/VideoPicker.swift:206:27: warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
204 |                 }
205 |             }
206 |         case .failure(let err):
    |                           `- warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
207 |             withAnimation {
208 |                 isShowingVideoEditor = false
[23/57] Compiling MediaUtilities HoleShapeMask.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Holistic/VideoPicker.swift:206:27: warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
204 |                 }
205 |             }
206 |         case .failure(let err):
    |                           `- warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
207 |             withAnimation {
208 |                 isShowingVideoEditor = false
[24/57] Compiling MediaUtilities ImageEditor.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Holistic/VideoPicker.swift:206:27: warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
204 |                 }
205 |             }
206 |         case .failure(let err):
    |                           `- warning: immutable value 'err' was never used; consider replacing with '_' or removing it [#no-usage]
207 |             withAnimation {
208 |                 isShowingVideoEditor = false
[25/57] Compiling MediaUtilities VideoEditor.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/VideoUtil.swift:150:25: warning: capture of 'self' with non-Sendable type 'VideoUtil' in a '@Sendable' closure [#SendableClosureCaptures]
 11 |
 12 | @available(iOS 13.0, macOS 10.15, *)
 13 | public final class VideoUtil: ObservableObject {
    |                    `- note: class 'VideoUtil' does not conform to the 'Sendable' protocol
 14 |     @Published var progress: Double = .zero
 15 |     @Published var videoImageFrames: [UnifiedImage] = []
    :
148 |                     let image = UnifiedImage(cgImage: img)
149 |                     DispatchQueue.main.async {
150 |                         self.videoImageFrames.append(image)
    |                         `- warning: capture of 'self' with non-Sendable type 'VideoUtil' in a '@Sendable' closure [#SendableClosureCaptures]
151 |                     }
152 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[26/57] Compiling MediaUtilities VideoSliderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/VideoUtil.swift:150:25: warning: capture of 'self' with non-Sendable type 'VideoUtil' in a '@Sendable' closure [#SendableClosureCaptures]
 11 |
 12 | @available(iOS 13.0, macOS 10.15, *)
 13 | public final class VideoUtil: ObservableObject {
    |                    `- note: class 'VideoUtil' does not conform to the 'Sendable' protocol
 14 |     @Published var progress: Double = .zero
 15 |     @Published var videoImageFrames: [UnifiedImage] = []
    :
148 |                     let image = UnifiedImage(cgImage: img)
149 |                     DispatchQueue.main.async {
150 |                         self.videoImageFrames.append(image)
    |                         `- warning: capture of 'self' with non-Sendable type 'VideoUtil' in a '@Sendable' closure [#SendableClosureCaptures]
151 |                     }
152 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[27/57] Compiling MediaUtilities VideoUtil.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/VideoUtil.swift:150:25: warning: capture of 'self' with non-Sendable type 'VideoUtil' in a '@Sendable' closure [#SendableClosureCaptures]
 11 |
 12 | @available(iOS 13.0, macOS 10.15, *)
 13 | public final class VideoUtil: ObservableObject {
    |                    `- note: class 'VideoUtil' does not conform to the 'Sendable' protocol
 14 |     @Published var progress: Double = .zero
 15 |     @Published var videoImageFrames: [UnifiedImage] = []
    :
148 |                     let image = UnifiedImage(cgImage: img)
149 |                     DispatchQueue.main.async {
150 |                         self.videoImageFrames.append(image)
    |                         `- warning: capture of 'self' with non-Sendable type 'VideoUtil' in a '@Sendable' closure [#SendableClosureCaptures]
151 |                     }
152 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[28/57] Compiling MediaUtilities CustomVideoPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/VideoUtil.swift:150:25: warning: capture of 'self' with non-Sendable type 'VideoUtil' in a '@Sendable' closure [#SendableClosureCaptures]
 11 |
 12 | @available(iOS 13.0, macOS 10.15, *)
 13 | public final class VideoUtil: ObservableObject {
    |                    `- note: class 'VideoUtil' does not conform to the 'Sendable' protocol
 14 |     @Published var progress: Double = .zero
 15 |     @Published var videoImageFrames: [UnifiedImage] = []
    :
148 |                     let image = UnifiedImage(cgImage: img)
149 |                     DispatchQueue.main.async {
150 |                         self.videoImageFrames.append(image)
    |                         `- warning: capture of 'self' with non-Sendable type 'VideoUtil' in a '@Sendable' closure [#SendableClosureCaptures]
151 |                     }
152 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[29/57] Compiling MediaUtilities PlayerViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/VideoUtil.swift:150:25: warning: capture of 'self' with non-Sendable type 'VideoUtil' in a '@Sendable' closure [#SendableClosureCaptures]
 11 |
 12 | @available(iOS 13.0, macOS 10.15, *)
 13 | public final class VideoUtil: ObservableObject {
    |                    `- note: class 'VideoUtil' does not conform to the 'Sendable' protocol
 14 |     @Published var progress: Double = .zero
 15 |     @Published var videoImageFrames: [UnifiedImage] = []
    :
148 |                     let image = UnifiedImage(cgImage: img)
149 |                     DispatchQueue.main.async {
150 |                         self.videoImageFrames.append(image)
    |                         `- warning: capture of 'self' with non-Sendable type 'VideoUtil' in a '@Sendable' closure [#SendableClosureCaptures]
151 |                     }
152 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[30/57] Compiling MediaUtilities CameraCaptureView.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:133:20: warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
131 |                 var photoSettings = AVCapturePhotoSettings()
132 |
133 |                 if photoOutput.availablePhotoCodecTypes.contains(.hevc) {
    |                    `- warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
134 |                     photoSettings = AVCapturePhotoSettings(format: [AVVideoCodecKey: AVVideoCodecType.hevc])
135 |                 }
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  48 |  */
  49 | API_AVAILABLE(macos(10.15), ios(10.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(visionos) API_UNAVAILABLE(watchos)
  50 | @interface AVCapturePhotoOutput : AVCaptureOutput
     |            `- note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  51 | {
  52 | @private
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  9 | import Foundation
 10 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[31/57] Compiling MediaUtilities CameraCaptureViewModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:133:20: warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
131 |                 var photoSettings = AVCapturePhotoSettings()
132 |
133 |                 if photoOutput.availablePhotoCodecTypes.contains(.hevc) {
    |                    `- warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
134 |                     photoSettings = AVCapturePhotoSettings(format: [AVVideoCodecKey: AVVideoCodecType.hevc])
135 |                 }
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  48 |  */
  49 | API_AVAILABLE(macos(10.15), ios(10.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(visionos) API_UNAVAILABLE(watchos)
  50 | @interface AVCapturePhotoOutput : AVCaptureOutput
     |            `- note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  51 | {
  52 | @private
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  9 | import Foundation
 10 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[32/57] Compiling MediaUtilities CameraService+Capture.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:133:20: warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
131 |                 var photoSettings = AVCapturePhotoSettings()
132 |
133 |                 if photoOutput.availablePhotoCodecTypes.contains(.hevc) {
    |                    `- warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
134 |                     photoSettings = AVCapturePhotoSettings(format: [AVVideoCodecKey: AVVideoCodecType.hevc])
135 |                 }
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  48 |  */
  49 | API_AVAILABLE(macos(10.15), ios(10.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(visionos) API_UNAVAILABLE(watchos)
  50 | @interface AVCapturePhotoOutput : AVCaptureOutput
     |            `- note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  51 | {
  52 | @private
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  9 | import Foundation
 10 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[33/57] Compiling MediaUtilities CameraService+Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:133:20: warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
131 |                 var photoSettings = AVCapturePhotoSettings()
132 |
133 |                 if photoOutput.availablePhotoCodecTypes.contains(.hevc) {
    |                    `- warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
134 |                     photoSettings = AVCapturePhotoSettings(format: [AVVideoCodecKey: AVVideoCodecType.hevc])
135 |                 }
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  48 |  */
  49 | API_AVAILABLE(macos(10.15), ios(10.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(visionos) API_UNAVAILABLE(watchos)
  50 | @interface AVCapturePhotoOutput : AVCaptureOutput
     |            `- note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  51 | {
  52 | @private
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  9 | import Foundation
 10 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[34/57] Compiling MediaUtilities CameraService+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:133:20: warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
131 |                 var photoSettings = AVCapturePhotoSettings()
132 |
133 |                 if photoOutput.availablePhotoCodecTypes.contains(.hevc) {
    |                    `- warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
134 |                     photoSettings = AVCapturePhotoSettings(format: [AVVideoCodecKey: AVVideoCodecType.hevc])
135 |                 }
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  48 |  */
  49 | API_AVAILABLE(macos(10.15), ios(10.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(visionos) API_UNAVAILABLE(watchos)
  50 | @interface AVCapturePhotoOutput : AVCaptureOutput
     |            `- note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  51 | {
  52 | @private
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  9 | import Foundation
 10 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[35/57] Compiling MediaUtilities CameraService+Intents.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:133:20: warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
131 |                 var photoSettings = AVCapturePhotoSettings()
132 |
133 |                 if photoOutput.availablePhotoCodecTypes.contains(.hevc) {
    |                    `- warning: capture of 'photoOutput' with non-Sendable type 'AVCapturePhotoOutput' in a '@Sendable' closure [#SendableClosureCaptures]
134 |                     photoSettings = AVCapturePhotoSettings(format: [AVVideoCodecKey: AVVideoCodecType.hevc])
135 |                 }
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  48 |  */
  49 | API_AVAILABLE(macos(10.15), ios(10.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(visionos) API_UNAVAILABLE(watchos)
  50 | @interface AVCapturePhotoOutput : AVCaptureOutput
     |            `- note: class 'AVCapturePhotoOutput' does not conform to the 'Sendable' protocol
  51 | {
  52 | @private
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService+Capture.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  6 | //
  7 |
  8 | import AVFoundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
  9 | import Foundation
 10 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[36/57] Compiling MediaUtilities MediaUtilitiesError.swift
[37/57] Compiling MediaUtilities SpinnerView.swift
[38/57] Compiling MediaUtilities UnifiedImage.swift
[39/57] Compiling MediaUtilities DefaultHorizontalValueView.swift
[40/57] Compiling MediaUtilities DefaultThumb.swift
[41/57] Compiling MediaUtilities WhiteGridOverlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/MediaUtilities.swift:142:27: warning: result of call to 'concatenating' is unused [#no-usage]
140 |
141 |         let rotationTransform = CGAffineTransform(rotationAngle: CGFloat(rotationInRadians))
142 |         rotationTransform.concatenating(CGAffineTransform(translationX: translateX, y: translateY))
    |                           `- warning: result of call to 'concatenating' is unused [#no-usage]
143 |
144 |         let transformedImage = ciImage.transformed(by: rotationTransform)
[42/57] Compiling MediaUtilities MediaOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/MediaUtilities.swift:142:27: warning: result of call to 'concatenating' is unused [#no-usage]
140 |
141 |         let rotationTransform = CGAffineTransform(rotationAngle: CGFloat(rotationInRadians))
142 |         rotationTransform.concatenating(CGAffineTransform(translationX: translateX, y: translateY))
    |                           `- warning: result of call to 'concatenating' is unused [#no-usage]
143 |
144 |         let transformedImage = ciImage.transformed(by: rotationTransform)
[43/57] Compiling MediaUtilities MediaPicker-iOS.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/MediaUtilities.swift:142:27: warning: result of call to 'concatenating' is unused [#no-usage]
140 |
141 |         let rotationTransform = CGAffineTransform(rotationAngle: CGFloat(rotationInRadians))
142 |         rotationTransform.concatenating(CGAffineTransform(translationX: translateX, y: translateY))
    |                           `- warning: result of call to 'concatenating' is unused [#no-usage]
143 |
144 |         let transformedImage = ciImage.transformed(by: rotationTransform)
[44/57] Compiling MediaUtilities MediaPicker-macOS.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/MediaUtilities.swift:142:27: warning: result of call to 'concatenating' is unused [#no-usage]
140 |
141 |         let rotationTransform = CGAffineTransform(rotationAngle: CGFloat(rotationInRadians))
142 |         rotationTransform.concatenating(CGAffineTransform(translationX: translateX, y: translateY))
    |                           `- warning: result of call to 'concatenating' is unused [#no-usage]
143 |
144 |         let transformedImage = ciImage.transformed(by: rotationTransform)
[45/57] Compiling MediaUtilities MediaPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/MediaUtilities.swift:142:27: warning: result of call to 'concatenating' is unused [#no-usage]
140 |
141 |         let rotationTransform = CGAffineTransform(rotationAngle: CGFloat(rotationInRadians))
142 |         rotationTransform.concatenating(CGAffineTransform(translationX: translateX, y: translateY))
    |                           `- warning: result of call to 'concatenating' is unused [#no-usage]
143 |
144 |         let transformedImage = ciImage.transformed(by: rotationTransform)
[46/57] Compiling MediaUtilities MediaUtilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/MediaUtilities.swift:142:27: warning: result of call to 'concatenating' is unused [#no-usage]
140 |
141 |         let rotationTransform = CGAffineTransform(rotationAngle: CGFloat(rotationInRadians))
142 |         rotationTransform.concatenating(CGAffineTransform(translationX: translateX, y: translateY))
    |                           `- warning: result of call to 'concatenating' is unused [#no-usage]
143 |
144 |         let transformedImage = ciImage.transformed(by: rotationTransform)
[47/57] Compiling MediaUtilities EnvironmentValues+RangeTrackConfiguration.swift
[48/57] Compiling MediaUtilities EnvironmentValues+TrackRange.swift
[49/57] Compiling MediaUtilities HorizontalRangeTrack.swift
[50/57] Compiling MediaUtilities RangeTrackConfiguration.swift
[51/57] Compiling MediaUtilities VideoDownloader.swift
[52/57] Compiling MediaUtilities CameraService+Permissions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService.swift:67:20: warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 65 |     // MARK: - Core Properties
 66 |
 67 |     @Published var previewImage: Image?
    |                    `- warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 68 |     let captureSession = AVCaptureSession()
 69 |     var isCaptureSessionConfigured = false
[53/57] Compiling MediaUtilities CameraService.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService.swift:67:20: warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 65 |     // MARK: - Core Properties
 66 |
 67 |     @Published var previewImage: Image?
    |                    `- warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 68 |     let captureSession = AVCaptureSession()
 69 |     var isCaptureSessionConfigured = false
[54/57] Compiling MediaUtilities CaptureMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService.swift:67:20: warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 65 |     // MARK: - Core Properties
 66 |
 67 |     @Published var previewImage: Image?
    |                    `- warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 68 |     let captureSession = AVCaptureSession()
 69 |     var isCaptureSessionConfigured = false
[55/57] Compiling MediaUtilities RecordingTimeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService.swift:67:20: warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 65 |     // MARK: - Core Properties
 66 |
 67 |     @Published var previewImage: Image?
    |                    `- warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 68 |     let captureSession = AVCaptureSession()
 69 |     var isCaptureSessionConfigured = false
[56/57] Compiling MediaUtilities DropDelegateService.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService.swift:67:20: warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 65 |     // MARK: - Core Properties
 66 |
 67 |     @Published var previewImage: Image?
    |                    `- warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 68 |     let captureSession = AVCaptureSession()
 69 |     var isCaptureSessionConfigured = false
[57/57] Compiling MediaUtilities ImageDropDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Camera/CameraService.swift:67:20: warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 65 |     // MARK: - Core Properties
 66 |
 67 |     @Published var previewImage: Image?
    |                    `- warning: stored property '_previewImage' of 'Sendable'-conforming class 'CameraService' is mutable; this is an error in the Swift 6 language mode
 68 |     let captureSession = AVCaptureSession()
 69 |     var isCaptureSessionConfigured = false
Build complete! (9.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MediaUtilities",
  "name" : "MediaUtilities",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MediaUtilities",
      "targets" : [
        "MediaUtilities"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MediaUtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "MediaUtilitiesTests",
      "path" : "Tests/MediaUtilitiesTests",
      "sources" : [
        "MediaUtilitiesTests.swift"
      ],
      "target_dependencies" : [
        "MediaUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MediaUtilities",
      "module_type" : "SwiftTarget",
      "name" : "MediaUtilities",
      "path" : "Sources/MediaUtilities",
      "product_memberships" : [
        "MediaUtilities"
      ],
      "sources" : [
        "Camera/CameraCaptureView.swift",
        "Camera/CameraCaptureViewModifier.swift",
        "Camera/CameraService+Capture.swift",
        "Camera/CameraService+Delegate.swift",
        "Camera/CameraService+Helpers.swift",
        "Camera/CameraService+Intents.swift",
        "Camera/CameraService+Permissions.swift",
        "Camera/CameraService.swift",
        "Camera/CaptureMode.swift",
        "Camera/RecordingTimeView.swift",
        "DropDelegate/DropDelegateService.swift",
        "DropDelegate/ImageDropDelegate.swift",
        "DropDelegate/VideoDropDelegate.swift",
        "Holistic/ImagePicker.swift",
        "Holistic/VideoPicker.swift",
        "ImageEditor/CropImageView.swift",
        "ImageEditor/HoleShapeMask.swift",
        "ImageEditor/ImageEditor.swift",
        "ImageEditor/WhiteGridOverlay.swift",
        "MediaPicker/MediaOptions.swift",
        "MediaPicker/MediaPicker-iOS.swift",
        "MediaPicker/MediaPicker-macOS.swift",
        "MediaPicker/MediaPicker.swift",
        "MediaUtilities.swift",
        "Modifiers/GrayBackgroundRound.swift",
        "Modifiers/OnTapModifier.swift",
        "Modifiers/Shake Modifier.swift",
        "Modifiers/SwiftUI+Extentions.swift",
        "Shared/EditorControlButton.swift",
        "Shared/MediaUtilitiesError.swift",
        "Shared/SpinnerView.swift",
        "Shared/UnifiedImage.swift",
        "VideoEditor/Sliders/Base/DefaultHorizontalValueView.swift",
        "VideoEditor/Sliders/Base/DefaultThumb.swift",
        "VideoEditor/Sliders/Base/DefaultVerticalValueView.swift",
        "VideoEditor/Sliders/Base/LinearRangeMath.swift",
        "VideoEditor/Sliders/Base/LinearValueMath.swift",
        "VideoEditor/Sliders/RangeSlider/RangeSlider.swift",
        "VideoEditor/Sliders/RangeSlider/Style/AnyRangeSliderStyle.swift",
        "VideoEditor/Sliders/RangeSlider/Style/EnvironmentValues+RangeSliderStyle.swift",
        "VideoEditor/Sliders/RangeSlider/Style/RangeSliderStyle.swift",
        "VideoEditor/Sliders/RangeSlider/Style/RangeSliderStyleConfiguration.swift",
        "VideoEditor/Sliders/RangeSlider/Styles/HorizontalRangeSliderStyle.swift",
        "VideoEditor/Sliders/RangeSlider/Styles/RangeSliderOptions.swift",
        "VideoEditor/Sliders/RangeTrack/EnvironmentValues+RangeTrackConfiguration.swift",
        "VideoEditor/Sliders/RangeTrack/EnvironmentValues+TrackRange.swift",
        "VideoEditor/Sliders/RangeTrack/Horizontal/HorizontalRangeTrack.swift",
        "VideoEditor/Sliders/RangeTrack/RangeTrackConfiguration.swift",
        "VideoEditor/VideoDownloader.swift",
        "VideoEditor/VideoEditor.swift",
        "VideoEditor/VideoSliderView.swift",
        "VideoEditor/VideoUtil.swift",
        "VideoPlayer/CustomVideoPlayer.swift",
        "VideoPlayer/PlayerViewModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.