The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Stitcher, reference main (ad1e84), with Swift 6.2 for Android on 21 Jun 2025 16:14:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

  |          `- note: 'init()' declared here
3 |
[465/530] Compiling Stitcher PipelineSubject.swift
/host/spi-builder-workspace/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[466/530] Compiling Stitcher Stitcher.swift
/host/spi-builder-workspace/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[467/530] Compiling Stitcher AsyncTask.swift
/host/spi-builder-workspace/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[468/530] Compiling Stitcher CancellableTask.swift
/host/spi-builder-workspace/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[469/530] Compiling Stitcher RawThreadKey.swift
/host/spi-builder-workspace/Sources/Stitcher/Task/AsyncTask.swift:37:31: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 35 |
 36 |         private static var defaultQueueCount: Int {
 37 |             let processInfo = ProcessInfo()
    |                               `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
 38 |             return processInfo.processorCount - 1
 39 |         }
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[470/540] Compiling Stitcher DependencyGroup.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:40:31: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
   |                               `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |         self._hash = { storage.hash(into: &$0) }
42 |         self.key = storage.key
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:41:24: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
   |                        `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         self.key = storage.key
43 |     }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
[471/540] Compiling Stitcher DependencyRegistrarBuilder.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:40:31: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
   |                               `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |         self._hash = { storage.hash(into: &$0) }
42 |         self.key = storage.key
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:41:24: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
   |                        `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         self.key = storage.key
43 |     }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
[472/540] Compiling Stitcher RawDependencyRegistration.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:40:31: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
   |                               `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |         self._hash = { storage.hash(into: &$0) }
42 |         self.key = storage.key
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:41:24: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
   |                        `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         self.key = storage.key
43 |     }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
[473/540] Compiling Stitcher DependencyGroupRepresenting.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:40:31: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
   |                               `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |         self._hash = { storage.hash(into: &$0) }
42 |         self.key = storage.key
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:41:24: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
   |                        `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         self.key = storage.key
43 |     }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
[474/540] Compiling Stitcher DependencyRepresenting.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:40:31: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
   |                               `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |         self._hash = { storage.hash(into: &$0) }
42 |         self.key = storage.key
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:41:24: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
   |                        `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         self.key = storage.key
43 |     }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
[475/540] Compiling Stitcher ManagedSingletonInstanceStorage.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:40:31: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
   |                               `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |         self._hash = { storage.hash(into: &$0) }
42 |         self.key = storage.key
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:41:24: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
   |                        `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         self.key = storage.key
43 |     }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
[476/540] Compiling Stitcher NeverInstanceStorage.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:40:31: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
   |                               `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |         self._hash = { storage.hash(into: &$0) }
42 |         self.key = storage.key
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:41:24: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
   |                        `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         self.key = storage.key
43 |     }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
[477/540] Compiling Stitcher SharedInstanceStorage.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:40:31: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
   |                               `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |         self._hash = { storage.hash(into: &$0) }
42 |         self.key = storage.key
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:41:24: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
   |                        `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         self.key = storage.key
43 |     }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
[478/540] Compiling Stitcher SingletonInstanceStorage.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:40:31: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
   |                               `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |         self._hash = { storage.hash(into: &$0) }
42 |         self.key = storage.key
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:41:24: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
   |                        `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         self.key = storage.key
43 |     }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
[479/540] Compiling Stitcher InstanceStorage.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:40:31: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
   |                               `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |         self._hash = { storage.hash(into: &$0) }
42 |         self.key = storage.key
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:41:24: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
   |                        `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         self.key = storage.key
