Build Information
Successful build of Media, reference 3.0.0 (84acbe
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 04:38:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chris-swift-dev/Media.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chris-swift-dev/Media
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at 84acbe8 Merge pull request #12 from crelies/dev
Cloned https://github.com/chris-swift-dev/Media.git
Revision (git rev-parse @):
84acbe8e4f5c62e304582d5a2d32edfaa509f839
SUCCESS checkout https://github.com/chris-swift-dev/Media.git at 3.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/chris-swift-dev/Media.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/110] Compiling MediaCore UIImagePickerController+availableSourceType.swift
[5/110] Compiling MediaCore UIImagePickerController+supportedMediaTypes.swift
[6/110] Compiling MediaCore LazyLivePhotos.swift
[7/110] Compiling MediaCore LivePhoto+FileType.swift
[8/110] Compiling MediaCore LivePhoto+Metadata.swift
[9/110] Compiling MediaCore LivePhoto+Subtype.swift
[10/110] Compiling MediaCore LivePhoto.swift
[11/110] Compiling MediaCore LivePhotos.swift
[12/110] Compiling MediaCore PHLivePhotoProtocol.swift
[13/110] Compiling MediaCore Media+DisplayRepresentation.swift
[14/110] Compiling MediaCore Media+Error.swift
[15/110] Compiling MediaCore Media+Identifier.swift
[16/110] Compiling MediaCore Album+Error.swift
[17/110] Compiling MediaCore Album+Filter.swift
[18/110] Compiling MediaCore Album+Identifier.swift
[19/110] Compiling MediaCore Album+Metadata.swift
[20/110] Compiling MediaCore Album+SortKey.swift
[21/110] Compiling MediaCore Album.swift
[22/110] Compiling MediaCore AlbumType.swift
[23/110] Compiling MediaCore Albums.swift
[24/110] Compiling MediaCore LazyAlbum.swift
[25/110] Compiling MediaCore LazyAlbums.swift
[26/110] Compiling MediaCore Audio+FileType.swift
[27/110] Compiling MediaCore Audio+Metadata.swift
[28/110] Compiling MediaCore PHImageManager+LivePhotoManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
[29/110] Compiling MediaCore PHImageManager+VideoManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
[30/110] Compiling MediaCore PHImageManager+handlePotentialDegradedResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
[31/110] Compiling MediaCore PHImageManager+handleResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
[32/110] Compiling MediaCore PHLivePhoto+PHLivePhotoProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
[33/110] Compiling MediaCore PHPhotoLibrary+PhotoLibrary.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
[34/110] Compiling MediaCore UIImagePickerController+MediaTypeError.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
[35/110] Compiling MediaCore PHAssetCollectionWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
[36/110] Compiling MediaCore Pattern.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
[37/110] Compiling MediaCore AVAssetExportPresetProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
[38/110] Compiling MediaCore AnyMetadata.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
[39/110] Compiling MediaCore FetchAlbum.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[40/110] Compiling MediaCore FetchAlbums.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[41/110] Compiling MediaCore FetchAllAssets.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[42/110] Compiling MediaCore FetchAsset.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[43/110] Compiling MediaCore FetchAssets.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[44/110] Compiling MediaCore AssetChangeRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[45/110] Compiling MediaCore MediaProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[46/110] Compiling MediaCore MediaSubtypeProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[47/110] Compiling MediaCore PathExtensionsProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[48/110] Compiling MediaCore LazyVideos.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[49/110] Compiling MediaCore Video+Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[50/110] Compiling MediaCore Video+ExportOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
[51/121] Compiling MediaCore Video+ExportProgress.swift
[52/121] Compiling MediaCore Video+ExportQuality.swift
[53/121] Compiling MediaCore Video+ExportQualityMac.swift
[54/121] Compiling MediaCore Video+FileType.swift
[55/121] Compiling MediaCore Video+Metadata.swift
[56/121] Compiling MediaCore Video+Properties.swift
[57/121] Compiling MediaCore Video+Subtype.swift
[58/121] Compiling MediaCore Video.swift
[59/121] Compiling MediaCore Videos.swift
[60/121] Compiling MediaCore AVCaptureDevice+Error.swift
[61/121] Compiling MediaCore AVCaptureSession+Error.swift
[62/121] Compiling MediaCore PhotoCaptureProcessor.swift
[63/121] Compiling MediaCore Audio+Subtype.swift
[64/121] Compiling MediaCore Audio.swift
[65/121] Compiling MediaCore Audios.swift
[66/121] Compiling MediaCore LazyAudios.swift
[67/121] Compiling MediaCore AVCaptureDevice+devices.swift
[68/121] Compiling MediaCore AVCaptureSession+add.swift
[69/121] Compiling MediaCore Photograph.swift
[70/121] Compiling MediaCore AuthorizationStatus+PermissionError.swift
[71/121] Compiling MediaCore CFString+MediaTypes.swift
[72/121] Compiling MediaCore FileManager+directories.swift
[73/121] Compiling MediaCore Dictionary+PhotoKit.swift
[74/121] Compiling MediaCore UIImagePickerController+MediaType.swift
[75/121] Compiling MediaCore ImageManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[76/121] Compiling MediaCore LivePhotoManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[77/121] Compiling MediaCore PhotoLibrary.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[78/121] Compiling MediaCore PhotoLibraryChangeObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[79/121] Compiling MediaCore VideoManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[80/121] Compiling MediaCore AlbumFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[81/121] Compiling MediaCore CustomPhotoLibraryChangeObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[82/121] Compiling MediaCore PHAssetChanger.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[83/121] Compiling MediaCore PHAssetFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[84/121] Compiling MediaCore PHChanger.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[85/121] Compiling MediaCore TimerWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[86/121] Emitting module MediaCore
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/API/Protocols/AssetChangeRequest.swift:13:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | /// asset change request
12 | ///
13 | public protocol AssetChangeRequest: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | /// A placeholder object for the asset that the change request creates.
15 | var placeholderForCreatedAsset: PHObjectPlaceholder? { get }
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in class method 'requestAuthorization(for:handler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:19:17: note: expected sendability to match requirement here
17 | static func requestAuthorization(_ handler: @escaping RequestAuthorizationHandler)
18 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
19 | static func requestAuthorization(
| `- note: expected sendability to match requirement here
20 | for accessLevel: PHAccessLevel,
21 | handler: @escaping RequestAuthorizationHandler
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift:10:1: warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
8 | import Photos
9 |
10 | extension PHPhotoLibrary: PhotoLibrary {}
| `- warning: sendability of function types in instance method 'performChanges(_:completionHandler:)' does not match requirement in protocol 'PhotoLibrary'; this is an error in the Swift 6 language mode
11 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:23:10: note: expected sendability to match requirement here
21 | handler: @escaping RequestAuthorizationHandler
22 | )
23 | func performChanges(_ changeBlock: @escaping () -> Void, completionHandler: PerformChangesCompletionHandler?)
| `- note: expected sendability to match requirement here
24 | func register(_ observer: PHPhotoLibraryChangeObserver)
25 | func unregisterChangeObserver(_ observer: PHPhotoLibraryChangeObserver)
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Protocols/PhotoLibrary.swift:13:24: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | typealias PerformChangesCompletionHandler = (Bool, Error?) -> Void
12 |
13 | protocol PhotoLibrary: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | static func authorizationStatus() -> PHAuthorizationStatus
15 | @available(iOS 14, macOS 11, macCatalyst 14, tvOS 14, *)
[87/121] Compiling MediaCore Media+URL+Error.swift
[88/121] Compiling MediaCore Media+URL.swift
[89/121] Compiling MediaCore Media.swift
[90/121] Compiling MediaCore MediaCoreAliases.swift
[91/121] Compiling MediaCore AnyMedia+Equatable.swift
[92/121] Compiling MediaCore AnyMedia+Identifier+Equatable.swift
[93/121] Compiling MediaCore AnyMedia+Identifier.swift
[94/121] Compiling MediaCore AnyMedia.swift
[95/121] Compiling MediaCore LivePhotoData.swift
[96/121] Compiling MediaCore PermissionError.swift
[97/121] Compiling MediaCore Media+Filter.swift
[98/121] Compiling MediaCore Media+Quality.swift
[99/121] Compiling MediaCore CaptureProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
[100/121] Compiling MediaCore CaptureProcessorDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
[101/121] Compiling MediaCore VideoRecorder.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
[102/121] Compiling MediaCore OptionalString+compare.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
[103/121] Compiling MediaCore CustomPatternMatching.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
[104/121] Compiling MediaCore Pattern+mismatchs.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
[105/121] Compiling MediaCore Pattern+unsupportedPathExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
[106/121] Compiling MediaCore PHAsset+anyMedia.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
[107/121] Compiling MediaCore PHAssetChangeRequest+AssetChangeRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
[108/121] Compiling MediaCore PHFetchOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
[109/121] Compiling MediaCore PHImageManager+ImageManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaCore/internal/Capture/Protocols/CaptureProcessorDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
11 | @available(macOS, unavailable)
12 | @available(tvOS, unavailable)
13 | protocol CaptureProcessorDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
14 | func didCapturePhoto(data: Data)
15 | func didCaptureLivePhoto(data: LivePhotoData)
[110/121] Compiling MediaCore Media+Sort.swift
[111/121] Compiling MediaCore Media+SortKey.swift
[112/121] Compiling MediaCore PHAssetWrapper.swift
[113/121] Compiling MediaCore UniversalImage.swift
[114/121] Compiling MediaCore Media+LazyPhotos.swift
[115/121] Compiling MediaCore Photo+Error.swift
[116/121] Compiling MediaCore Photo+FileType.swift
[117/121] Compiling MediaCore Photo+Metadata.swift
[118/121] Compiling MediaCore Photo+Properties.swift
[119/121] Compiling MediaCore Photo+Subtype.swift
[120/121] Compiling MediaCore Photo.swift
[121/121] Compiling MediaCore Photos.swift
[122/155] Emitting module MediaSwiftUI
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Photo/Photo+SwiftUI.swift:16:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
14 |
15 | #if !os(tvOS)
16 | @available (iOS 13, macOS 10.15, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
17 | public extension Photo {
18 | typealias ResultPhotoCameraResultCompletion = (Result<Camera.Result, Swift.Error>) -> Void
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Photo/Photo+SwiftUI.swift:151:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
149 | #endif
150 |
151 | @available (iOS 13, macOS 10.15, tvOS 13, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
152 | public extension Photo {
153 | /// Creates a ready-to-use `SwiftUI` view representation of the receiver
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Video/Video+SwiftUI.swift:14:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
12 | import SwiftUI
13 |
14 | @available (iOS 13, macOS 10.15, tvOS 13, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
15 | public extension Video {
16 | /// Creates a ready-to-use `SwiftUI` view representation of the receiver
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Video/Video+SwiftUI.swift:24:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
22 |
23 | #if !os(tvOS)
24 | @available (iOS 13, macOS 10.15, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
25 | public extension Video {
26 | /// Alias for a completion block getting a `Result` containing a `<Media.URL<Video>`
[123/158] Compiling MediaSwiftUI MediaPicker.swift
[124/158] Compiling MediaSwiftUI MediaPickerValue.swift
[125/158] Compiling MediaSwiftUI PhotoView.swift
[126/158] Compiling MediaSwiftUI MediaPicker+Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/PHPicker/NSItemProvider+loadLivePhoto.swift:18:47: warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
16 | public func loadLivePhoto() -> AnyPublisher<PHLivePhoto, Swift.Error> {
17 | Future { promise in
18 | guard self.canLoadObject(ofClass: PHLivePhoto.self) else {
| `- warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
19 | promise(.failure(Error.couldNotLoadObject(underlying: Error.unknown)))
20 | return
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhoto.h:55:1: note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
53 | API_AVAILABLE(ios(14))
54 | API_UNAVAILABLE(macos, tvos, watchos)
55 | @interface PHLivePhoto (NSItemProvider) <NSItemProviderReading>
| `- note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
56 |
57 | @end
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/PHPicker/NSItemProvider+loadLivePhoto.swift:23:38: warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
21 | }
22 |
23 | self.loadObject(ofClass: PHLivePhoto.self) { livePhoto, error in
| `- warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
24 | if let error = error {
25 | promise(.failure(Error.couldNotLoadObject(underlying: error)))
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhoto.h:55:1: note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
53 | API_AVAILABLE(ios(14))
54 | API_UNAVAILABLE(macos, tvos, watchos)
55 | @interface PHLivePhoto (NSItemProvider) <NSItemProviderReading>
| `- note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
56 |
57 | @end
[127/158] Compiling MediaSwiftUI NSItemProvider+Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/PHPicker/NSItemProvider+loadLivePhoto.swift:18:47: warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
16 | public func loadLivePhoto() -> AnyPublisher<PHLivePhoto, Swift.Error> {
17 | Future { promise in
18 | guard self.canLoadObject(ofClass: PHLivePhoto.self) else {
| `- warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
19 | promise(.failure(Error.couldNotLoadObject(underlying: Error.unknown)))
20 | return
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhoto.h:55:1: note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
53 | API_AVAILABLE(ios(14))
54 | API_UNAVAILABLE(macos, tvos, watchos)
55 | @interface PHLivePhoto (NSItemProvider) <NSItemProviderReading>
| `- note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
56 |
57 | @end
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/PHPicker/NSItemProvider+loadLivePhoto.swift:23:38: warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
21 | }
22 |
23 | self.loadObject(ofClass: PHLivePhoto.self) { livePhoto, error in
| `- warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
24 | if let error = error {
25 | promise(.failure(Error.couldNotLoadObject(underlying: error)))
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhoto.h:55:1: note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
53 | API_AVAILABLE(ios(14))
54 | API_UNAVAILABLE(macos, tvos, watchos)
55 | @interface PHLivePhoto (NSItemProvider) <NSItemProviderReading>
| `- note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
56 |
57 | @end
[128/158] Compiling MediaSwiftUI NSItemProvider+loadImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/PHPicker/NSItemProvider+loadLivePhoto.swift:18:47: warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
16 | public func loadLivePhoto() -> AnyPublisher<PHLivePhoto, Swift.Error> {
17 | Future { promise in
18 | guard self.canLoadObject(ofClass: PHLivePhoto.self) else {
| `- warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
19 | promise(.failure(Error.couldNotLoadObject(underlying: Error.unknown)))
20 | return
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhoto.h:55:1: note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
53 | API_AVAILABLE(ios(14))
54 | API_UNAVAILABLE(macos, tvos, watchos)
55 | @interface PHLivePhoto (NSItemProvider) <NSItemProviderReading>
| `- note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
56 |
57 | @end
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/PHPicker/NSItemProvider+loadLivePhoto.swift:23:38: warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
21 | }
22 |
23 | self.loadObject(ofClass: PHLivePhoto.self) { livePhoto, error in
| `- warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
24 | if let error = error {
25 | promise(.failure(Error.couldNotLoadObject(underlying: error)))
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhoto.h:55:1: note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
53 | API_AVAILABLE(ios(14))
54 | API_UNAVAILABLE(macos, tvos, watchos)
55 | @interface PHLivePhoto (NSItemProvider) <NSItemProviderReading>
| `- note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
56 |
57 | @end
[129/158] Compiling MediaSwiftUI NSItemProvider+loadLivePhoto.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/PHPicker/NSItemProvider+loadLivePhoto.swift:18:47: warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
16 | public func loadLivePhoto() -> AnyPublisher<PHLivePhoto, Swift.Error> {
17 | Future { promise in
18 | guard self.canLoadObject(ofClass: PHLivePhoto.self) else {
| `- warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
19 | promise(.failure(Error.couldNotLoadObject(underlying: Error.unknown)))
20 | return
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhoto.h:55:1: note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
53 | API_AVAILABLE(ios(14))
54 | API_UNAVAILABLE(macos, tvos, watchos)
55 | @interface PHLivePhoto (NSItemProvider) <NSItemProviderReading>
| `- note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
56 |
57 | @end
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/PHPicker/NSItemProvider+loadLivePhoto.swift:23:38: warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
21 | }
22 |
23 | self.loadObject(ofClass: PHLivePhoto.self) { livePhoto, error in
| `- warning: conformance of 'PHLivePhoto' to 'NSItemProviderReading' is unavailable in macOS; this is an error in the Swift 6 language mode
24 | if let error = error {
25 | promise(.failure(Error.couldNotLoadObject(underlying: error)))
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Photos.framework/Headers/PHLivePhoto.h:55:1: note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
53 | API_AVAILABLE(ios(14))
54 | API_UNAVAILABLE(macos, tvos, watchos)
55 | @interface PHLivePhoto (NSItemProvider) <NSItemProviderReading>
| `- note: conformance of 'PHLivePhoto' to 'NSItemProviderReading' has been explicitly marked unavailable here
56 |
57 | @end
[130/158] Compiling MediaSwiftUI ActivityIndicatorView.swift
[131/158] Compiling MediaSwiftUI LivePhotoView.swift
[132/158] Compiling MediaSwiftUI MediaPicker+Coordinator.swift
[133/158] Compiling MediaSwiftUI PhotosUILivePhotoView.swift
[134/158] Compiling MediaSwiftUI Media+SwiftUI.swift
[135/158] Compiling MediaSwiftUI MediaSwiftUIAliases.swift
[136/158] Compiling MediaSwiftUI BrowserResult.swift
[137/158] Compiling MediaSwiftUI VideoPreview.swift
[138/158] Compiling MediaSwiftUI Garbage.swift
[139/158] Compiling MediaSwiftUI ReferenceWrapper.swift
[140/158] Compiling MediaSwiftUI ViewState.swift
[141/158] Compiling MediaSwiftUI NSItemProvider+loadVideo.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Photo/Photo+SwiftUI.swift:16:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
14 |
15 | #if !os(tvOS)
16 | @available (iOS 13, macOS 10.15, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
17 | public extension Photo {
18 | typealias ResultPhotoCameraResultCompletion = (Result<Camera.Result, Swift.Error>) -> Void
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Photo/Photo+SwiftUI.swift:151:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
149 | #endif
150 |
151 | @available (iOS 13, macOS 10.15, tvOS 13, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
152 | public extension Photo {
153 | /// Creates a ready-to-use `SwiftUI` view representation of the receiver
[142/158] Compiling MediaSwiftUI PHPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Photo/Photo+SwiftUI.swift:16:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
14 |
15 | #if !os(tvOS)
16 | @available (iOS 13, macOS 10.15, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
17 | public extension Photo {
18 | typealias ResultPhotoCameraResultCompletion = (Result<Camera.Result, Swift.Error>) -> Void
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Photo/Photo+SwiftUI.swift:151:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
149 | #endif
150 |
151 | @available (iOS 13, macOS 10.15, tvOS 13, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
152 | public extension Photo {
153 | /// Creates a ready-to-use `SwiftUI` view representation of the receiver
[143/158] Compiling MediaSwiftUI Photo+Camera+Result.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Photo/Photo+SwiftUI.swift:16:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
14 |
15 | #if !os(tvOS)
16 | @available (iOS 13, macOS 10.15, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
17 | public extension Photo {
18 | typealias ResultPhotoCameraResultCompletion = (Result<Camera.Result, Swift.Error>) -> Void
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Photo/Photo+SwiftUI.swift:151:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
149 | #endif
150 |
151 | @available (iOS 13, macOS 10.15, tvOS 13, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
152 | public extension Photo {
153 | /// Creates a ready-to-use `SwiftUI` view representation of the receiver
[144/158] Compiling MediaSwiftUI Photo+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Photo/Photo+SwiftUI.swift:16:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
14 |
15 | #if !os(tvOS)
16 | @available (iOS 13, macOS 10.15, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
17 | public extension Photo {
18 | typealias ResultPhotoCameraResultCompletion = (Result<Camera.Result, Swift.Error>) -> Void
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Photo/Photo+SwiftUI.swift:151:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
149 | #endif
150 |
151 | @available (iOS 13, macOS 10.15, tvOS 13, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
152 | public extension Photo {
153 | /// Creates a ready-to-use `SwiftUI` view representation of the receiver
[145/158] Compiling MediaSwiftUI Video+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Video/Video+SwiftUI.swift:14:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
12 | import SwiftUI
13 |
14 | @available (iOS 13, macOS 10.15, tvOS 13, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
15 | public extension Video {
16 | /// Creates a ready-to-use `SwiftUI` view representation of the receiver
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Video/Video+SwiftUI.swift:24:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
22 |
23 | #if !os(tvOS)
24 | @available (iOS 13, macOS 10.15, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
25 | public extension Video {
26 | /// Alias for a completion block getting a `Result` containing a `<Media.URL<Video>`
[146/158] Compiling MediaSwiftUI CameraViewCreator.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Video/Video+SwiftUI.swift:14:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
12 | import SwiftUI
13 |
14 | @available (iOS 13, macOS 10.15, tvOS 13, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
15 | public extension Video {
16 | /// Creates a ready-to-use `SwiftUI` view representation of the receiver
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Video/Video+SwiftUI.swift:24:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
22 |
23 | #if !os(tvOS)
24 | @available (iOS 13, macOS 10.15, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
25 | public extension Video {
26 | /// Alias for a completion block getting a `Result` containing a `<Media.URL<Video>`
[147/158] Compiling MediaSwiftUI AVCaptureVideoPreview.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Video/Video+SwiftUI.swift:14:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
12 | import SwiftUI
13 |
14 | @available (iOS 13, macOS 10.15, tvOS 13, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
15 | public extension Video {
16 | /// Creates a ready-to-use `SwiftUI` view representation of the receiver
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Video/Video+SwiftUI.swift:24:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
22 |
23 | #if !os(tvOS)
24 | @available (iOS 13, macOS 10.15, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
25 | public extension Video {
26 | /// Alias for a completion block getting a `Result` containing a `<Media.URL<Video>`
[148/158] Compiling MediaSwiftUI CameraView.swift
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Video/Video+SwiftUI.swift:14:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
12 | import SwiftUI
13 |
14 | @available (iOS 13, macOS 10.15, tvOS 13, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
15 | public extension Video {
16 | /// Creates a ready-to-use `SwiftUI` view representation of the receiver
/Users/admin/builder/spi-builder-workspace/Sources/MediaSwiftUI/API/Video/Video+SwiftUI.swift:24:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
22 |
23 | #if !os(tvOS)
24 | @available (iOS 13, macOS 10.15, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
25 | public extension Video {
26 | /// Alias for a completion block getting a `Result` containing a `<Media.URL<Video>`
[149/158] Compiling MediaSwiftUI ViewWrapper.swift
[150/158] Compiling MediaSwiftUI WeakObjectWrapper.swift
[151/158] Compiling MediaSwiftUI ViewCreator.swift
[152/158] Compiling MediaSwiftUI Camera+Error.swift
[153/158] Compiling MediaSwiftUI Camera+Result.swift
[154/158] Compiling MediaSwiftUI Camera.swift
[155/158] Compiling MediaSwiftUI LivePhoto+SwiftUI.swift
[156/158] Compiling MediaSwiftUI UniversalProgressView.swift
[157/158] Compiling MediaSwiftUI AVPlayerView.swift
[158/158] Compiling MediaSwiftUI VideoView.swift
Build complete! (12.70s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Media",
"name" : "Media",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MediaCore",
"targets" : [
"MediaCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MediaSwiftUI",
"targets" : [
"MediaCore",
"MediaSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MediaTests",
"module_type" : "SwiftTarget",
"name" : "MediaTests",
"path" : "Tests/MediaTests",
"sources" : [
"Capture/AVCaptureDeviceTests.swift",
"Capture/PhotoCaptureProcessorTests.swift",
"Capture/PhotographTests.swift",
"Capture/VideoRecorderTests.swift",
"Errors/PermissionErrorTests.swift",
"Extensions/CFString+MediaTypesTests.swift",
"Extensions/FileManagerTests.swift",
"Extensions/OptionalString+compareTests.swift",
"Extensions/PHAsset+anyMediaTests.swift",
"Extensions/PHAuthorizationStatus+PermissionErrorTests.swift",
"Extensions/PHFetchOptions+ConvenienceTests.swift",
"Extensions/PhotoKitDictionaryTests.swift",
"Extensions/UIImagePickerController+MediaTypeTests.swift",
"Extensions/UIImagePickerController+supportedMediaTypesTests.swift",
"Mocks/MockAVAssetExportSession.swift",
"Mocks/MockAVCaptureMovieFileOutput.swift",
"Mocks/MockAVCapturePhoto.swift",
"Mocks/MockAVCapturePhotoOutput.swift",
"Mocks/MockAVCaptureResolvedPhotoSettings.swift",
"Mocks/MockAVMetadataItem.swift",
"Mocks/MockCaptureProcessor.swift",
"Mocks/MockCaptureProcessorDelegate.swift",
"Mocks/MockImage.swift",
"Mocks/MockImageManager.swift",
"Mocks/MockLivePhotoManager.swift",
"Mocks/MockPHAsset.swift",
"Mocks/MockPHAssetChangeRequest.swift",
"Mocks/MockPHAssetCollection.swift",
"Mocks/MockPHAssetCollectionFetchResult.swift",
"Mocks/MockPHAssetsFetchResult.swift",
"Mocks/MockPHChange.swift",
"Mocks/MockPHContentEditingInput.swift",
"Mocks/MockPHLivePhoto.swift",
"Mocks/MockPHObjectChangeDetails.swift",
"Mocks/MockPHObjectPlaceholder.swift",
"Mocks/MockPhotoLibrary.swift",
"Mocks/MockPhotoLibraryChangeObserver.swift",
"Mocks/MockPropertyWrapperExample.swift",
"Mocks/MockUIImagePickerController.swift",
"Mocks/MockVideoManager.swift",
"Models/Album/AlbumFilterTests.swift",
"Models/Album/AlbumIdentifierTests.swift",
"Models/Album/AlbumTests.swift",
"Models/Album/AlbumTypeTests.swift",
"Models/Album/AlbumsTests.swift",
"Models/Album/LazyAlbumTests.swift",
"Models/AnyMedia+EquatableTests.swift",
"Models/AnyMediaIdentifierTests.swift",
"Models/AnyMediaTests.swift",
"Models/Audio/AudioFileTypeTests.swift",
"Models/Audio/AudioSubtypeTests.swift",
"Models/Audio/AudioTests.swift",
"Models/Audio/AudiosTests.swift",
"Models/Audio/LazyAudiosTests.swift",
"Models/Camera/CameraTests.swift",
"Models/Enums/PhotoSubtypeTests.swift",
"Models/LivePhoto/LazyLivePhotosTests.swift",
"Models/LivePhoto/LivePhotoFileTypeTests.swift",
"Models/LivePhoto/LivePhotoSubtypeTests.swift",
"Models/LivePhoto/LivePhotoTests.swift",
"Models/Media/MediaFilterTests.swift",
"Models/Media/MediaIdentifierTests.swift",
"Models/Media/MediaSwiftUITests.swift",
"Models/Media/MediaTests.swift",
"Models/Media/MediaURLTests.swift",
"Models/PatternTests.swift",
"Models/Photo/LazyPhotosTests.swift",
"Models/Photo/PhotoFileTypeTests.swift",
"Models/Photo/PhotoTests.swift",
"Models/Photo/PhotosTests.swift",
"Models/Video/LazyVideosTests.swift",
"Models/Video/Video+ExportOptionsTests.swift",
"Models/Video/Video+PropertiesTests.swift",
"Models/Video/VideoExportQualityTests.swift",
"Models/Video/VideoFileTypeTests.swift",
"Models/Video/VideoSubtypeTests.swift",
"Models/Video/VideoTests.swift",
"Models/Video/VideosTests.swift",
"Property wrappers/FetchAlbumTests.swift",
"Property wrappers/FetchAssetTests.swift",
"Services/AlbumFetcherTests.swift",
"Services/CustomPhotoLibraryChangeObserverTests.swift",
"Services/PHAssetChangerTests.swift",
"Services/PHAssetFetcherTests.swift",
"Services/PHChangerTests.swift",
"Services/ViewCreatorTests.swift",
"TimerWrapperTests.swift",
"Views/MediaPickerCoordinatorTests.swift",
"Views/MediaPickerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MediaSwiftUI"
],
"type" : "test"
},
{
"c99name" : "MediaSwiftUI",
"module_type" : "SwiftTarget",
"name" : "MediaSwiftUI",
"path" : "Sources/MediaSwiftUI",
"product_memberships" : [
"MediaSwiftUI"
],
"sources" : [
"API/Camera/Camera+Error.swift",
"API/Camera/Camera+Result.swift",
"API/Camera/Camera.swift",
"API/LivePhoto/LivePhoto+SwiftUI.swift",
"API/LivePhoto/PhotosUILivePhotoView.swift",
"API/Media/Media+SwiftUI.swift",
"API/MediaSwiftUIAliases.swift",
"API/Models/BrowserResult.swift",
"API/Models/Errors/MediaPicker+Error.swift",
"API/PHPicker/NSItemProvider+Error.swift",
"API/PHPicker/NSItemProvider+loadImage.swift",
"API/PHPicker/NSItemProvider+loadLivePhoto.swift",
"API/PHPicker/NSItemProvider+loadVideo.swift",
"API/PHPicker/PHPicker.swift",
"API/Photo/Photo+Camera+Result.swift",
"API/Photo/Photo+SwiftUI.swift",
"API/Video/Video+SwiftUI.swift",
"internal/Capture/CameraViewCreator.swift",
"internal/Capture/Views/AVCaptureVideoPreview.swift",
"internal/Capture/Views/CameraView.swift",
"internal/Capture/Views/VideoPreview.swift",
"internal/Models/Garbage.swift",
"internal/Models/ReferenceWrapper.swift",
"internal/Models/ViewState.swift",
"internal/Models/ViewWrapper.swift",
"internal/Models/WeakObjectWrapper.swift",
"internal/Services/ViewCreator.swift",
"internal/Views/ActivityIndicatorView.swift",
"internal/Views/LivePhoto/LivePhotoView.swift",
"internal/Views/MediaPicker/MediaPicker+Coordinator.swift",
"internal/Views/MediaPicker/MediaPicker.swift",
"internal/Views/MediaPicker/MediaPickerValue.swift",
"internal/Views/Photo/PhotoView.swift",
"internal/Views/UniversalProgressView.swift",
"internal/Views/Video/AVPlayerView.swift",
"internal/Views/Video/VideoView.swift"
],
"target_dependencies" : [
"MediaCore"
],
"type" : "library"
},
{
"c99name" : "MediaCore",
"module_type" : "SwiftTarget",
"name" : "MediaCore",
"path" : "Sources/MediaCore",
"product_memberships" : [
"MediaCore",
"MediaSwiftUI"
],
"sources" : [
"API/Album/Album+Error.swift",
"API/Album/Album+Filter.swift",
"API/Album/Album+Identifier.swift",
"API/Album/Album+Metadata.swift",
"API/Album/Album+SortKey.swift",
"API/Album/Album.swift",
"API/Album/AlbumType.swift",
"API/Album/Albums.swift",
"API/Album/LazyAlbum.swift",
"API/Album/LazyAlbums.swift",
"API/Audio/Audio+FileType.swift",
"API/Audio/Audio+Metadata.swift",
"API/Audio/Audio+Subtype.swift",
"API/Audio/Audio.swift",
"API/Audio/Audios.swift",
"API/Audio/LazyAudios.swift",
"API/Capture/Extensions/AVCaptureDevice+devices.swift",
"API/Capture/Extensions/AVCaptureSession+add.swift",
"API/Capture/Photograph.swift",
"API/Extensions/AuthorizationStatus+PermissionError.swift",
"API/Extensions/CoreServices/CFString+MediaTypes.swift",
"API/Extensions/FileManager+directories.swift",
"API/Extensions/PhotoKit/Dictionary+PhotoKit.swift",
"API/Extensions/UIImagePickerController/UIImagePickerController+MediaType.swift",
"API/Extensions/UIImagePickerController/UIImagePickerController+availableSourceType.swift",
"API/Extensions/UIImagePickerController/UIImagePickerController+supportedMediaTypes.swift",
"API/LivePhoto/LazyLivePhotos.swift",
"API/LivePhoto/LivePhoto+FileType.swift",
"API/LivePhoto/LivePhoto+Metadata.swift",
"API/LivePhoto/LivePhoto+Subtype.swift",
"API/LivePhoto/LivePhoto.swift",
"API/LivePhoto/LivePhotos.swift",
"API/LivePhoto/PHLivePhotoProtocol.swift",
"API/Media/Media+DisplayRepresentation.swift",
"API/Media/Media+Error.swift",
"API/Media/Media+Identifier.swift",
"API/Media/Media+URL+Error.swift",
"API/Media/Media+URL.swift",
"API/Media/Media.swift",
"API/MediaCoreAliases.swift",
"API/Models/AnyMedia/AnyMedia+Equatable.swift",
"API/Models/AnyMedia/AnyMedia+Identifier+Equatable.swift",
"API/Models/AnyMedia/AnyMedia+Identifier.swift",
"API/Models/AnyMedia/AnyMedia.swift",
"API/Models/Capture/LivePhotoData.swift",
"API/Models/Errors/PermissionError.swift",
"API/Models/Media+Filter.swift",
"API/Models/Media+Quality.swift",
"API/Models/Media+Sort.swift",
"API/Models/Media+SortKey.swift",
"API/Models/PHAssetWrapper.swift",
"API/Models/UniversalImage.swift",
"API/Photo/Media+LazyPhotos.swift",
"API/Photo/Photo+Error.swift",
"API/Photo/Photo+FileType.swift",
"API/Photo/Photo+Metadata.swift",
"API/Photo/Photo+Properties.swift",
"API/Photo/Photo+Subtype.swift",
"API/Photo/Photo.swift",
"API/Photo/Photos.swift",
"API/PropertyWrappers/FetchAlbum.swift",
"API/PropertyWrappers/FetchAlbums.swift",
"API/PropertyWrappers/FetchAllAssets.swift",
"API/PropertyWrappers/FetchAsset.swift",
"API/PropertyWrappers/FetchAssets.swift",
"API/Protocols/AssetChangeRequest.swift",
"API/Protocols/MediaProtocol.swift",
"API/Protocols/MediaSubtypeProvider.swift",
"API/Protocols/PathExtensionsProvider.swift",
"API/Video/LazyVideos.swift",
"API/Video/Video+Error.swift",
"API/Video/Video+ExportOptions.swift",
"API/Video/Video+ExportProgress.swift",
"API/Video/Video+ExportQuality.swift",
"API/Video/Video+ExportQualityMac.swift",
"API/Video/Video+FileType.swift",
"API/Video/Video+Metadata.swift",
"API/Video/Video+Properties.swift",
"API/Video/Video+Subtype.swift",
"API/Video/Video.swift",
"API/Video/Videos.swift",
"internal/Capture/Extensions/AVCaptureDevice+Error.swift",
"internal/Capture/Extensions/AVCaptureSession+Error.swift",
"internal/Capture/PhotoCaptureProcessor.swift",
"internal/Capture/Protocols/CaptureProcessor.swift",
"internal/Capture/Protocols/CaptureProcessorDelegate.swift",
"internal/Capture/VideoRecorder.swift",
"internal/Extensions/OptionalString+compare.swift",
"internal/Extensions/PatternMatching/CustomPatternMatching.swift",
"internal/Extensions/PatternMatching/Pattern+mismatchs.swift",
"internal/Extensions/PatternMatching/Pattern+unsupportedPathExtension.swift",
"internal/Extensions/PhotoKit/PHAsset+anyMedia.swift",
"internal/Extensions/PhotoKit/PHAssetChangeRequest+AssetChangeRequest.swift",
"internal/Extensions/PhotoKit/PHFetchOptions.swift",
"internal/Extensions/PhotoKit/PHImageManager+ImageManager.swift",
"internal/Extensions/PhotoKit/PHImageManager+LivePhotoManager.swift",
"internal/Extensions/PhotoKit/PHImageManager+VideoManager.swift",
"internal/Extensions/PhotoKit/PHImageManager+handlePotentialDegradedResult.swift",
"internal/Extensions/PhotoKit/PHImageManager+handleResult.swift",
"internal/Extensions/PhotoKit/PHLivePhoto+PHLivePhotoProtocol.swift",
"internal/Extensions/PhotoKit/PHPhotoLibrary+PhotoLibrary.swift",
"internal/Extensions/UIImagePickerController/UIImagePickerController+MediaTypeError.swift",
"internal/Models/PHAssetCollectionWrapper.swift",
"internal/Models/Pattern.swift",
"internal/Protocols/AVAssetExportPresetProvider.swift",
"internal/Protocols/AnyMetadata.swift",
"internal/Protocols/ImageManager.swift",
"internal/Protocols/LivePhotoManager.swift",
"internal/Protocols/PhotoLibrary.swift",
"internal/Protocols/PhotoLibraryChangeObserver.swift",
"internal/Protocols/VideoManager.swift",
"internal/Services/AlbumFetcher.swift",
"internal/Services/CustomPhotoLibraryChangeObserver.swift",
"internal/Services/PHAssetChanger.swift",
"internal/Services/PHAssetFetcher.swift",
"internal/Services/PHChanger.swift",
"internal/TimerWrapper.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.