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

The Swift Package Index logo.Swift Package Index

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

Build Information

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

Swift 6 data race errors: 14

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chris-araman/AsyncCloudKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chris-araman/AsyncCloudKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0f309f3 Deprecate
Cloned https://github.com/chris-araman/AsyncCloudKit.git
Revision (git rev-parse @):
0f309f3491aa1e88fbc633b80153bf078bc8ced5
SUCCESS checkout https://github.com/chris-araman/AsyncCloudKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/chris-araman/AsyncCloudKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/20] Compiling AsyncCloudKit ACKOperation.swift
[4/21] Compiling AsyncCloudKit ACKModifyRecordsOperation.swift
[5/21] Compiling AsyncCloudKit ACKModifySubscriptionsOperation.swift
[6/21] Compiling AsyncCloudKit ACKDatabase.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'delete(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'delete(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 27 |   ///
 28 |   /// - SeeAlso: [`delete`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449122-delete)
 29 |   func delete(
    |        `- note: expected sendability to match requirement here
 30 |     withRecordID recordID: CKRecord.ID, completionHandler: @escaping (CKRecord.ID?, Error?) -> Void)
 31 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'delete(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'delete(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 33 |   ///
 34 |   /// - SeeAlso: [`delete`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449118-delete)
 35 |   func delete(
    |        `- note: expected sendability to match requirement here
 36 |     withRecordZoneID zoneID: CKRecordZone.ID,
 37 |     completionHandler: @escaping (CKRecordZone.ID?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'delete(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'delete(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 40 |   ///
 41 |   /// - SeeAlso: [`delete`](https://developer.apple.com/documentation/cloudkit/ckdatabase/3003590-delete)
 42 |   func delete(
    |        `- note: expected sendability to match requirement here
 43 |     withSubscriptionID subscriptionID: CKSubscription.ID,
 44 |     completionHandler: @escaping (String?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetch(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetch(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 47 |   ///
 48 |   /// - SeeAlso: [fetch](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449126-fetch)
 49 |   func fetch(
    |        `- note: expected sendability to match requirement here
 50 |     withRecordID recordID: CKRecord.ID, completionHandler: @escaping (CKRecord?, Error?) -> Void)
 51 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetch(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetch(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 53 |   ///
 54 |   /// - SeeAlso: [fetch](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449104-fetch)
 55 |   func fetch(
    |        `- note: expected sendability to match requirement here
 56 |     withRecordZoneID zoneID: CKRecordZone.ID,
 57 |     completionHandler: @escaping (CKRecordZone?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetch(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetch(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 60 |   ///
 61 |   /// - SeeAlso: [fetch](https://developer.apple.com/documentation/cloudkit/ckdatabase/3003591-fetch)
 62 |   func fetch(
    |        `- note: expected sendability to match requirement here
 63 |     withSubscriptionID subscriptionID: CKSubscription.ID,
 64 |     completionHandler: @escaping (CKSubscription?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetchAllRecordZones(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetchAllRecordZones(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 67 |   ///
 68 |   /// - SeeAlso: [fetchAllRecordZones](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449112-fetchallrecordzones)
 69 |   func fetchAllRecordZones(completionHandler: @escaping ([CKRecordZone]?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 70 |
 71 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetchAllSubscriptions(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetchAllSubscriptions(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 72 |   ///
 73 |   /// - SeeAlso: [fetchAllSubscriptions](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449110-fetchallsubscriptions)
 74 |   func fetchAllSubscriptions(completionHandler: @escaping ([CKSubscription]?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 75 |
 76 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'perform(_:inZoneWith:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'perform(_:inZoneWith:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 77 |   ///
 78 |   /// - SeeAlso: [fetchAllSubscriptions](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449127-perform)
 79 |   func perform(
    |        `- note: expected sendability to match requirement here
 80 |     _ query: CKQuery,
 81 |     inZoneWith zoneID: CKRecordZone.ID?,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 85 |   ///
 86 |   /// - SeeAlso: [`save`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449114-save)
 87 |   func save(_ record: CKRecord, completionHandler: @escaping (CKRecord?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 88 |
 89 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 90 |   ///
 91 |   /// - SeeAlso: [`save`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449108-save)
 92 |   func save(_ zone: CKRecordZone, completionHandler: @escaping (CKRecordZone?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 93 |
 94 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 95 |   ///
 96 |   /// - SeeAlso: [`save`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449102-save)
 97 |   func save(
    |        `- note: expected sendability to match requirement here
 98 |     _ subscription: CKSubscription, completionHandler: @escaping (CKSubscription?, Error?) -> Void)
 99 | }
[7/21] Compiling AsyncCloudKit ACKDatabaseOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'delete(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'delete(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 27 |   ///
 28 |   /// - SeeAlso: [`delete`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449122-delete)
 29 |   func delete(
    |        `- note: expected sendability to match requirement here
 30 |     withRecordID recordID: CKRecord.ID, completionHandler: @escaping (CKRecord.ID?, Error?) -> Void)
 31 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'delete(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'delete(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 33 |   ///
 34 |   /// - SeeAlso: [`delete`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449118-delete)
 35 |   func delete(
    |        `- note: expected sendability to match requirement here
 36 |     withRecordZoneID zoneID: CKRecordZone.ID,
 37 |     completionHandler: @escaping (CKRecordZone.ID?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'delete(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'delete(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 40 |   ///
 41 |   /// - SeeAlso: [`delete`](https://developer.apple.com/documentation/cloudkit/ckdatabase/3003590-delete)
 42 |   func delete(
    |        `- note: expected sendability to match requirement here
 43 |     withSubscriptionID subscriptionID: CKSubscription.ID,
 44 |     completionHandler: @escaping (String?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetch(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetch(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 47 |   ///
 48 |   /// - SeeAlso: [fetch](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449126-fetch)
 49 |   func fetch(
    |        `- note: expected sendability to match requirement here
 50 |     withRecordID recordID: CKRecord.ID, completionHandler: @escaping (CKRecord?, Error?) -> Void)
 51 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetch(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetch(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 53 |   ///
 54 |   /// - SeeAlso: [fetch](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449104-fetch)
 55 |   func fetch(
    |        `- note: expected sendability to match requirement here
 56 |     withRecordZoneID zoneID: CKRecordZone.ID,
 57 |     completionHandler: @escaping (CKRecordZone?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetch(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetch(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 60 |   ///
 61 |   /// - SeeAlso: [fetch](https://developer.apple.com/documentation/cloudkit/ckdatabase/3003591-fetch)
 62 |   func fetch(
    |        `- note: expected sendability to match requirement here
 63 |     withSubscriptionID subscriptionID: CKSubscription.ID,
 64 |     completionHandler: @escaping (CKSubscription?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetchAllRecordZones(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetchAllRecordZones(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 67 |   ///
 68 |   /// - SeeAlso: [fetchAllRecordZones](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449112-fetchallrecordzones)
 69 |   func fetchAllRecordZones(completionHandler: @escaping ([CKRecordZone]?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 70 |
 71 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetchAllSubscriptions(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetchAllSubscriptions(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 72 |   ///
 73 |   /// - SeeAlso: [fetchAllSubscriptions](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449110-fetchallsubscriptions)
 74 |   func fetchAllSubscriptions(completionHandler: @escaping ([CKSubscription]?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 75 |
 76 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'perform(_:inZoneWith:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'perform(_:inZoneWith:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 77 |   ///
 78 |   /// - SeeAlso: [fetchAllSubscriptions](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449127-perform)
 79 |   func perform(
    |        `- note: expected sendability to match requirement here
 80 |     _ query: CKQuery,
 81 |     inZoneWith zoneID: CKRecordZone.ID?,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 85 |   ///
 86 |   /// - SeeAlso: [`save`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449114-save)
 87 |   func save(_ record: CKRecord, completionHandler: @escaping (CKRecord?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 88 |
 89 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 90 |   ///
 91 |   /// - SeeAlso: [`save`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449108-save)
 92 |   func save(_ zone: CKRecordZone, completionHandler: @escaping (CKRecordZone?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 93 |
 94 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 95 |   ///
 96 |   /// - SeeAlso: [`save`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449102-save)
 97 |   func save(
    |        `- note: expected sendability to match requirement here
 98 |     _ subscription: CKSubscription, completionHandler: @escaping (CKSubscription?, Error?) -> Void)
 99 | }
[8/21] Compiling AsyncCloudKit ACKFetchRecordZonesOperation.swift
[9/21] Compiling AsyncCloudKit ACKFetchRecordsOperation.swift
[10/21] Compiling AsyncCloudKit ACKFetchSubscriptionsOperation.swift
[11/21] Compiling AsyncCloudKit ACKModifyRecordZonesOperation.swift
[12/21] Compiling AsyncCloudKit OperationFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/OperationFactory.swift:12:5: warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// Allows dependency injection for testing.
 12 | var operationFactory: OperationFactory = CKOperationFactory()
    |     |- warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'operationFactory' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: annotate 'operationFactory' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 | protocol OperationFactory {
[13/21] Compiling AsyncCloudKit Progress.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/OperationFactory.swift:12:5: warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// Allows dependency injection for testing.
 12 | var operationFactory: OperationFactory = CKOperationFactory()
    |     |- warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'operationFactory' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: annotate 'operationFactory' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 | protocol OperationFactory {
[14/21] Emitting module AsyncCloudKit
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/OperationFactory.swift:12:5: warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// Allows dependency injection for testing.
 12 | var operationFactory: OperationFactory = CKOperationFactory()
    |     |- warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'operationFactory' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: annotate 'operationFactory' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 | protocol OperationFactory {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKContainer.swift:15:1: warning: sendability of function types in instance method 'accountStatus(completionHandler:)' does not match requirement in protocol 'ACKContainer'; this is an error in the Swift 6 language mode
13 | ///
14 | /// - SeeAlso:[`CloudKit`](https://developer.apple.com/documentation/cloudkit)
15 | extension CKContainer: ACKContainer {
   | `- warning: sendability of function types in instance method 'accountStatus(completionHandler:)' does not match requirement in protocol 'ACKContainer'; this is an error in the Swift 6 language mode
16 | }
17 |
   :
26 |   ///
27 |   /// - SeeAlso: [`accountStatus`](https://developer.apple.com/documentation/cloudkit/ckcontainer/1399180-accountstatus)
28 |   func accountStatus(completionHandler: @escaping (CKAccountStatus, Error?) -> Void)
   |        `- note: expected sendability to match requirement here
29 | }
30 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'delete(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'delete(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 27 |   ///
 28 |   /// - SeeAlso: [`delete`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449122-delete)
 29 |   func delete(
    |        `- note: expected sendability to match requirement here
 30 |     withRecordID recordID: CKRecord.ID, completionHandler: @escaping (CKRecord.ID?, Error?) -> Void)
 31 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'delete(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'delete(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 33 |   ///
 34 |   /// - SeeAlso: [`delete`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449118-delete)
 35 |   func delete(
    |        `- note: expected sendability to match requirement here
 36 |     withRecordZoneID zoneID: CKRecordZone.ID,
 37 |     completionHandler: @escaping (CKRecordZone.ID?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'delete(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'delete(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 40 |   ///
 41 |   /// - SeeAlso: [`delete`](https://developer.apple.com/documentation/cloudkit/ckdatabase/3003590-delete)
 42 |   func delete(
    |        `- note: expected sendability to match requirement here
 43 |     withSubscriptionID subscriptionID: CKSubscription.ID,
 44 |     completionHandler: @escaping (String?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetch(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetch(withRecordID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 47 |   ///
 48 |   /// - SeeAlso: [fetch](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449126-fetch)
 49 |   func fetch(
    |        `- note: expected sendability to match requirement here
 50 |     withRecordID recordID: CKRecord.ID, completionHandler: @escaping (CKRecord?, Error?) -> Void)
 51 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetch(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetch(withRecordZoneID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 53 |   ///
 54 |   /// - SeeAlso: [fetch](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449104-fetch)
 55 |   func fetch(
    |        `- note: expected sendability to match requirement here
 56 |     withRecordZoneID zoneID: CKRecordZone.ID,
 57 |     completionHandler: @escaping (CKRecordZone?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetch(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetch(withSubscriptionID:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 60 |   ///
 61 |   /// - SeeAlso: [fetch](https://developer.apple.com/documentation/cloudkit/ckdatabase/3003591-fetch)
 62 |   func fetch(
    |        `- note: expected sendability to match requirement here
 63 |     withSubscriptionID subscriptionID: CKSubscription.ID,
 64 |     completionHandler: @escaping (CKSubscription?, Error?) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetchAllRecordZones(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetchAllRecordZones(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 67 |   ///
 68 |   /// - SeeAlso: [fetchAllRecordZones](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449112-fetchallrecordzones)
 69 |   func fetchAllRecordZones(completionHandler: @escaping ([CKRecordZone]?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 70 |
 71 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'fetchAllSubscriptions(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'fetchAllSubscriptions(completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 72 |   ///
 73 |   /// - SeeAlso: [fetchAllSubscriptions](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449110-fetchallsubscriptions)
 74 |   func fetchAllSubscriptions(completionHandler: @escaping ([CKSubscription]?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 75 |
 76 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'perform(_:inZoneWith:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'perform(_:inZoneWith:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 77 |   ///
 78 |   /// - SeeAlso: [fetchAllSubscriptions](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449127-perform)
 79 |   func perform(
    |        `- note: expected sendability to match requirement here
 80 |     _ query: CKQuery,
 81 |     inZoneWith zoneID: CKRecordZone.ID?,
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 85 |   ///
 86 |   /// - SeeAlso: [`save`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449114-save)
 87 |   func save(_ record: CKRecord, completionHandler: @escaping (CKRecord?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 88 |
 89 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 90 |   ///
 91 |   /// - SeeAlso: [`save`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449108-save)
 92 |   func save(_ zone: CKRecordZone, completionHandler: @escaping (CKRecordZone?, Error?) -> Void)
    |        `- note: expected sendability to match requirement here
 93 |
 94 |   /// Implemented by `CKDatabase`.
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase.swift:15:1: warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 13 | ///
 14 | /// - SeeAlso: [`CloudKit`](https://developer.apple.com/documentation/cloudkit)
 15 | extension CKDatabase: ACKDatabase {
    | `- warning: sendability of function types in instance method 'save(_:completionHandler:)' does not match requirement in protocol 'ACKDatabase'; this is an error in the Swift 6 language mode
 16 | }
 17 |
    :
 95 |   ///
 96 |   /// - SeeAlso: [`save`](https://developer.apple.com/documentation/cloudkit/ckdatabase/1449102-save)
 97 |   func save(
    |        `- note: expected sendability to match requirement here
 98 |     _ subscription: CKSubscription, completionHandler: @escaping (CKSubscription?, Error?) -> Void)
 99 | }
[15/21] Compiling AsyncCloudKit ACKDatabase+CKRecordZone.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/OperationFactory.swift:12:5: warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// Allows dependency injection for testing.
 12 | var operationFactory: OperationFactory = CKOperationFactory()
    |     |- warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'operationFactory' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: annotate 'operationFactory' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 | protocol OperationFactory {
[16/21] Compiling AsyncCloudKit ACKDatabase+CKSubscription.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/OperationFactory.swift:12:5: warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// Allows dependency injection for testing.
 12 | var operationFactory: OperationFactory = CKOperationFactory()
    |     |- warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'operationFactory' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: annotate 'operationFactory' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 | protocol OperationFactory {
[17/21] Compiling AsyncCloudKit ACKContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKContainer.swift:15:1: warning: sendability of function types in instance method 'accountStatus(completionHandler:)' does not match requirement in protocol 'ACKContainer'; this is an error in the Swift 6 language mode
13 | ///
14 | /// - SeeAlso:[`CloudKit`](https://developer.apple.com/documentation/cloudkit)
15 | extension CKContainer: ACKContainer {
   | `- warning: sendability of function types in instance method 'accountStatus(completionHandler:)' does not match requirement in protocol 'ACKContainer'; this is an error in the Swift 6 language mode
16 | }
17 |
   :
26 |   ///
27 |   /// - SeeAlso: [`accountStatus`](https://developer.apple.com/documentation/cloudkit/ckcontainer/1399180-accountstatus)
28 |   func accountStatus(completionHandler: @escaping (CKAccountStatus, Error?) -> Void)
   |        `- note: expected sendability to match requirement here
29 | }
30 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/OperationFactory.swift:12:5: warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// Allows dependency injection for testing.
 12 | var operationFactory: OperationFactory = CKOperationFactory()
    |     |- warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'operationFactory' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: annotate 'operationFactory' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 | protocol OperationFactory {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase+CKRecord.swift:579:11: warning: capture of 'onTermination' with non-sendable type '() -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
577 |         }
578 |         continuation.onTermination = { @Sendable _ in
579 |           onTermination()
    |           |- warning: capture of 'onTermination' with non-sendable type '() -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |           `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
580 |         }
581 |
[18/21] Compiling AsyncCloudKit ACKDatabase+CKRecord.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKContainer.swift:15:1: warning: sendability of function types in instance method 'accountStatus(completionHandler:)' does not match requirement in protocol 'ACKContainer'; this is an error in the Swift 6 language mode
13 | ///
14 | /// - SeeAlso:[`CloudKit`](https://developer.apple.com/documentation/cloudkit)
15 | extension CKContainer: ACKContainer {
   | `- warning: sendability of function types in instance method 'accountStatus(completionHandler:)' does not match requirement in protocol 'ACKContainer'; this is an error in the Swift 6 language mode
16 | }
17 |
   :
26 |   ///
27 |   /// - SeeAlso: [`accountStatus`](https://developer.apple.com/documentation/cloudkit/ckcontainer/1399180-accountstatus)
28 |   func accountStatus(completionHandler: @escaping (CKAccountStatus, Error?) -> Void)
   |        `- note: expected sendability to match requirement here
29 | }
30 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/OperationFactory.swift:12:5: warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// Allows dependency injection for testing.
 12 | var operationFactory: OperationFactory = CKOperationFactory()
    |     |- warning: var 'operationFactory' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'operationFactory' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: annotate 'operationFactory' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |
 14 | protocol OperationFactory {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncCloudKit/Protocols/ACKDatabase+CKRecord.swift:579:11: warning: capture of 'onTermination' with non-sendable type '() -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
577 |         }
578 |         continuation.onTermination = { @Sendable _ in
579 |           onTermination()
    |           |- warning: capture of 'onTermination' with non-sendable type '() -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |           `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
580 |         }
581 |
[19/21] Compiling AsyncCloudKit ACKSequence.swift
[20/21] Compiling AsyncCloudKit AsyncSequence.swift
[21/21] Compiling AsyncCloudKit ACKQueryOperation.swift
Build complete! (33.62s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncCloudKit",
  "name" : "AsyncCloudKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.4"
    }
  ],
  "products" : [
    {
      "name" : "AsyncCloudKit",
      "targets" : [
        "AsyncCloudKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AsyncCloudKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCloudKitTests",
      "path" : "Tests/AsyncCloudKitTests",
      "sources" : [
        "AsyncCloudKitTests.swift",
        "CKContainerTests.swift",
        "CKDatabaseTests.swift",
        "ErrorInjectionTests.swift",
        "Mocks/MockContainer.swift",
        "Mocks/MockDatabase.swift",
        "Mocks/MockDatabaseOperation.swift",
        "Mocks/MockError.swift",
        "Mocks/MockFetchOperation.swift",
        "Mocks/MockFetchRecordZonesOperation.swift",
        "Mocks/MockFetchRecordsOperation.swift",
        "Mocks/MockFetchSubscriptionsOperation.swift",
        "Mocks/MockModifyOperation.swift",
        "Mocks/MockModifyRecordZonesOperation.swift",
        "Mocks/MockModifyRecordsOperation.swift",
        "Mocks/MockModifySubscriptionsOperation.swift",
        "Mocks/MockOperation.swift",
        "Mocks/MockOperationFactory.swift",
        "Mocks/MockQueryOperation.swift",
        "ProgressTests.swift",
        "Simulation/DecisionSpace.swift"
      ],
      "target_dependencies" : [
        "AsyncCloudKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncCloudKit",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCloudKit",
      "path" : "Sources/AsyncCloudKit",
      "product_memberships" : [
        "AsyncCloudKit"
      ],
      "sources" : [
        "ACKSequence.swift",
        "Extensions/AsyncSequence.swift",
        "OperationFactory.swift",
        "Progress.swift",
        "Protocols/ACKContainer.swift",
        "Protocols/ACKDatabase+CKRecord.swift",
        "Protocols/ACKDatabase+CKRecordZone.swift",
        "Protocols/ACKDatabase+CKSubscription.swift",
        "Protocols/ACKDatabase.swift",
        "Protocols/ACKDatabaseOperation.swift",
        "Protocols/ACKFetchRecordZonesOperation.swift",
        "Protocols/ACKFetchRecordsOperation.swift",
        "Protocols/ACKFetchSubscriptionsOperation.swift",
        "Protocols/ACKModifyRecordZonesOperation.swift",
        "Protocols/ACKModifyRecordsOperation.swift",
        "Protocols/ACKModifySubscriptionsOperation.swift",
        "Protocols/ACKOperation.swift",
        "Protocols/ACKQueryOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.