The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Acheron, reference master (7841cb), with Swift 6.2 (beta) for Linux on 18 Jun 2025 04:02:09 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aepryus/Acheron.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/aepryus/Acheron
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7841cb0 CSV import
Cloned https://github.com/aepryus/Acheron.git
Revision (git rev-parse @):
7841cb04066288bf717fbeced564a53e69f04404
SUCCESS checkout https://github.com/aepryus/Acheron.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aepryus/Acheron.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/57] Emitting module Acheron
[4/57] Compiling Acheron UIImageView+Acheron.swift
[5/57] Compiling Acheron UILabel+Acheron.swift
[6/57] Compiling Acheron UIView+Acheron.swift
[7/57] Compiling Acheron UIViewController+Acheron.swift
[8/57] Compiling Acheron AEControl.swift
[9/57] Compiling Acheron AETableView.swift
[10/57] Compiling Acheron AEView.swift
[11/57] Compiling Acheron AEViewController.swift
[12/64] Compiling Acheron NodeData.swift
[13/64] Compiling Acheron NodeHeader.swift
[14/64] Compiling Acheron NodeView.swift
[15/64] Compiling Acheron Screen.swift
[16/64] Compiling Acheron SplitterView.swift
[17/64] Compiling Acheron TripWire.swift
[18/64] Compiling Acheron Anchor.swift
[19/64] Compiling Acheron Basket.swift
[20/64] Compiling Acheron CellsView.swift
[21/64] Compiling Acheron CellsViewCell.swift
[22/64] Compiling Acheron ColorView.swift
[23/64] Compiling Acheron ExpandableCell.swift
[24/64] Compiling Acheron ExpandableTableView.swift
[25/64] Compiling Acheron Node.swift
[26/64] Compiling Acheron NodeCell.swift
[27/64] Compiling Acheron NodeColumn.swift
[28/64] Compiling Acheron Pond.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:43:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 41 |     private func startWorking() {
 42 |         serial.async {
 43 |             self.working = true
    |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 44 |             let keys: [T] = Array(self.requestedKeys)
 45 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:59:43: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 57 |                 group.enter()
 58 |                 self.concurrent.async {
 59 |                     let result: U? = self.worker(key)
    |                                           `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:62:32: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
 62 |                             if self.report { print("[ \(self.label) ] complete [ \(key) ]") }
    |                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 63 |                             self.cache[key] = result
 64 |                         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:80:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
 80 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
    |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 81 |             guard newKeys.count > 0 else { return }
 82 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:77:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |         }
 76 |     }
 77 |     func queue(keys: [T]) {
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:99:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |     func scheduleWipe() {
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |             else { self.wipe() }
101 |         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:97:10: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 95 |         self.cache.removeAll()
 96 |     }
 97 |     func scheduleWipe() {
    |          `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[29/64] Compiling Acheron AESync.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:43:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 41 |     private func startWorking() {
 42 |         serial.async {
 43 |             self.working = true
    |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 44 |             let keys: [T] = Array(self.requestedKeys)
 45 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:59:43: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 57 |                 group.enter()
 58 |                 self.concurrent.async {
 59 |                     let result: U? = self.worker(key)
    |                                           `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:62:32: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
 62 |                             if self.report { print("[ \(self.label) ] complete [ \(key) ]") }
    |                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 63 |                             self.cache[key] = result
 64 |                         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:80:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
 80 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
    |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 81 |             guard newKeys.count > 0 else { return }
 82 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:77:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |         }
 76 |     }
 77 |     func queue(keys: [T]) {
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:99:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |     func scheduleWipe() {
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |             else { self.wipe() }
101 |         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:97:10: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 95 |         self.cache.removeAll()
 96 |     }
 97 |     func scheduleWipe() {
    |          `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[30/64] Compiling Acheron AETimer.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:43:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 41 |     private func startWorking() {
 42 |         serial.async {
 43 |             self.working = true
    |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 44 |             let keys: [T] = Array(self.requestedKeys)
 45 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:59:43: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 57 |                 group.enter()
 58 |                 self.concurrent.async {
 59 |                     let result: U? = self.worker(key)
    |                                           `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:62:32: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
 62 |                             if self.report { print("[ \(self.label) ] complete [ \(key) ]") }
    |                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 63 |                             self.cache[key] = result
 64 |                         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:80:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
 80 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
    |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 81 |             guard newKeys.count > 0 else { return }
 82 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:77:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |         }
 76 |     }
 77 |     func queue(keys: [T]) {
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:99:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |     func scheduleWipe() {
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |             else { self.wipe() }
101 |         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:97:10: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 95 |         self.cache.removeAll()
 96 |     }
 97 |     func scheduleWipe() {
    |          `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[31/64] Compiling Acheron AsyncMap.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:43:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 41 |     private func startWorking() {
 42 |         serial.async {
 43 |             self.working = true
    |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 44 |             let keys: [T] = Array(self.requestedKeys)
 45 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:59:43: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 57 |                 group.enter()
 58 |                 self.concurrent.async {
 59 |                     let result: U? = self.worker(key)
    |                                           `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:62:32: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
 62 |                             if self.report { print("[ \(self.label) ] complete [ \(key) ]") }
    |                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 63 |                             self.cache[key] = result
 64 |                         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:80:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
 80 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
    |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 81 |             guard newKeys.count > 0 else { return }
 82 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:77:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |         }
 76 |     }
 77 |     func queue(keys: [T]) {
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:99:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |     func scheduleWipe() {
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |             else { self.wipe() }
101 |         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:97:10: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 95 |         self.cache.removeAll()
 96 |     }
 97 |     func scheduleWipe() {
    |          `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[32/64] Compiling Acheron CSV.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:43:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 41 |     private func startWorking() {
 42 |         serial.async {
 43 |             self.working = true
    |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 44 |             let keys: [T] = Array(self.requestedKeys)
 45 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:59:43: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 57 |                 group.enter()
 58 |                 self.concurrent.async {
 59 |                     let result: U? = self.worker(key)
    |                                           `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:62:32: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
 62 |                             if self.report { print("[ \(self.label) ] complete [ \(key) ]") }
    |                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 63 |                             self.cache[key] = result
 64 |                         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:80:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
 80 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
    |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 81 |             guard newKeys.count > 0 else { return }
 82 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:77:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |         }
 76 |     }
 77 |     func queue(keys: [T]) {
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:99:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |     func scheduleWipe() {
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |             else { self.wipe() }
101 |         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:97:10: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 95 |         self.cache.removeAll()
 96 |     }
 97 |     func scheduleWipe() {
    |          `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[33/64] Compiling Acheron Log.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:43:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 41 |     private func startWorking() {
 42 |         serial.async {
 43 |             self.working = true
    |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 44 |             let keys: [T] = Array(self.requestedKeys)
 45 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:59:43: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 57 |                 group.enter()
 58 |                 self.concurrent.async {
 59 |                     let result: U? = self.worker(key)
    |                                           `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:62:32: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
 62 |                             if self.report { print("[ \(self.label) ] complete [ \(key) ]") }
    |                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 63 |                             self.cache[key] = result
 64 |                         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:80:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
 80 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
    |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 81 |             guard newKeys.count > 0 else { return }
 82 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:77:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |         }
 76 |     }
 77 |     func queue(keys: [T]) {
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:99:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |     func scheduleWipe() {
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |             else { self.wipe() }
101 |         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:97:10: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 95 |         self.cache.removeAll()
 96 |     }
 97 |     func scheduleWipe() {
    |          `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[34/64] Compiling Acheron Pen.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:43:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 41 |     private func startWorking() {
 42 |         serial.async {
 43 |             self.working = true
    |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 44 |             let keys: [T] = Array(self.requestedKeys)
 45 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:59:43: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 57 |                 group.enter()
 58 |                 self.concurrent.async {
 59 |                     let result: U? = self.worker(key)
    |                                           `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:62:32: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 60 |                     self.serial.async {
 61 |                         if let result {
 62 |                             if self.report { print("[ \(self.label) ] complete [ \(key) ]") }
    |                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 63 |                             self.cache[key] = result
 64 |                         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:41:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 39 |     }
 40 |
 41 |     private func startWorking() {
    |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 42 |         serial.async {
 43 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:80:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
 80 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
    |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 81 |             guard newKeys.count > 0 else { return }
 82 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:77:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |         }
 76 |     }
 77 |     func queue(keys: [T]) {
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |         guard keys.count > 0 else { return }
 79 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:99:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 97 |     func scheduleWipe() {
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
    |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |             else { self.wipe() }
101 |         }
/host/spi-builder-workspace/Sources/Acheron/Utility/AsyncMap.swift:97:10: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 95 |         self.cache.removeAll()
 96 |     }
 97 |     func scheduleWipe() {
    |          `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         serial.async {
 99 |             if self.working { self.needsWipe = true }
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[35/64] Compiling Acheron Array+Acheron.swift
[36/64] Compiling Acheron CALayer+Acheron.swift
[37/64] Compiling Acheron CGPoint+Acheron.swift
[38/64] Compiling Acheron CGRect+Acheron.swift
[39/64] Compiling Acheron CGSize+Acheron.swift
[40/64] Compiling Acheron CaseIterable+Acheron.swift
[41/64] Compiling Acheron Codable+Acheron.swift
[42/64] Compiling Acheron Comparable+Acheron.swift
[43/64] Compiling Acheron Date+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[44/64] Compiling Acheron Dictionary+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[45/64] Compiling Acheron NSMutableAttributedString+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[46/64] Compiling Acheron String+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[47/64] Compiling Acheron UIButton+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[48/64] Compiling Acheron UIColor+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[49/64] Compiling Acheron UIControl+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[50/64] Compiling Acheron UIImage+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[51/64] Compiling Acheron Domain.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 |         let url: URL = URL(string: urlString)!
28 |         var request: URLRequest = URLRequest(url: url)
   |                      `- error: cannot find type 'URLRequest' in scope
29 |         request.httpMethod = method.token
30 |
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
31 |         if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
32 |
33 |         let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
   |                               `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
34 |             guard error == nil else {
35 |                 print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
40 |             guard let data else { failure(); return }
41 |
42 |             if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
   |                                                                                            `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
43 |                 print("\n[ \(path) : \(response.statusCode) ] ===================================================")
44 |                 if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[52/64] Compiling Acheron Loom.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 |         let url: URL = URL(string: urlString)!
28 |         var request: URLRequest = URLRequest(url: url)
   |                      `- error: cannot find type 'URLRequest' in scope
29 |         request.httpMethod = method.token
30 |
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
31 |         if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
32 |
33 |         let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
   |                               `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
34 |             guard error == nil else {
35 |                 print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
40 |             guard let data else { failure(); return }
41 |
42 |             if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
   |                                                                                            `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
43 |                 print("\n[ \(path) : \(response.statusCode) ] ===================================================")
44 |                 if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[53/64] Compiling Acheron Persist.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 |         let url: URL = URL(string: urlString)!
28 |         var request: URLRequest = URLRequest(url: url)
   |                      `- error: cannot find type 'URLRequest' in scope
29 |         request.httpMethod = method.token
30 |
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
31 |         if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
32 |
33 |         let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
   |                               `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
34 |             guard error == nil else {
35 |                 print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
40 |             guard let data else { failure(); return }
41 |
42 |             if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
   |                                                                                            `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
43 |                 print("\n[ \(path) : \(response.statusCode) ] ===================================================")
44 |                 if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[54/64] Compiling Acheron SQLitePersist.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 |         let url: URL = URL(string: urlString)!
28 |         var request: URLRequest = URLRequest(url: url)
   |                      `- error: cannot find type 'URLRequest' in scope
29 |         request.httpMethod = method.token
30 |
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
31 |         if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
32 |
33 |         let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
   |                               `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
34 |             guard error == nil else {
35 |                 print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
40 |             guard let data else { failure(); return }
41 |
42 |             if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
   |                                                                                            `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
43 |                 print("\n[ \(path) : \(response.statusCode) ] ===================================================")
44 |                 if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[55/64] Compiling Acheron Wrapper.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 |         let url: URL = URL(string: urlString)!
28 |         var request: URLRequest = URLRequest(url: url)
   |                      `- error: cannot find type 'URLRequest' in scope
29 |         request.httpMethod = method.token
30 |
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
31 |         if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
32 |
33 |         let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
   |                               `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
34 |             guard error == nil else {
35 |                 print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
40 |             guard let data else { failure(); return }
41 |
42 |             if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
   |                                                                                            `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
43 |                 print("\n[ \(path) : \(response.statusCode) ] ===================================================")
44 |                 if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[56/64] Compiling Acheron BackgroundPond.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 |         let url: URL = URL(string: urlString)!
28 |         var request: URLRequest = URLRequest(url: url)
   |                      `- error: cannot find type 'URLRequest' in scope
29 |         request.httpMethod = method.token
30 |
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
31 |         if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
32 |
33 |         let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
   |                               `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
34 |             guard error == nil else {
35 |                 print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
40 |             guard let data else { failure(); return }
41 |
42 |             if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
   |                                                                                            `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
43 |                 print("\n[ \(path) : \(response.statusCode) ] ===================================================")
44 |                 if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[57/64] Compiling Acheron Pebble.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 |         let url: URL = URL(string: urlString)!
28 |         var request: URLRequest = URLRequest(url: url)
   |                      `- error: cannot find type 'URLRequest' in scope
29 |         request.httpMethod = method.token
30 |
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
31 |         if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
32 |
33 |         let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
   |                               `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
34 |             guard error == nil else {
35 |                 print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
40 |             guard let data else { failure(); return }
41 |
42 |             if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
   |                                                                                            `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
43 |                 print("\n[ \(path) : \(response.statusCode) ] ===================================================")
44 |                 if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[58/64] Compiling Acheron Profiler.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:40: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                        `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:36: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                    `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:28: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                            `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:64: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                                                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:10: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |          `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
[59/64] Compiling Acheron RGB.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:40: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                        `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:36: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                    `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:28: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                            `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:64: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                                                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:10: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |          `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
[60/64] Compiling Acheron SafeMap.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:40: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                        `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:36: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                    `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:28: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                            `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:64: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                                                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:10: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |          `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
[61/64] Compiling Acheron SafeSet.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:40: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                        `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:36: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                    `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:28: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                            `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:64: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                                                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:10: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |          `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
[62/64] Compiling Acheron ScramMap.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:40: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                        `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:36: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                    `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:28: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                            `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:64: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                                                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:10: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |          `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
[63/64] Compiling Acheron WeakSet.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:40: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                        `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:36: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                    `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:28: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                            `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:64: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                                                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:10: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |          `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
[64/64] Compiling Acheron XMLtoAttributes.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:54:13: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |     private func handleRequests() {
53 |         serial.async {
54 |             self.working = true
   |             `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |             let keys: [T] = Array(self.requestedKeys)
56 |             guard keys.count > 0 else {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:40: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                        `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:36: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                                    `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:28: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                            `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:66:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 |                 group.enter()
65 |                 self.concurrent.async {
66 |                     let value: U = self[key]
   |                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:69:64: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 |                     self.onScrape(key, value)
68 |                     self.serial.async {
69 |                         if value.complete { self.completedKeys.insert(key) }
   |                                                                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
70 |                         self.requestedKeys.remove(key)
71 |                         if value.progress { self.onProgress(key) }
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:52:18: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |     }
51 |
52 |     private func handleRequests() {
   |                  `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         serial.async {
54 |             self.working = true
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:77: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                                             `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:16: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |                `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:82:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
82 |             let newKeys: Set<T> = Set(keys).subtracting(self.completedKeys).subtracting(self.requestedKeys)
   |                                                         `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
83 |             guard newKeys.count > 0 else { return }
84 |             let restart: Bool = !newKeys.isEmpty && self.requestedKeys.isEmpty
/host/spi-builder-workspace/Sources/Acheron/Utility/ScramMap.swift:79:10: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
77 |         }
78 |     }
79 |     func queue(keys: [T]) {
   |          `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
80 |         guard keys.count > 0 else { return }
81 |         serial.async {
BUILD FAILURE 6.2 linux