43 |     }
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Storage/InstanceStorage.swift:39:44: warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |     let key: Key
38 |
39 |     init<Storage: InstanceStorage>(erasing storage: Storage) {
   |                                            `- warning: capture of non-sendable type 'Storage.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |         self._storedValue = { storage.value }
41 |         self._hash = { storage.hash(into: &$0) }
[480/540] Compiling Stitcher TypeName.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:25:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 23 |     ) {
 24 |         self.init(locatorMatch: .init(byName: name)) {
 25 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 26 |                 byName: name,
 27 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:20:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 18 |     init<each Parameter: Hashable>(
 19 |         name: String,
 20 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 21 |         file: StaticString = #file,
 22 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:48:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 46 |         let name = name.description
 47 |         self.init(locatorMatch: .init(byName: name)) {
 48 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 49 |                 byName: name,
 50 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:41:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     init<Name: CustomStringConvertible, each Parameter: Hashable>(
 40 |         name: Name,
 41 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         file: StaticString = #file,
 43 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:70:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 68 |         let name = name.rawValue
 69 |         self.init(locatorMatch: .init(byName: name)) {
 70 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 71 |                 byName: name,
 72 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:63:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     init<Name: RawRepresentable, each Parameter: Hashable>(
 62 |         name: Name,
 63 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         file: StaticString = #file,
 65 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:99:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |
 98 |         self.init(locatorMatch: .init(byType: type)) {
 99 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                 parameters: repeat each parameters
101 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:93:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 91 |     init<each Parameter: Hashable>(
 92 |         type: Value.Type = Value.self,
 93 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 94 |         file: StaticString = #file,
 95 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:118:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     init<SomeDependency, each Parameter: Hashable>(
117 |         type: Value.Type = Value.self,
118 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
119 |         file: StaticString = #file,
120 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:151:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
151 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
152 |                 parameters: repeat each parameters
153 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:145:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
143 |     init<SomeDependency, each Parameter: Hashable>(
144 |         type: Value.Type = Value.self,
145 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |         file: StaticString = #file,
147 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:166:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     init<SomeCollection: DependencyContainingCollection, each Parameter: Hashable>(
165 |         collectionType: Value.Type = Value.self,
166 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |         file: StaticString = #file,
168 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:192:9: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |     @_disfavoredOverload
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
    |         `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |         _ parameters: repeat each Parameter,
194 |         file: StaticString = #file,
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:193:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
193 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
194 |         file: StaticString = #file,
195 |         line: UInt = #line
[481/540] Compiling Stitcher Atomic.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:25:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 23 |     ) {
 24 |         self.init(locatorMatch: .init(byName: name)) {
 25 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 26 |                 byName: name,
 27 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:20:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 18 |     init<each Parameter: Hashable>(
 19 |         name: String,
 20 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 21 |         file: StaticString = #file,
 22 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:48:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 46 |         let name = name.description
 47 |         self.init(locatorMatch: .init(byName: name)) {
 48 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 49 |                 byName: name,
 50 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:41:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     init<Name: CustomStringConvertible, each Parameter: Hashable>(
 40 |         name: Name,
 41 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         file: StaticString = #file,
 43 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:70:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 68 |         let name = name.rawValue
 69 |         self.init(locatorMatch: .init(byName: name)) {
 70 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 71 |                 byName: name,
 72 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:63:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     init<Name: RawRepresentable, each Parameter: Hashable>(
 62 |         name: Name,
 63 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         file: StaticString = #file,
 65 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:99:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |
 98 |         self.init(locatorMatch: .init(byType: type)) {
 99 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                 parameters: repeat each parameters
101 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:93:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 91 |     init<each Parameter: Hashable>(
 92 |         type: Value.Type = Value.self,
 93 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 94 |         file: StaticString = #file,
 95 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:118:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     init<SomeDependency, each Parameter: Hashable>(
117 |         type: Value.Type = Value.self,
118 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
119 |         file: StaticString = #file,
120 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:151:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
151 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
152 |                 parameters: repeat each parameters
153 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:145:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
143 |     init<SomeDependency, each Parameter: Hashable>(
144 |         type: Value.Type = Value.self,
145 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |         file: StaticString = #file,
147 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:166:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     init<SomeCollection: DependencyContainingCollection, each Parameter: Hashable>(
165 |         collectionType: Value.Type = Value.self,
166 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |         file: StaticString = #file,
168 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:192:9: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |     @_disfavoredOverload
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
    |         `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |         _ parameters: repeat each Parameter,
194 |         file: StaticString = #file,
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:193:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
193 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
194 |         file: StaticString = #file,
195 |         line: UInt = #line
[482/540] Compiling Stitcher Dependencies.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:25:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 23 |     ) {
 24 |         self.init(locatorMatch: .init(byName: name)) {
 25 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 26 |                 byName: name,
 27 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:20:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 18 |     init<each Parameter: Hashable>(
 19 |         name: String,
 20 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 21 |         file: StaticString = #file,
 22 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:48:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 46 |         let name = name.description
 47 |         self.init(locatorMatch: .init(byName: name)) {
 48 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 49 |                 byName: name,
 50 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:41:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     init<Name: CustomStringConvertible, each Parameter: Hashable>(
 40 |         name: Name,
 41 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         file: StaticString = #file,
 43 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:70:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 68 |         let name = name.rawValue
 69 |         self.init(locatorMatch: .init(byName: name)) {
 70 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 71 |                 byName: name,
 72 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:63:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     init<Name: RawRepresentable, each Parameter: Hashable>(
 62 |         name: Name,
 63 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         file: StaticString = #file,
 65 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:99:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |
 98 |         self.init(locatorMatch: .init(byType: type)) {
 99 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                 parameters: repeat each parameters
101 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:93:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 91 |     init<each Parameter: Hashable>(
 92 |         type: Value.Type = Value.self,
 93 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 94 |         file: StaticString = #file,
 95 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:118:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     init<SomeDependency, each Parameter: Hashable>(
117 |         type: Value.Type = Value.self,
118 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
119 |         file: StaticString = #file,
120 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:151:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
151 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
152 |                 parameters: repeat each parameters
153 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:145:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
143 |     init<SomeDependency, each Parameter: Hashable>(
144 |         type: Value.Type = Value.self,
145 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |         file: StaticString = #file,
147 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:166:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     init<SomeCollection: DependencyContainingCollection, each Parameter: Hashable>(
165 |         collectionType: Value.Type = Value.self,
166 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |         file: StaticString = #file,
168 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:192:9: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |     @_disfavoredOverload
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
    |         `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |         _ parameters: repeat each Parameter,
194 |         file: StaticString = #file,
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:193:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
193 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
194 |         file: StaticString = #file,
195 |         line: UInt = #line
[483/540] Compiling Stitcher Injected+Init.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:25:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 23 |     ) {
 24 |         self.init(locatorMatch: .init(byName: name)) {
 25 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 26 |                 byName: name,
 27 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:20:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 18 |     init<each Parameter: Hashable>(
 19 |         name: String,
 20 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 21 |         file: StaticString = #file,
 22 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:48:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 46 |         let name = name.description
 47 |         self.init(locatorMatch: .init(byName: name)) {
 48 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 49 |                 byName: name,
 50 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:41:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     init<Name: CustomStringConvertible, each Parameter: Hashable>(
 40 |         name: Name,
 41 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         file: StaticString = #file,
 43 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:70:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 68 |         let name = name.rawValue
 69 |         self.init(locatorMatch: .init(byName: name)) {
 70 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 71 |                 byName: name,
 72 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:63:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     init<Name: RawRepresentable, each Parameter: Hashable>(
 62 |         name: Name,
 63 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         file: StaticString = #file,
 65 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:99:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |
 98 |         self.init(locatorMatch: .init(byType: type)) {
 99 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                 parameters: repeat each parameters
101 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:93:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 91 |     init<each Parameter: Hashable>(
 92 |         type: Value.Type = Value.self,
 93 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 94 |         file: StaticString = #file,
 95 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:118:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     init<SomeDependency, each Parameter: Hashable>(
117 |         type: Value.Type = Value.self,
118 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
119 |         file: StaticString = #file,
120 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:151:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
151 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
152 |                 parameters: repeat each parameters
153 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:145:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
143 |     init<SomeDependency, each Parameter: Hashable>(
144 |         type: Value.Type = Value.self,
145 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |         file: StaticString = #file,
147 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:166:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     init<SomeCollection: DependencyContainingCollection, each Parameter: Hashable>(
165 |         collectionType: Value.Type = Value.self,
166 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |         file: StaticString = #file,
168 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:192:9: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |     @_disfavoredOverload
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
    |         `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |         _ parameters: repeat each Parameter,
194 |         file: StaticString = #file,
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:193:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
193 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
194 |         file: StaticString = #file,
195 |         line: UInt = #line
[484/540] Compiling Stitcher Injected.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:25:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 23 |     ) {
 24 |         self.init(locatorMatch: .init(byName: name)) {
 25 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 26 |                 byName: name,
 27 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:20:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 18 |     init<each Parameter: Hashable>(
 19 |         name: String,
 20 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 21 |         file: StaticString = #file,
 22 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:48:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 46 |         let name = name.description
 47 |         self.init(locatorMatch: .init(byName: name)) {
 48 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 49 |                 byName: name,
 50 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:41:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     init<Name: CustomStringConvertible, each Parameter: Hashable>(
 40 |         name: Name,
 41 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         file: StaticString = #file,
 43 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:70:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 68 |         let name = name.rawValue
 69 |         self.init(locatorMatch: .init(byName: name)) {
 70 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 71 |                 byName: name,
 72 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:63:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     init<Name: RawRepresentable, each Parameter: Hashable>(
 62 |         name: Name,
 63 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         file: StaticString = #file,
 65 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:99:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |
 98 |         self.init(locatorMatch: .init(byType: type)) {
 99 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                 parameters: repeat each parameters
101 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:93:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 91 |     init<each Parameter: Hashable>(
 92 |         type: Value.Type = Value.self,
 93 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 94 |         file: StaticString = #file,
 95 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:118:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     init<SomeDependency, each Parameter: Hashable>(
117 |         type: Value.Type = Value.self,
118 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
119 |         file: StaticString = #file,
120 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:151:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
151 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
152 |                 parameters: repeat each parameters
153 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:145:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
143 |     init<SomeDependency, each Parameter: Hashable>(
144 |         type: Value.Type = Value.self,
145 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |         file: StaticString = #file,
147 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:166:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     init<SomeCollection: DependencyContainingCollection, each Parameter: Hashable>(
165 |         collectionType: Value.Type = Value.self,
166 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |         file: StaticString = #file,
168 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:192:9: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |     @_disfavoredOverload
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
    |         `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |         _ parameters: repeat each Parameter,
194 |         file: StaticString = #file,
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:193:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
193 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
194 |         file: StaticString = #file,
195 |         line: UInt = #line
[485/540] Compiling Stitcher AutoregisterableDependency.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:25:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 23 |     ) {
 24 |         self.init(locatorMatch: .init(byName: name)) {
 25 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 26 |                 byName: name,
 27 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:20:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 18 |     init<each Parameter: Hashable>(
 19 |         name: String,
 20 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 21 |         file: StaticString = #file,
 22 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:48:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 46 |         let name = name.description
 47 |         self.init(locatorMatch: .init(byName: name)) {
 48 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 49 |                 byName: name,
 50 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:41:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     init<Name: CustomStringConvertible, each Parameter: Hashable>(
 40 |         name: Name,
 41 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         file: StaticString = #file,
 43 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:70:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 68 |         let name = name.rawValue
 69 |         self.init(locatorMatch: .init(byName: name)) {
 70 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 71 |                 byName: name,
 72 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:63:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     init<Name: RawRepresentable, each Parameter: Hashable>(
 62 |         name: Name,
 63 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         file: StaticString = #file,
 65 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:99:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |
 98 |         self.init(locatorMatch: .init(byType: type)) {
 99 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                 parameters: repeat each parameters
101 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:93:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 91 |     init<each Parameter: Hashable>(
 92 |         type: Value.Type = Value.self,
 93 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 94 |         file: StaticString = #file,
 95 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:118:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     init<SomeDependency, each Parameter: Hashable>(
117 |         type: Value.Type = Value.self,
118 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
119 |         file: StaticString = #file,
120 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:151:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
151 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
152 |                 parameters: repeat each parameters
153 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:145:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
143 |     init<SomeDependency, each Parameter: Hashable>(
144 |         type: Value.Type = Value.self,
145 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |         file: StaticString = #file,
147 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:166:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     init<SomeCollection: DependencyContainingCollection, each Parameter: Hashable>(
165 |         collectionType: Value.Type = Value.self,
166 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |         file: StaticString = #file,
168 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:192:9: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |     @_disfavoredOverload
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
    |         `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |         _ parameters: repeat each Parameter,
194 |         file: StaticString = #file,
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:193:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
193 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
194 |         file: StaticString = #file,
195 |         line: UInt = #line
[486/540] Compiling Stitcher GeneratedDependencyRegistration.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:25:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 23 |     ) {
 24 |         self.init(locatorMatch: .init(byName: name)) {
 25 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 26 |                 byName: name,
 27 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:20:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 18 |     init<each Parameter: Hashable>(
 19 |         name: String,
 20 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 21 |         file: StaticString = #file,
 22 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:48:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 46 |         let name = name.description
 47 |         self.init(locatorMatch: .init(byName: name)) {
 48 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 49 |                 byName: name,
 50 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:41:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     init<Name: CustomStringConvertible, each Parameter: Hashable>(
 40 |         name: Name,
 41 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         file: StaticString = #file,
 43 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:70:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 68 |         let name = name.rawValue
 69 |         self.init(locatorMatch: .init(byName: name)) {
 70 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 71 |                 byName: name,
 72 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:63:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     init<Name: RawRepresentable, each Parameter: Hashable>(
 62 |         name: Name,
 63 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         file: StaticString = #file,
 65 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:99:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |
 98 |         self.init(locatorMatch: .init(byType: type)) {
 99 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                 parameters: repeat each parameters
101 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:93:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 91 |     init<each Parameter: Hashable>(
 92 |         type: Value.Type = Value.self,
 93 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 94 |         file: StaticString = #file,
 95 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:118:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     init<SomeDependency, each Parameter: Hashable>(
117 |         type: Value.Type = Value.self,
118 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
119 |         file: StaticString = #file,
120 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:151:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
151 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
152 |                 parameters: repeat each parameters
153 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:145:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
143 |     init<SomeDependency, each Parameter: Hashable>(
144 |         type: Value.Type = Value.self,
145 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |         file: StaticString = #file,
147 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:166:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     init<SomeCollection: DependencyContainingCollection, each Parameter: Hashable>(
165 |         collectionType: Value.Type = Value.self,
166 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |         file: StaticString = #file,
168 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:192:9: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |     @_disfavoredOverload
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
    |         `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |         _ parameters: repeat each Parameter,
194 |         file: StaticString = #file,
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:193:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
193 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
194 |         file: StaticString = #file,
195 |         line: UInt = #line
[487/540] Compiling Stitcher RegisterableDependency.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:25:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 23 |     ) {
 24 |         self.init(locatorMatch: .init(byName: name)) {
 25 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 26 |                 byName: name,
 27 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:20:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 18 |     init<each Parameter: Hashable>(
 19 |         name: String,
 20 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 21 |         file: StaticString = #file,
 22 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:48:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 46 |         let name = name.description
 47 |         self.init(locatorMatch: .init(byName: name)) {
 48 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 49 |                 byName: name,
 50 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:41:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     init<Name: CustomStringConvertible, each Parameter: Hashable>(
 40 |         name: Name,
 41 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         file: StaticString = #file,
 43 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:70:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 68 |         let name = name.rawValue
 69 |         self.init(locatorMatch: .init(byName: name)) {
 70 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 71 |                 byName: name,
 72 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:63:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     init<Name: RawRepresentable, each Parameter: Hashable>(
 62 |         name: Name,
 63 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         file: StaticString = #file,
 65 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:99:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |
 98 |         self.init(locatorMatch: .init(byType: type)) {
 99 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                 parameters: repeat each parameters
101 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:93:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 91 |     init<each Parameter: Hashable>(
 92 |         type: Value.Type = Value.self,
 93 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 94 |         file: StaticString = #file,
 95 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:118:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     init<SomeDependency, each Parameter: Hashable>(
117 |         type: Value.Type = Value.self,
118 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
119 |         file: StaticString = #file,
120 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:151:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
151 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
152 |                 parameters: repeat each parameters
153 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:145:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
143 |     init<SomeDependency, each Parameter: Hashable>(
144 |         type: Value.Type = Value.self,
145 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |         file: StaticString = #file,
147 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:166:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     init<SomeCollection: DependencyContainingCollection, each Parameter: Hashable>(
165 |         collectionType: Value.Type = Value.self,
166 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |         file: StaticString = #file,
168 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:192:9: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |     @_disfavoredOverload
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
    |         `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |         _ parameters: repeat each Parameter,
194 |         file: StaticString = #file,
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:193:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
193 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
194 |         file: StaticString = #file,
195 |         line: UInt = #line
[488/540] Compiling Stitcher DependenciesRegistrar.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:25:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 23 |     ) {
 24 |         self.init(locatorMatch: .init(byName: name)) {
 25 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 26 |                 byName: name,
 27 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:20:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 18 |     init<each Parameter: Hashable>(
 19 |         name: String,
 20 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 21 |         file: StaticString = #file,
 22 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:48:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 46 |         let name = name.description
 47 |         self.init(locatorMatch: .init(byName: name)) {
 48 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 49 |                 byName: name,
 50 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:41:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     init<Name: CustomStringConvertible, each Parameter: Hashable>(
 40 |         name: Name,
 41 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         file: StaticString = #file,
 43 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:70:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 68 |         let name = name.rawValue
 69 |         self.init(locatorMatch: .init(byName: name)) {
 70 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 71 |                 byName: name,
 72 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:63:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     init<Name: RawRepresentable, each Parameter: Hashable>(
 62 |         name: Name,
 63 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         file: StaticString = #file,
 65 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:99:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |
 98 |         self.init(locatorMatch: .init(byType: type)) {
 99 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                 parameters: repeat each parameters
101 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:93:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 91 |     init<each Parameter: Hashable>(
 92 |         type: Value.Type = Value.self,
 93 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 94 |         file: StaticString = #file,
 95 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:118:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     init<SomeDependency, each Parameter: Hashable>(
117 |         type: Value.Type = Value.self,
118 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
119 |         file: StaticString = #file,
120 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:151:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
151 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
152 |                 parameters: repeat each parameters
153 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:145:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
143 |     init<SomeDependency, each Parameter: Hashable>(
144 |         type: Value.Type = Value.self,
145 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |         file: StaticString = #file,
147 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:166:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     init<SomeCollection: DependencyContainingCollection, each Parameter: Hashable>(
165 |         collectionType: Value.Type = Value.self,
166 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |         file: StaticString = #file,
168 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:192:9: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |     @_disfavoredOverload
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
    |         `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |         _ parameters: repeat each Parameter,
194 |         file: StaticString = #file,
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:193:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
193 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
194 |         file: StaticString = #file,
195 |         line: UInt = #line
[489/540] Compiling Stitcher Dependency.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:25:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 23 |     ) {
 24 |         self.init(locatorMatch: .init(byName: name)) {
 25 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 26 |                 byName: name,
 27 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:20:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 18 |     init<each Parameter: Hashable>(
 19 |         name: String,
 20 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 21 |         file: StaticString = #file,
 22 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:48:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 46 |         let name = name.description
 47 |         self.init(locatorMatch: .init(byName: name)) {
 48 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 49 |                 byName: name,
 50 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:41:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     init<Name: CustomStringConvertible, each Parameter: Hashable>(
 40 |         name: Name,
 41 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         file: StaticString = #file,
 43 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:70:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 68 |         let name = name.rawValue
 69 |         self.init(locatorMatch: .init(byName: name)) {
 70 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 71 |                 byName: name,
 72 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:63:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 61 |     init<Name: RawRepresentable, each Parameter: Hashable>(
 62 |         name: Name,
 63 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |         file: StaticString = #file,
 65 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:99:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |
 98 |         self.init(locatorMatch: .init(byType: type)) {
 99 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                 parameters: repeat each parameters
101 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:93:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 91 |     init<each Parameter: Hashable>(
 92 |         type: Value.Type = Value.self,
 93 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
 94 |         file: StaticString = #file,
 95 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:124:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
122 |
123 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
124 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
125 |                 parameters: repeat each parameters
126 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:118:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     init<SomeDependency, each Parameter: Hashable>(
117 |         type: Value.Type = Value.self,
118 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
119 |         file: StaticString = #file,
120 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:151:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |         self.init(locatorMatch: .init(byType: SomeDependency.self)) {
151 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
152 |                 parameters: repeat each parameters
153 |             )
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:145:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
143 |     init<SomeDependency, each Parameter: Hashable>(
144 |         type: Value.Type = Value.self,
145 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |         file: StaticString = #file,
147 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'SomeCollection.Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:172:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
170 |
171 |         self.init(locatorMatch: .init(byType: SomeCollection.Element.self)) {
172 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
173 |                 byType: Optional<SomeCollection>.self,
174 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:166:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     init<SomeCollection: DependencyContainingCollection, each Parameter: Hashable>(
165 |         collectionType: Value.Type = Value.self,
166 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |         file: StaticString = #file,
168 |         line: UInt = #line
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:199:33: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
197 |
198 |         self.init(locatorMatch: .init(byValue: value)) {
199 |             try DependencyGraph.inject(
    |                                 `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
200 |                 byValue: value,
201 |                 parameters: repeat each parameters
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:192:9: warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |     @_disfavoredOverload
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
    |         `- warning: capture of non-sendable type 'V.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |         _ parameters: repeat each Parameter,
194 |         file: StaticString = #file,
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/PropertyWrappers/Injected+Init.swift:193:11: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
191 |     init<V: Hashable, each Parameter: Hashable>(
192 |         value: V,
193 |         _ parameters: repeat each Parameter,
    |           `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
194 |         file: StaticString = #file,
195 |         line: UInt = #line
[490/540] Emitting module Stitcher
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:13:5: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 | @inlinable
12 | func taskIndexing<S: Sequence>(
13 |     dependencies: S,
   |     `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     coordinator: IndexingCoordinator,
15 |     completion: @escaping (DependencyRegistrarIndex) -> Void
[491/540] Compiling Stitcher DependencyContainingCollection.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Models/DependencyParameters.swift:120:41: warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
118 |
119 |         if tupleValues.isEmpty && mirror.displayStyle != .tuple {
120 |             let singleParameter = tuple as! AnyParameter
    |                                         `- warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
121 |             tupleValues = [singleParameter]
122 |         }
[492/540] Compiling Stitcher DependencyEagerness.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Models/DependencyParameters.swift:120:41: warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
118 |
119 |         if tupleValues.isEmpty && mirror.displayStyle != .tuple {
120 |             let singleParameter = tuple as! AnyParameter
    |                                         `- warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
121 |             tupleValues = [singleParameter]
122 |         }
[493/540] Compiling Stitcher DependencyLocator.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Models/DependencyParameters.swift:120:41: warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
118 |
119 |         if tupleValues.isEmpty && mirror.displayStyle != .tuple {
120 |             let singleParameter = tuple as! AnyParameter
    |                                         `- warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
121 |             tupleValues = [singleParameter]
122 |         }
[494/540] Compiling Stitcher DependencyLocatorTraits.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Models/DependencyParameters.swift:120:41: warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
118 |
119 |         if tupleValues.isEmpty && mirror.displayStyle != .tuple {
120 |             let singleParameter = tuple as! AnyParameter
    |                                         `- warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
121 |             tupleValues = [singleParameter]
122 |         }
[495/540] Compiling Stitcher DependencyParameters.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Models/DependencyParameters.swift:120:41: warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
118 |
119 |         if tupleValues.isEmpty && mirror.displayStyle != .tuple {
120 |             let singleParameter = tuple as! AnyParameter
    |                                         `- warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
121 |             tupleValues = [singleParameter]
122 |         }
[496/540] Compiling Stitcher DependencyScope.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Models/DependencyParameters.swift:120:41: warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
118 |
119 |         if tupleValues.isEmpty && mirror.displayStyle != .tuple {
120 |             let singleParameter = tuple as! AnyParameter
    |                                         `- warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
121 |             tupleValues = [singleParameter]
122 |         }
[497/540] Compiling Stitcher InjectionError.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Models/DependencyParameters.swift:120:41: warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
118 |
119 |         if tupleValues.isEmpty && mirror.displayStyle != .tuple {
120 |             let singleParameter = tuple as! AnyParameter
    |                                         `- warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
121 |             tupleValues = [singleParameter]
122 |         }
[498/540] Compiling Stitcher ManagedDependencyScopeProviding.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Models/DependencyParameters.swift:120:41: warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
118 |
119 |         if tupleValues.isEmpty && mirror.displayStyle != .tuple {
120 |             let singleParameter = tuple as! AnyParameter
    |                                         `- warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
121 |             tupleValues = [singleParameter]
122 |         }
[499/540] Compiling Stitcher ManagedDependencyScopeReceipt.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Models/DependencyParameters.swift:120:41: warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
118 |
119 |         if tupleValues.isEmpty && mirror.displayStyle != .tuple {
120 |             let singleParameter = tuple as! AnyParameter
    |                                         `- warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
121 |             tupleValues = [singleParameter]
122 |         }
[500/540] Compiling Stitcher PipelineManagedDependencyScope.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Models/DependencyParameters.swift:120:41: warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
118 |
119 |         if tupleValues.isEmpty && mirror.displayStyle != .tuple {
120 |             let singleParameter = tuple as! AnyParameter
    |                                         `- warning: cast from '(/* shape: each Element */ repeat DependencyParameters.AnyParameter)' to unrelated type 'DependencyParameters.AnyParameter' always fails
121 |             tupleValues = [singleParameter]
122 |         }
[501/540] Compiling Stitcher Common.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:13:5: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 | @inlinable
12 | func taskIndexing<S: Sequence>(
13 |     dependencies: S,
   |     `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     coordinator: IndexingCoordinator,
15 |     completion: @escaping (DependencyRegistrarIndex) -> Void
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[502/540] Compiling Stitcher DefaultIndexer.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:13:5: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 | @inlinable
12 | func taskIndexing<S: Sequence>(
13 |     dependencies: S,
   |     `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     coordinator: IndexingCoordinator,
15 |     completion: @escaping (DependencyRegistrarIndex) -> Void
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[503/540] Compiling Stitcher ParallelIndexer.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:13:5: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 | @inlinable
12 | func taskIndexing<S: Sequence>(
13 |     dependencies: S,
   |     `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     coordinator: IndexingCoordinator,
15 |     completion: @escaping (DependencyRegistrarIndex) -> Void
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[504/540] Compiling Stitcher PlainIndexer.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:13:5: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 | @inlinable
12 | func taskIndexing<S: Sequence>(
13 |     dependencies: S,
   |     `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     coordinator: IndexingCoordinator,
15 |     completion: @escaping (DependencyRegistrarIndex) -> Void
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[505/540] Compiling Stitcher IndexedDependencyContainer.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:13:5: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 | @inlinable
12 | func taskIndexing<S: Sequence>(
13 |     dependencies: S,
   |     `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     coordinator: IndexingCoordinator,
15 |     completion: @escaping (DependencyRegistrarIndex) -> Void
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[506/540] Compiling Stitcher Indexing.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:13:5: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 | @inlinable
12 | func taskIndexing<S: Sequence>(
13 |     dependencies: S,
   |     `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     coordinator: IndexingCoordinator,
15 |     completion: @escaping (DependencyRegistrarIndex) -> Void
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[507/540] Compiling Stitcher IndexingCoordinator.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:13:5: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 | @inlinable
12 | func taskIndexing<S: Sequence>(
13 |     dependencies: S,
   |     `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     coordinator: IndexingCoordinator,
15 |     completion: @escaping (DependencyRegistrarIndex) -> Void
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[508/540] Compiling Stitcher IndexingKey.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:13:5: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 | @inlinable
12 | func taskIndexing<S: Sequence>(
13 |     dependencies: S,
   |     `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     coordinator: IndexingCoordinator,
15 |     completion: @escaping (DependencyRegistrarIndex) -> Void
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[509/540] Compiling Stitcher IndexingTask.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:13:5: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 | @inlinable
12 | func taskIndexing<S: Sequence>(
13 |     dependencies: S,
   |     `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     coordinator: IndexingCoordinator,
15 |     completion: @escaping (DependencyRegistrarIndex) -> Void
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[510/540] Compiling Stitcher StorageCleaner.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Iterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:22:29: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 |         var dependencyRegistrarIndex = coordinator.emptyIndex()
21 |
22 |         for registration in dependencies {
   |                             `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 |
24 |             guard !AsyncTask.isCancelled else {
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/Common.swift:13:5: warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 | @inlinable
12 | func taskIndexing<S: Sequence>(
13 |     dependencies: S,
   |     `- warning: capture of non-sendable type 'S.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     coordinator: IndexingCoordinator,
15 |     completion: @escaping (DependencyRegistrarIndex) -> Void
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Graph/Indexing/Implementations/ParallelIndexer.swift:14:32: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
12 |
13 |     static var parallelTaskCount: Int {
14 |         let coreCount = Double(ProcessInfo().processorCount)
   |                                `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
15 |         let maximumSystemLoadFactor = 0.75
16 |         return Int(floor(coreCount * maximumSystemLoadFactor))
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[511/540] Compiling Stitcher AutoregisterableDependencyCodeGenerator.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:23:28: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |         ) { parameters in
22 |
23 |             try parameters.withPackedParameters(invoke: function)
   |                            `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |         } instanceStorageFactory: { key, instance, scope in
25 |
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:13:9: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |
12 |     static func from<T, each Parameter: Hashable>(
13 |         function: @Sendable @escaping (repeat each Parameter) throws -> T
   |         `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     ) -> DependencyFactory {
15 |
[512/540] Compiling Stitcher NameInjectionCodeGenerator.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:23:28: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |         ) { parameters in
22 |
23 |             try parameters.withPackedParameters(invoke: function)
   |                            `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |         } instanceStorageFactory: { key, instance, scope in
25 |
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:13:9: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |
12 |     static func from<T, each Parameter: Hashable>(
13 |         function: @Sendable @escaping (repeat each Parameter) throws -> T
   |         `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     ) -> DependencyFactory {
15 |
[513/540] Compiling Stitcher TestInjectionCodeGenerator.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:23:28: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |         ) { parameters in
22 |
23 |             try parameters.withPackedParameters(invoke: function)
   |                            `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |         } instanceStorageFactory: { key, instance, scope in
25 |
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:13:9: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |
12 |     static func from<T, each Parameter: Hashable>(
13 |         function: @Sendable @escaping (repeat each Parameter) throws -> T
   |         `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     ) -> DependencyFactory {
15 |
[514/540] Compiling Stitcher TypeInjectionCodeGenerator.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:23:28: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |         ) { parameters in
22 |
23 |             try parameters.withPackedParameters(invoke: function)
   |                            `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |         } instanceStorageFactory: { key, instance, scope in
25 |
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:13:9: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |
12 |     static func from<T, each Parameter: Hashable>(
13 |         function: @Sendable @escaping (repeat each Parameter) throws -> T
   |         `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     ) -> DependencyFactory {
15 |
[515/540] Compiling Stitcher InjectionCodeGenerator.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:23:28: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |         ) { parameters in
22 |
23 |             try parameters.withPackedParameters(invoke: function)
   |                            `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |         } instanceStorageFactory: { key, instance, scope in
25 |
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:13:9: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |
12 |     static func from<T, each Parameter: Hashable>(
13 |         function: @Sendable @escaping (repeat each Parameter) throws -> T
   |         `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     ) -> DependencyFactory {
15 |
[516/540] Compiling Stitcher InjectionCodeGenerators.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:23:28: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |         ) { parameters in
22 |
23 |             try parameters.withPackedParameters(invoke: function)
   |                            `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |         } instanceStorageFactory: { key, instance, scope in
25 |
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:13:9: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |
12 |     static func from<T, each Parameter: Hashable>(
13 |         function: @Sendable @escaping (repeat each Parameter) throws -> T
   |         `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     ) -> DependencyFactory {
15 |
[517/540] Compiling Stitcher StitcherConfiguration.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:23:28: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |         ) { parameters in
22 |
23 |             try parameters.withPackedParameters(invoke: function)
   |                            `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |         } instanceStorageFactory: { key, instance, scope in
25 |
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:13:9: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |
12 |     static func from<T, each Parameter: Hashable>(
13 |         function: @Sendable @escaping (repeat each Parameter) throws -> T
   |         `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     ) -> DependencyFactory {
15 |
[518/540] Compiling Stitcher DependencyContainer.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:23:28: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |         ) { parameters in
22 |
23 |             try parameters.withPackedParameters(invoke: function)
   |                            `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |         } instanceStorageFactory: { key, instance, scope in
25 |
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:13:9: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |
12 |     static func from<T, each Parameter: Hashable>(
13 |         function: @Sendable @escaping (repeat each Parameter) throws -> T
   |         `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     ) -> DependencyFactory {
15 |
[519/540] Compiling Stitcher DependencyFactory+Function.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:23:28: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |         ) { parameters in
22 |
23 |             try parameters.withPackedParameters(invoke: function)
   |                            `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |         } instanceStorageFactory: { key, instance, scope in
25 |
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:13:9: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |
12 |     static func from<T, each Parameter: Hashable>(
13 |         function: @Sendable @escaping (repeat each Parameter) throws -> T
   |         `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     ) -> DependencyFactory {
15 |
[520/540] Compiling Stitcher DependencyFactory.swift
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:23:28: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |         ) { parameters in
22 |
23 |             try parameters.withPackedParameters(invoke: function)
   |                            `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |         } instanceStorageFactory: { key, instance, scope in
25 |
/host/spi-builder-workspace/Sources/Stitcher/DependencyInjection/Factory/DependencyFactory+Function.swift:13:9: warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |
12 |     static func from<T, each Parameter: Hashable>(
13 |         function: @Sendable @escaping (repeat each Parameter) throws -> T
   |         `- warning: capture of non-sendable type '(each Parameter).Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     ) -> DependencyFactory {
15 |
[521/540] Compiling Stitcher InstantionNotificationCenter.swift
[522/540] Compiling Stitcher PostInstantiationAware.swift
[523/540] Compiling Stitcher DependencyCycleDetector.swift
[524/540] Compiling Stitcher DependencyCycleInstantationBacktrace.swift
[525/540] Compiling Stitcher DependencyGraph+Assertions.swift
[526/540] Compiling Stitcher DependencyGraph+NameInjection.swift
[527/540] Compiling Stitcher DependencyGraph+TypeInjection.swift
[528/540] Compiling Stitcher DependencyGraph+ValueInjection.swift
[529/540] Compiling Stitcher DependencyGraph.swift
[530/540] Compiling Stitcher DependencyRegistrarIndex.swift
[531/540] Compiling Stitcher RawThreadKeyError.swift
[532/540] Compiling Stitcher ThreadIdentifierThreadValuesKey.swift
[533/540] Compiling Stitcher ThreadLocal.swift
[534/540] Compiling Stitcher ThreadValues.swift
[535/540] Compiling Stitcher ThreadValuesKey.swift
[536/540] Compiling Stitcher DefaultValueProviding.swift
[537/540] Compiling Stitcher Extensions.swift
[538/540] Compiling Stitcher Functions.swift
[539/540] Compiling Stitcher Reference.swift
[540/540] Compiling Stitcher WeakReference.swift
BUILD FAILURE 6.2 android