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 CommandLineToolkit, reference 2.0.0 (1a91fd), with Swift 6.0 for Linux on 2 Dec 2024 06:31:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

29 | }
30 |
/host/spi-builder-workspace/Sources/DI/Facade/DIContext.swift:36:28: warning: type 'DiContext' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 1 | /// Holds global DI container, in a safe manner
 2 | public final class DiContext: DependencyResolver {
   |                    `- note: class 'DiContext' does not conform to the 'Sendable' protocol
 3 |     @TaskLocal public static var current: DiContext = .init()
 4 |
   :
34 |     operation: () throws -> Value
35 | ) rethrows -> Value {
36 |     try DiContext.$current.withValue(DiContext(parent: DiContext.current, register: register), operation: operation)
   |                            `- warning: type 'DiContext' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 |
[148/178] Compiling DI InitializableWithNoArguments.swift
[149/178] Compiling DI HashableType.swift
[151/180] Emitting module Logging
[152/180] Compiling DI DependencyInjection.swift
[153/180] Compiling DI DependencyInjectionFactory.swift
[154/180] Compiling DI DependencyRegisterer+RegisterMultiple.swift
[155/180] Compiling CLTLoggingModels LogEntry.swift
[156/180] Compiling CLTLoggingModels LogEntryCoordinate.swift
[157/180] Compiling DI DelegatingDependencyInjection.swift
[162/180] Compiling CLTLoggingModels LogEntryTextFormatter.swift
[163/181] Compiling CLTLoggingModels PidInfo.swift
[164/200] Emitting module DI
macro expansion @TaskLocal:1:19: warning: static property '$current' is not concurrency-safe because non-'Sendable' type 'TaskLocal<DiContext>' may have shared mutable state; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/DI/Facade/DIContext.swift:3:62: note: expanded code originates here
 1 | /// Holds global DI container, in a safe manner
 2 | public final class DiContext: DependencyResolver {
   |                    `- note: class 'DiContext' does not conform to the 'Sendable' protocol
 3 |     @TaskLocal public static var current: DiContext = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<DiContext> = TaskLocal(wrappedValue: .init())
   |  |                   |- warning: static property '$current' is not concurrency-safe because non-'Sendable' type 'TaskLocal<DiContext>' may have shared mutable state; this is an error in the Swift 6 language mode
   |  |                   |- note: annotate '$current' with '@MainActor' if property should only be accessed from the main actor
   |  |                   `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
   +--------------------------------------------------------------------
 4 |
 5 |     var container: DependencyInjectionImpl = .init()
macro expansion @TaskLocal:1:19: warning: type 'DiContext' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/DI/Facade/DIContext.swift:3:62: note: expanded code originates here
 1 | /// Holds global DI container, in a safe manner
 2 | public final class DiContext: DependencyResolver {
   |                    `- note: class 'DiContext' does not conform to the 'Sendable' protocol
 3 |     @TaskLocal public static var current: DiContext = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<DiContext> = TaskLocal(wrappedValue: .init())
   |  |                   `- warning: type 'DiContext' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
 4 |
 5 |     var container: DependencyInjectionImpl = .init()
macro expansion @TaskLocal:1:52: warning: type 'DiContext' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/DI/Facade/DIContext.swift:3:62: note: expanded code originates here
 1 | /// Holds global DI container, in a safe manner
 2 | public final class DiContext: DependencyResolver {
   |                    `- note: class 'DiContext' does not conform to the 'Sendable' protocol
 3 |     @TaskLocal public static var current: DiContext = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<DiContext> = TaskLocal(wrappedValue: .init())
   |  |                                                    `- warning: type 'DiContext' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
 4 |
 5 |     var container: DependencyInjectionImpl = .init()
macro expansion @TaskLocal:1:52: warning: type 'DiContext' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/DI/Facade/DIContext.swift:3:62: note: expanded code originates here
 1 | /// Holds global DI container, in a safe manner
 2 | public final class DiContext: DependencyResolver {
   |                    `- note: class 'DiContext' does not conform to the 'Sendable' protocol
 3 |     @TaskLocal public static var current: DiContext = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<DiContext> = TaskLocal(wrappedValue: .init())
   |  |                                                    `- warning: type 'DiContext' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
 4 |
 5 |     var container: DependencyInjectionImpl = .init()
[165/200] Compiling CLTLoggingModels LoggableDouble.swift
[166/201] Compiling CLTLoggingModels LoggableDate.swift
[167/203] Compiling SocketModels SocketAddress.swift
[168/204] Emitting module SignalHandling
/host/spi-builder-workspace/Sources/SignalHandling/SignalHandling.swift:9:13: warning: var 'signalHandlers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 |
 8 | private let syncQueue = DispatchQueue(label: "SignalHandling.syncQueue")
 9 | private var signalHandlers = [Int32: [UUID: SignalHandler]]()
   |             |- warning: var 'signalHandlers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'signalHandlers' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: annotate 'signalHandlers' with '@MainActor' if property should only be accessed from the main actor
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | // swiftlint:disable sync
[169/204] Compiling CLTExtensions Optional+UnwrapOrThrow.swift
/host/spi-builder-workspace/Sources/CLTExtensions/String+LocalizedError.swift:3:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension String: LocalizedError {
  | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var errorDescription: String? { self }
5 | }
[170/204] Compiling CLTExtensions String+LocalizedError.swift
/host/spi-builder-workspace/Sources/CLTExtensions/String+LocalizedError.swift:3:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension String: LocalizedError {
  | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var errorDescription: String? { self }
5 | }
[171/204] Compiling SignalHandling Signal.swift
[172/206] Compiling SignalHandling SignalHandling.swift
/host/spi-builder-workspace/Sources/SignalHandling/SignalHandling.swift:9:13: warning: var 'signalHandlers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 |
 8 | private let syncQueue = DispatchQueue(label: "SignalHandling.syncQueue")
 9 | private var signalHandlers = [Int32: [UUID: SignalHandler]]()
   |             |- warning: var 'signalHandlers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'signalHandlers' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: annotate 'signalHandlers' with '@MainActor' if property should only be accessed from the main actor
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | // swiftlint:disable sync
/host/spi-builder-workspace/Sources/SignalHandling/SignalHandling.swift:50:45: warning: capture of 'handle' with non-sendable type 'SignalHandling.Handle' in a `@Sendable` closure; this is an error in the Swift 6 language mode
12 |
13 | public final class SignalHandling {
14 |     public struct Handle {
   |                   `- note: consider making struct 'Handle' conform to the 'Sendable' protocol
15 |         var signal: Int32
16 |         var id: UUID
   :
48 |
49 |             continuation.onTermination = { _ in
50 |                 removeSignalHandler(handle: handle)
   |                                             `- warning: capture of 'handle' with non-sendable type 'SignalHandling.Handle' in a `@Sendable` closure; this is an error in the Swift 6 language mode
51 |             }
52 |         }
[173/206] Compiling CLTExtensions KeyValuePair.swift
[174/206] Compiling CLTExtensions NSLocking+WhileLocked.swift
[176/209] Compiling CLTLoggingModels Verbosity.swift
[177/209] Compiling CLTLoggingModels LoggableOptional.swift
[178/209] Compiling CLTLoggingModels NSLogLikeLogEntryTextFormatter.swift
[179/209] Compiling CLTExtensions UrlComponents+Throws.swift
[180/209] Compiling DI ModuleDependencies.swift
[182/212] Emitting module CLTLoggingModels
[183/212] Compiling CLTExtensions Dictionary+Inverse.swift
[184/212] Compiling CLTExtensions Dictionary+Map.swift
[185/215] Emitting module XcodeLocatorModels
[187/219] Emitting module AtomicModels
[188/219] Compiling AtomicModels AtomicValue.swift
[190/220] Emitting module CLTExtensions
/host/spi-builder-workspace/Sources/CLTExtensions/Casting.swift:4:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'FailedCast' has non-sendable type 'Any?'; this is an error in the Swift 6 language mode
 2 |
 3 | public struct FailedCast<T>: Error, CustomStringConvertible {
 4 |     public let value: Any?
   |                `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'FailedCast' has non-sendable type 'Any?'; this is an error in the Swift 6 language mode
 5 |
 6 |     public var description: String {
/host/spi-builder-workspace/Sources/CLTExtensions/Collections/Array+Comparable.swift:1:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Array: Comparable where Element: Comparable {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public static func <(lhs: Array, rhs: Array) -> Bool {
 3 |         for i in 0..<Swift.min(lhs.count, rhs.count) {
/host/spi-builder-workspace/Sources/CLTExtensions/String+LocalizedError.swift:3:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension String: LocalizedError {
  | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var errorDescription: String? { self }
5 | }
[191/220] Compiling CLTExtensions SetAlgebra+Intersects.swift
[192/220] Compiling CLTExtensions DispatchGroup+wait.swift
[193/220] Compiling CLTExtensions String+UTF8.swift
[196/220] Compiling CLTExtensions Bool+Order.swift
[197/220] Compiling CLTExtensions Collection+OnlyOrTrow.swift
[198/220] Compiling CLTExtensions Collection+Single.swift
[199/220] Compiling CLTExtensions Casting.swift
/host/spi-builder-workspace/Sources/CLTExtensions/Casting.swift:4:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'FailedCast' has non-sendable type 'Any?'; this is an error in the Swift 6 language mode
 2 |
 3 | public struct FailedCast<T>: Error, CustomStringConvertible {
 4 |     public let value: Any?
   |                `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'FailedCast' has non-sendable type 'Any?'; this is an error in the Swift 6 language mode
 5 |
 6 |     public var description: String {
/host/spi-builder-workspace/Sources/CLTExtensions/Collections/Array+Comparable.swift:1:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Array: Comparable where Element: Comparable {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public static func <(lhs: Array, rhs: Array) -> Bool {
 3 |         for i in 0..<Swift.min(lhs.count, rhs.count) {
[200/220] Compiling CLTExtensions Array+Comparable.swift
/host/spi-builder-workspace/Sources/CLTExtensions/Casting.swift:4:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'FailedCast' has non-sendable type 'Any?'; this is an error in the Swift 6 language mode
 2 |
 3 | public struct FailedCast<T>: Error, CustomStringConvertible {
 4 |     public let value: Any?
   |                `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'FailedCast' has non-sendable type 'Any?'; this is an error in the Swift 6 language mode
 5 |
 6 |     public var description: String {
/host/spi-builder-workspace/Sources/CLTExtensions/Collections/Array+Comparable.swift:1:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Array: Comparable where Element: Comparable {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public static func <(lhs: Array, rhs: Array) -> Bool {
 3 |         for i in 0..<Swift.min(lhs.count, rhs.count) {
[201/220] Compiling CLTExtensions Array+Uniquify.swift
/host/spi-builder-workspace/Sources/CLTExtensions/Casting.swift:4:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'FailedCast' has non-sendable type 'Any?'; this is an error in the Swift 6 language mode
 2 |
 3 | public struct FailedCast<T>: Error, CustomStringConvertible {
 4 |     public let value: Any?
   |                `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'FailedCast' has non-sendable type 'Any?'; this is an error in the Swift 6 language mode
 5 |
 6 |     public var description: String {
/host/spi-builder-workspace/Sources/CLTExtensions/Collections/Array+Comparable.swift:1:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Array: Comparable where Element: Comparable {
   | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public static func <(lhs: Array, rhs: Array) -> Bool {
 3 |         for i in 0..<Swift.min(lhs.count, rhs.count) {
[202/220] Compiling CLTExtensions Sequence+Grouping.swift
[203/220] Compiling CLTExtensions Sequence+SortingByKey.swift
[204/220] Compiling CLTExtensions Set+PlusOperator.swift
[207/220] Compiling CLTExtensions Sequence+FilterSplit.swift
[208/221] Compiling XcodeLocatorModels DiscoveredXcode.swift
[209/228] Compiling Graphite GraphiteMetricHandler.swift
[210/228] Compiling Graphite LazySocketConnection.swift
[212/229] Emitting module CLTCollections
[213/229] Compiling CLTCollections Collection+Concurrency.swift
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:67:39: warning: capture of 'mapping' with non-sendable type '(T) -> (R)' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 65 |             iterations: count,
 66 |             execute: { index in
 67 |                 let iterationResult = mapping(self[index])
    |                                       |- warning: capture of 'mapping' with non-sendable type '(T) -> (R)' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |                                       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 68 |                 lock.lock()
 69 |                 mappingResult[index] = iterationResult
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:67:47: warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 65 |             iterations: count,
 66 |             execute: { index in
 67 |                 let iterationResult = mapping(self[index])
    |                                               `- warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 68 |                 lock.lock()
 69 |                 mappingResult[index] = iterationResult
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:69:17: warning: capture of 'mappingResult' with non-sendable type '[R?]' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 57 |     }
 58 |
 59 |     public func concurrentMap<T, R>(
    |                                  `- note: consider making generic parameter 'R' conform to the 'Sendable' protocol
 60 |         mapping: (T) -> (R)
 61 |     ) -> [R] where T == Element {
    :
 67 |                 let iterationResult = mapping(self[index])
 68 |                 lock.lock()
 69 |                 mappingResult[index] = iterationResult
    |                 `- warning: capture of 'mappingResult' with non-sendable type '[R?]' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 70 |                 lock.unlock()
 71 |             }
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:69:17: warning: mutation of captured var 'mappingResult' in concurrently-executing code; this is an error in the Swift 6 language mode
 67 |                 let iterationResult = mapping(self[index])
 68 |                 lock.lock()
 69 |                 mappingResult[index] = iterationResult
    |                 `- warning: mutation of captured var 'mappingResult' in concurrently-executing code; this is an error in the Swift 6 language mode
 70 |                 lock.unlock()
 71 |             }
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:84:47: warning: capture of 'mapping' with non-sendable type '(T) -> (R?)' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 82 |             iterations: count,
 83 |             execute: { index in
 84 |                 let optionalIterationResult = mapping(self[index])
    |                                               |- warning: capture of 'mapping' with non-sendable type '(T) -> (R?)' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |                                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 85 |                 lock.lock()
 86 |                 if let iterationResult = optionalIterationResult {
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:84:55: warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 82 |             iterations: count,
 83 |             execute: { index in
 84 |                 let optionalIterationResult = mapping(self[index])
    |                                                       `- warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 85 |                 lock.lock()
 86 |                 if let iterationResult = optionalIterationResult {
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:87:21: warning: capture of 'mappingResult' with non-sendable type '[R?]' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 74 |     }
 75 |
 76 |     public func concurrentCompactMap<T, R>(
    |                                         `- note: consider making generic parameter 'R' conform to the 'Sendable' protocol
 77 |         mapping: (T) -> (R?)
 78 |     ) -> [R] where T == Element {
    :
 85 |                 lock.lock()
 86 |                 if let iterationResult = optionalIterationResult {
 87 |                     mappingResult[index] = iterationResult
    |                     `- warning: capture of 'mappingResult' with non-sendable type '[R?]' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 88 |                 }
 89 |                 lock.unlock()
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:87:21: warning: mutation of captured var 'mappingResult' in concurrently-executing code; this is an error in the Swift 6 language mode
 85 |                 lock.lock()
 86 |                 if let iterationResult = optionalIterationResult {
 87 |                     mappingResult[index] = iterationResult
    |                     `- warning: mutation of captured var 'mappingResult' in concurrently-executing code; this is an error in the Swift 6 language mode
 88 |                 }
 89 |                 lock.unlock()
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:105:39: warning: capture of 'mapping' with non-sendable type '(T) -> (K)' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |             iterations: count,
104 |             execute: { index in
105 |                 let iterationResult = mapping(self[index])
    |                                       |- warning: capture of 'mapping' with non-sendable type '(T) -> (K)' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |                                       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
106 |                 lock.lock()
107 |                 reduction(&result, iterationResult)
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:105:47: warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |             iterations: count,
104 |             execute: { index in
105 |                 let iterationResult = mapping(self[index])
    |                                               `- warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |                 lock.lock()
107 |                 reduction(&result, iterationResult)
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:107:17: warning: capture of 'reduction' with non-sendable type '(inout R, K) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
105 |                 let iterationResult = mapping(self[index])
106 |                 lock.lock()
107 |                 reduction(&result, iterationResult)
    |                 |- warning: capture of 'reduction' with non-sendable type '(inout R, K) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
108 |                 lock.unlock()
109 |             }
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:107:28: warning: capture of 'result' with non-sendable type 'R' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 93 |     }
 94 |
 95 |     public func concurrentReduce<T, K, R>(
    |                                        `- note: consider making generic parameter 'R' conform to the 'Sendable' protocol
 96 |         _ initialValue: R,
 97 |         mapping: (T) -> (K),
    :
105 |                 let iterationResult = mapping(self[index])
106 |                 lock.lock()
107 |                 reduction(&result, iterationResult)
    |                            `- warning: capture of 'result' with non-sendable type 'R' in a `@Sendable` closure; this is an error in the Swift 6 language mode
108 |                 lock.unlock()
109 |             }
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:107:28: warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
105 |                 let iterationResult = mapping(self[index])
106 |                 lock.lock()
107 |                 reduction(&result, iterationResult)
    |                            `- warning: mutation of captured var 'result' in concurrently-executing code; this is an error in the Swift 6 language mode
108 |                 lock.unlock()
109 |             }
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:120:17: warning: capture of 'perform' with non-sendable type '(T) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
118 |             iterations: count,
119 |             execute: { index in
120 |                 perform(self[index])
    |                 |- warning: capture of 'perform' with non-sendable type '(T) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
121 |             }
122 |         )
/host/spi-builder-workspace/Sources/CLTCollections/Collection+Concurrency.swift:120:25: warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
118 |             iterations: count,
119 |             execute: { index in
120 |                 perform(self[index])
    |                         `- warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
121 |             }
122 |         )
[214/229] Compiling CLTCollections Array+Set.swift
[216/230] Compiling DateProvider DateProvider.swift
[218/237] Emitting module DateProvider
[219/237] Compiling DateProvider DateProviderModuleDependencies.swift
[220/237] Compiling DateProvider SystemDateProvider.swift
[221/238] Compiling Graphite GraphiteMetric.swift
[222/238] Emitting module Graphite
[224/244] Emitting module Concurrency
[225/244] Compiling Concurrency ThreadSafeLazy.swift
[226/248] Compiling Concurrency ThrowingThreadSafeLazy.swift
[227/258] Compiling Graphite SocketGraphiteMetricHandler.swift
/host/spi-builder-workspace/Sources/Graphite/SocketGraphiteMetricHandler.swift:34:18: warning: capture of 'self' with non-sendable type 'SocketGraphiteMetricHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  7 | import SocketModels
  8 |
  9 | public final class SocketGraphiteMetricHandler: GraphiteMetricHandler {
    |                    `- note: class 'SocketGraphiteMetricHandler' does not conform to the 'Sendable' protocol
 10 |     private let graphiteDomain: [String]
 11 |     private let socketConnection: LazySocketConnection
    :
 32 |     public func handle(metric: GraphiteMetric) {
 33 |         syncQueue.async { [self] in
 34 |             try? send(
    |                  `- warning: capture of 'self' with non-sendable type 'SocketGraphiteMetricHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 35 |                 path: graphiteDomain + metric.components,
 36 |                 value: metric.value,
/host/spi-builder-workspace/Sources/Graphite/SocketGraphiteMetricHandler.swift:35:40: warning: capture of 'metric' with non-sendable type 'GraphiteMetric' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 33 |         syncQueue.async { [self] in
 34 |             try? send(
 35 |                 path: graphiteDomain + metric.components,
    |                                        `- warning: capture of 'metric' with non-sendable type 'GraphiteMetric' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 36 |                 value: metric.value,
 37 |                 timestamp: metric.timestamp
/host/spi-builder-workspace/Sources/Graphite/GraphiteMetric.swift:4:15: note: consider making struct 'GraphiteMetric' conform to the 'Sendable' protocol
 2 | import MetricsUtils
 3 |
 4 | public struct GraphiteMetric: CustomStringConvertible, Equatable, Hashable, Codable {
   |               `- note: consider making struct 'GraphiteMetric' conform to the 'Sendable' protocol
 5 |     /// Components that form a fully qualified name of a metric.
 6 |     public let components: [String]
/host/spi-builder-workspace/Sources/Graphite/SocketGraphiteMetricHandler.swift:57:20: warning: capture of 'self' with non-sendable type 'SocketGraphiteMetricHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  7 | import SocketModels
  8 |
  9 | public final class SocketGraphiteMetricHandler: GraphiteMetricHandler {
    |                    `- note: class 'SocketGraphiteMetricHandler' does not conform to the 'Sendable' protocol
 10 |     private let graphiteDomain: [String]
 11 |     private let socketConnection: LazySocketConnection
    :
 55 |     public func tearDown(timeout: TimeInterval) {
 56 |         syncQueue.async { [self] in
 57 |             guard !stopped else { return }
    |                    `- warning: capture of 'self' with non-sendable type 'SocketGraphiteMetricHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |             stopped = true
 59 |
[228/258] Compiling Graphite NoOpGraphiteMetricHandler.swift
[229/265] Emitting module SynchronousWaiter
/host/spi-builder-workspace/Sources/SynchronousWaiter/Timeout.swift:18:10: warning: associated value 'waitTimeout' of 'Sendable'-conforming enum 'TimeoutError' has non-sendable type 'Timeout'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct Timeout: CustomStringConvertible {
   |               `- note: consider making struct 'Timeout' conform to the 'Sendable' protocol
 4 |     public let description: String
 5 |     public let value: TimeInterval
   :
16 |
17 | public enum TimeoutError: Error, CustomStringConvertible {
18 |     case waitTimeout(Timeout)
   |          `- warning: associated value 'waitTimeout' of 'Sendable'-conforming enum 'TimeoutError' has non-sendable type 'Timeout'; this is an error in the Swift 6 language mode
19 |
20 |     public var description: String {
/host/spi-builder-workspace/Sources/SynchronousWaiter/Waiter.swift:33:16: warning: stored property 'waiter' of 'Sendable'-conforming struct 'NoUnwrappableValueProvidedError' has non-sendable type 'any Waiter'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public protocol Waiter: AnyObject {
   |                 `- note: protocol 'Waiter' does not conform to the 'Sendable' protocol
 4 |     typealias WaitCondition = () throws -> Bool
 5 |
   :
31 |
32 | public struct NoUnwrappableValueProvidedError: Error, CustomStringConvertible {
33 |     public let waiter: Waiter
   |                `- warning: stored property 'waiter' of 'Sendable'-conforming struct 'NoUnwrappableValueProvidedError' has non-sendable type 'any Waiter'; this is an error in the Swift 6 language mode
34 |
35 |     public init(waiter: Waiter) {
[230/265] Compiling SynchronousWaiter SynchronousWaiter.swift
[231/265] Compiling SynchronousWaiter NoOpWaiter.swift
[233/265] Emitting module Tmp
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:5:10: warning: associated value 'failedToCreateTemporaryFolder(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 3 |
 4 | public enum ErrnoError: Error, CustomStringConvertible {
 5 |     case failedToCreateTemporaryFolder(AbsolutePath, code: Int32)
   |          `- warning: associated value 'failedToCreateTemporaryFolder(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 6 |     case failedToCreateTemporaryFile(AbsolutePath, code: Int32)
 7 |
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public enum ErrnoError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:6:10: warning: associated value 'failedToCreateTemporaryFile(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public enum ErrnoError: Error, CustomStringConvertible {
 5 |     case failedToCreateTemporaryFolder(AbsolutePath, code: Int32)
 6 |     case failedToCreateTemporaryFile(AbsolutePath, code: Int32)
   |          `- warning: associated value 'failedToCreateTemporaryFile(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |     public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
[234/265] Compiling SynchronousWaiter Timeout.swift
/host/spi-builder-workspace/Sources/SynchronousWaiter/Timeout.swift:18:10: warning: associated value 'waitTimeout' of 'Sendable'-conforming enum 'TimeoutError' has non-sendable type 'Timeout'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct Timeout: CustomStringConvertible {
   |               `- note: consider making struct 'Timeout' conform to the 'Sendable' protocol
 4 |     public let description: String
 5 |     public let value: TimeInterval
   :
16 |
17 | public enum TimeoutError: Error, CustomStringConvertible {
18 |     case waitTimeout(Timeout)
   |          `- warning: associated value 'waitTimeout' of 'Sendable'-conforming enum 'TimeoutError' has non-sendable type 'Timeout'; this is an error in the Swift 6 language mode
19 |
20 |     public var description: String {
[235/265] Compiling SynchronousWaiter Waiter+Callbacks.swift
[236/265] Compiling SynchronousWaiter Waiter+ErrorMapping.swift
[237/265] Compiling SynchronousWaiter Waiter.swift
/host/spi-builder-workspace/Sources/SynchronousWaiter/Waiter.swift:33:16: warning: stored property 'waiter' of 'Sendable'-conforming struct 'NoUnwrappableValueProvidedError' has non-sendable type 'any Waiter'; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public protocol Waiter: AnyObject {
   |                 `- note: protocol 'Waiter' does not conform to the 'Sendable' protocol
 4 |     typealias WaitCondition = () throws -> Bool
 5 |
   :
31 |
32 | public struct NoUnwrappableValueProvidedError: Error, CustomStringConvertible {
33 |     public let waiter: Waiter
   |                `- warning: stored property 'waiter' of 'Sendable'-conforming struct 'NoUnwrappableValueProvidedError' has non-sendable type 'any Waiter'; this is an error in the Swift 6 language mode
34 |
35 |     public init(waiter: Waiter) {
[239/266] Compiling Statsd StatsdClient.swift
[241/275] Compiling TestHelpers ExpectationCreation.swift
[242/275] Compiling TestHelpers NilHelpers.swift
[243/275] Compiling Logging LogHandler.swift
[244/275] Compiling Logging Locks.swift
[245/275] Compiling Logging Logging.swift
[246/278] Compiling TeamcityMessaging TeamcityMessageRenderer.swift
[247/284] Emitting module TestHelpers
[248/291] Compiling JSONStream AppendableJSONStream.swift
[249/291] Compiling JSONStream BlockingArrayBasedJSONStream.swift
[250/291] Compiling TestHelpers AssertFalse.swift
[251/291] Compiling TestHelpers AssertTrue.swift
[252/291] Compiling JSONStream JSONReader.swift
[253/291] Compiling JSONStream JSONReaderContext.swift
[254/291] Compiling TestHelpers XCTestCase+Syncronious.swift
[255/291] Compiling TestHelpers XCTestCase+WaitForExpectation.swift
[257/291] Emitting module Statsd
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:13:20: warning: stored property 'address' of 'Sendable'-conforming struct 'InvalidSocketAddressError' has non-sendable type 'SocketAddress'; this is an error in the Swift 6 language mode
11 |
12 |     public struct InvalidSocketAddressError: Error, CustomStringConvertible {
13 |         public let address: SocketAddress
   |                    `- warning: stored property 'address' of 'Sendable'-conforming struct 'InvalidSocketAddressError' has non-sendable type 'SocketAddress'; this is an error in the Swift 6 language mode
14 |
15 |         public var description: String {
/host/spi-builder-workspace/Sources/SocketModels/SocketAddress.swift:3:15: note: struct 'SocketAddress' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct SocketAddress: Codable, CustomStringConvertible, Hashable {
   |               `- note: struct 'SocketAddress' does not conform to the 'Sendable' protocol
 4 |     public let host: String
 5 |     public let port: Port
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SocketModels'
 3 | import Foundation
 4 | import Socket
 5 | import SocketModels
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SocketModels'
 6 |
 7 | public final class StatsdClientImpl: StatsdClient {
[258/306] Compiling Statsd StatsdMetricHandler.swift
[259/306] Compiling Statsd StatsdMetricHandlerImpl.swift
[260/338] Compiling TeamcityMessaging ControlMessageWithMultipleParameters.swift
[261/338] Compiling FileSystem FilePropertiesContainer.swift
[262/338] Compiling FileSystem FilePropertiesContainerError.swift
[263/338] Compiling FileSystem AppleCommonlyUsedPathsProvider.swift
[264/338] Compiling FileSystem CommonlyUsedPathsProvider.swift
[265/338] Compiling TeamcityMessaging ControlMessageParameter.swift
[266/338] Compiling JSONStream JSONStream.swift
[267/339] Emitting module TeamcityMessaging
[268/339] Compiling FileSystem FileSystemModuleDependencies.swift
[269/339] Compiling FileSystem DataWriter.swift
[270/339] Compiling Statsd StatsdClientImpl.swift
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:13:20: warning: stored property 'address' of 'Sendable'-conforming struct 'InvalidSocketAddressError' has non-sendable type 'SocketAddress'; this is an error in the Swift 6 language mode
11 |
12 |     public struct InvalidSocketAddressError: Error, CustomStringConvertible {
13 |         public let address: SocketAddress
   |                    `- warning: stored property 'address' of 'Sendable'-conforming struct 'InvalidSocketAddressError' has non-sendable type 'SocketAddress'; this is an error in the Swift 6 language mode
14 |
15 |         public var description: String {
/host/spi-builder-workspace/Sources/SocketModels/SocketAddress.swift:3:15: note: struct 'SocketAddress' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct SocketAddress: Codable, CustomStringConvertible, Hashable {
   |               `- note: struct 'SocketAddress' does not conform to the 'Sendable' protocol
 4 |     public let host: String
 5 |     public let port: Port
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SocketModels'
 3 | import Foundation
 4 | import Socket
 5 | import SocketModels
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SocketModels'
 6 |
 7 | public final class StatsdClientImpl: StatsdClient {
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:40:17: warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
38 |         ) else {
39 |             queue.async { [statsdSocketAddress] in
40 |                 completion(InvalidSocketAddressError(address: statsdSocketAddress))
   |                 |- warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
41 |             }
42 |             return
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:40:63: warning: capture of 'statsdSocketAddress' with non-sendable type 'SocketAddress' in a `@Sendable` closure; this is an error in the Swift 6 language mode
38 |         ) else {
39 |             queue.async { [statsdSocketAddress] in
40 |                 completion(InvalidSocketAddressError(address: statsdSocketAddress))
   |                                                               `- warning: capture of 'statsdSocketAddress' with non-sendable type 'SocketAddress' in a `@Sendable` closure; this is an error in the Swift 6 language mode
41 |             }
42 |             return
/host/spi-builder-workspace/Sources/SocketModels/SocketAddress.swift:3:15: note: struct 'SocketAddress' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct SocketAddress: Codable, CustomStringConvertible, Hashable {
   |               `- note: struct 'SocketAddress' does not conform to the 'Sendable' protocol
 4 |     public let host: String
 5 |     public let port: Port
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:62:25: warning: capture of 'address' with non-sendable type 'Socket.Address' in a `@Sendable` closure; this is an error in the Swift 6 language mode
60 |                 try socket.write(
61 |                     from: content,
62 |                     to: address
   |                         `- warning: capture of 'address' with non-sendable type 'Socket.Address' in a `@Sendable` closure; this is an error in the Swift 6 language mode
63 |                 )
64 |                 completion(nil)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:317:14: note: enum 'Address' does not conform to the 'Sendable' protocol
 315 | 	/// Socket Address
 316 | 	///
 317 | 	public enum Address {
     |              `- note: enum 'Address' does not conform to the 'Sendable' protocol
 318 |
 319 | 		/// sockaddr_in
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Socket'
 2 | import Dispatch
 3 | import Foundation
 4 | import Socket
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Socket'
 5 | import SocketModels
 6 |
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:64:17: warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
62 |                     to: address
63 |                 )
64 |                 completion(nil)
   |                 |- warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
65 |             } catch {
66 |                 completion(error)
/host/spi-builder-workspace/Sources/Statsd/StatsdClientImpl.swift:93:13: warning: capture of 'complete' with non-sendable type '() -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
91 |         }
92 |         queue.asyncAfter(deadline: .now() + timeout) {
93 |             complete()
   |             |- warning: capture of 'complete' with non-sendable type '() -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
94 |         }
95 |     }
[271/339] Compiling TeamcityMessaging ControlMessageWithSingleParameter.swift
[272/339] Compiling TeamcityMessaging TeamcityMessageGenerator.swift
[273/339] Compiling TeamcityMessaging TeamcityMessagingModuleDependencies.swift
[274/339] Compiling JSONStream JSONReaderEventStream.swift
[275/339] Emitting module GraphiteTestHelpers
[276/339] Compiling GraphiteTestHelpers GraphiteClient.swift
[277/343] Compiling FileSystem DirectoryCreator.swift
[278/343] Compiling FileSystem DirectoryCreatorImpl.swift
[279/345] Compiling JSONStream JSONReaderFatalError.swift
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:5:10: warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
3 | /// Unit tests should cover edges cases to ensure these errors won't happen.
4 | enum JSONReaderFatalError: Error {
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:5:10: warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
3 | /// Unit tests should cover edges cases to ensure these errors won't happen.
4 | enum JSONReaderFatalError: Error {
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:6:10: warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
4 | enum JSONReaderFatalError: Error {
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
8 | }
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:6:10: warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
4 | enum JSONReaderFatalError: Error {
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
8 | }
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:7:10: warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
8 | }
9 |
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:7:10: warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
8 | }
9 |
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
[280/345] Compiling JSONStream JSONStreamFactory.swift
[281/349] Compiling Tmp TempErrors.swift
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:5:10: warning: associated value 'failedToCreateTemporaryFolder(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 3 |
 4 | public enum ErrnoError: Error, CustomStringConvertible {
 5 |     case failedToCreateTemporaryFolder(AbsolutePath, code: Int32)
   |          `- warning: associated value 'failedToCreateTemporaryFolder(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 6 |     case failedToCreateTemporaryFile(AbsolutePath, code: Int32)
 7 |
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public enum ErrnoError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/Tmp/TempErrors.swift:6:10: warning: associated value 'failedToCreateTemporaryFile(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public enum ErrnoError: Error, CustomStringConvertible {
 5 |     case failedToCreateTemporaryFolder(AbsolutePath, code: Int32)
 6 |     case failedToCreateTemporaryFile(AbsolutePath, code: Int32)
   |          `- warning: associated value 'failedToCreateTemporaryFile(_:code:)' of 'Sendable'-conforming enum 'ErrnoError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |     public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
[282/349] Compiling Tmp TemporaryFile.swift
[283/349] Compiling Tmp TemporaryFolder.swift
/host/spi-builder-workspace/Sources/Tmp/TemporaryFolder.swift:63:29: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
61 |         let container = try createDirectory(components: components)
62 |         let path = container.appending(filename)
63 |         FileManager.default.createFile(atPath: path.pathString, contents: contents, attributes: attributes)
   |                             `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
64 |         return path
65 |     }
[285/350] Compiling Environment ProcessInfoEnvironmentProvider.swift
[286/352] Compiling JSONStream JSONReaderError.swift
[289/352] Compiling FileSystem PathCopierImpl.swift
[290/352] Compiling FileSystem PathDeleter.swift
[291/352] Compiling FileSystem PathDeleterImpl.swift
[292/352] Compiling FileSystem PathLinker.swift
[293/352] Compiling FileSystem PathLinkerImpl.swift
[294/352] Compiling FileSystem PathMover.swift
[295/358] Compiling TeamcityMessaging TeamcityMessageRendererImpl.swift
[296/359] Compiling Statsd StatsdMetric.swift
[297/360] Emitting module Environment
[298/360] Compiling Environment CurrentExecutableProvider.swift
[299/360] Compiling Environment EnvironmentProvider.swift
[300/360] Compiling Environment ProcessInfoCurrentExecutableProvider.swift
[301/360] Compiling Environment EnvironmentModuleDependencies.swift
[302/360] Compiling Environment Conversion.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileCreatorImpl: FileCreator {
 5 |     public struct FileCreatorError: Error, CustomStringConvertible {
 6 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         public var description: String {
 8 |             "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 2 | import Foundation
 3 |
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileCreatorImpl: FileCreator {
 5 |     public struct FileCreatorError: Error, CustomStringConvertible {
 6 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         public var description: String {
 8 |             "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 2 | import Foundation
 3 |
[305/362] Compiling FileSystem FileAppender.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileCreatorImpl: FileCreator {
 5 |     public struct FileCreatorError: Error, CustomStringConvertible {
 6 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         public var description: String {
 8 |             "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 2 | import Foundation
 3 |
[306/362] Compiling FileSystem FileAppenderImpl.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileCreatorImpl: FileCreator {
 5 |     public struct FileCreatorError: Error, CustomStringConvertible {
 6 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         public var description: String {
 8 |             "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 2 | import Foundation
 3 |
[307/362] Compiling FileSystem FileCreator.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileCreatorImpl: FileCreator {
 5 |     public struct FileCreatorError: Error, CustomStringConvertible {
 6 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         public var description: String {
 8 |             "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 2 | import Foundation
 3 |
[308/362] Compiling FileSystem FileCreatorImpl.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileCreatorImpl: FileCreator {
 5 |     public struct FileCreatorError: Error, CustomStringConvertible {
 6 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         public var description: String {
 8 |             "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 2 | import Foundation
 3 |
[309/362] Compiling FileSystem FileExistenceChecker.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileCreatorImpl: FileCreator {
 5 |     public struct FileCreatorError: Error, CustomStringConvertible {
 6 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         public var description: String {
 8 |             "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 2 | import Foundation
 3 |
[310/362] Compiling FileSystem FilePropertiesProvider.swift
[311/362] Compiling FileSystem FilePropertiesProviderImpl.swift
[312/362] Compiling FileSystem FileSystem.swift
[313/362] Compiling FileSystem ContentEnumerationStyle.swift
[314/362] Compiling FileSystem FileSystemEnumeratorFactory.swift
[315/362] Compiling FileSystem FileSystemEnumeratorFactoryImpl.swift
[316/362] Compiling FileSystem FileSystemPropertiesProvider.swift
[317/362] Compiling FileSystem FileSystemPropertiesProviderImpl.swift
[318/362] Compiling FileSystem FileToucher.swift
[319/362] Compiling FileSystem FileToucherImpl.swift
[320/362] Compiling FileSystem LocalFileSystem.swift
[321/362] Compiling FileSystem PathCopier.swift
[322/362] Emitting module DateProviderTestHelpers
[323/362] Compiling DateProviderTestHelpers DateProviderFixture.swift
[324/363] Compiling Environment EnvironmentKey.swift
[327/364] Compiling JSONStream NumberValidator.swift
[328/367] Emitting module FileSystem
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileReaderImpl: FileReader {
 5 |     public enum Errors: Error, CustomStringConvertible {
 6 |         case noContent(filePath: AbsolutePath)
   |              `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class FileReaderImpl: FileReader {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
 5 |     case emptyValue(
   |          `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 6 |         path: AbsolutePath,
 7 |         key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         key: URLResourceKey
 8 |     )
 9 |     case emptyFileAttributeValue(
   |          `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         path: AbsolutePath,
11 |         key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |         expectedType: Any.Type
18 |     )
19 |     case unrecognizedSymbolicLinkValue(
   |          `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |         path: AbsolutePath,
21 |         symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |     public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
 9 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         public var description: String {
11 |             "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:6:20: warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileCreatorImpl: FileCreator {
 5 |     public struct FileCreatorError: Error, CustomStringConvertible {
 6 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileCreatorError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         public var description: String {
 8 |             "Couldn't create or overwrite an existing file at: \(path)"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/FileSystem/FileCreator/FileCreatorImpl.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 2 | import Foundation
 3 |
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |     public struct RealpathError: Swift.Error, CustomStringConvertible {
18 |         public let errno: Int32
19 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 6 | #endif
 7 |
 8 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[330/367] Compiling TmpTestHelpers TmpFixtures.swift
[331/367] Emitting module TmpTestHelpers
[332/367] Compiling FileSystem DeepFollowSymlinksFileSystemEnumerator.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 |         let glob = Glob(
16 |             pattern: pattern.value,
17 |             behavior: .BashV4
   |                        `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 |         )
19 |         for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
 60 |
 61 |         // Matches Bash v4 with "shopt -s globstar" option
 62 |         public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
    |                           `- note: static property declared here
 63 |                                                  includesFilesFromRootOfGlobstar: true,
 64 |                                                  includesDirectoriesInResults: true,
[333/367] Compiling FileSystem FileSystemEnumerator.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 |         let glob = Glob(
16 |             pattern: pattern.value,
17 |             behavior: .BashV4
   |                        `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 |         )
19 |         for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
 60 |
 61 |         // Matches Bash v4 with "shopt -s globstar" option
 62 |         public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
    |                           `- note: static property declared here
 63 |                                                  includesFilesFromRootOfGlobstar: true,
 64 |                                                  includesDirectoriesInResults: true,
[334/367] Compiling FileSystem GlobFileSystemEnumerator.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 |         let glob = Glob(
16 |             pattern: pattern.value,
17 |             behavior: .BashV4
   |                        `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 |         )
19 |         for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
 60 |
 61 |         // Matches Bash v4 with "shopt -s globstar" option
 62 |         public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
    |                           `- note: static property declared here
 63 |                                                  includesFilesFromRootOfGlobstar: true,
 64 |                                                  includesDirectoriesInResults: true,
[335/367] Compiling FileSystem GlobPattern.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 |         let glob = Glob(
16 |             pattern: pattern.value,
17 |             behavior: .BashV4
   |                        `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 |         )
19 |         for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
 60 |
 61 |         // Matches Bash v4 with "shopt -s globstar" option
 62 |         public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
    |                           `- note: static property declared here
 63 |                                                  includesFilesFromRootOfGlobstar: true,
 64 |                                                  includesDirectoriesInResults: true,
[336/367] Compiling FileSystem ShallowFileSystemEnumerator.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 |         let glob = Glob(
16 |             pattern: pattern.value,
17 |             behavior: .BashV4
   |                        `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 |         )
19 |         for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
 60 |
 61 |         // Matches Bash v4 with "shopt -s globstar" option
 62 |         public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
    |                           `- note: static property declared here
 63 |                                                  includesFilesFromRootOfGlobstar: true,
 64 |                                                  includesDirectoriesInResults: true,
[337/367] Compiling FileSystem CommonlyUsedPathsProviderFactory.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 |         let glob = Glob(
16 |             pattern: pattern.value,
17 |             behavior: .BashV4
   |                        `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 |         )
19 |         for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
 60 |
 61 |         // Matches Bash v4 with "shopt -s globstar" option
 62 |         public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
    |                           `- note: static property declared here
 63 |                                                  includesFilesFromRootOfGlobstar: true,
 64 |                                                  includesDirectoriesInResults: true,
[338/367] Compiling FileSystem CommonlyUsedPathsProviderFactoryImpl.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Glob/GlobFileSystemEnumerator.swift:17:24: warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
15 |         let glob = Glob(
16 |             pattern: pattern.value,
17 |             behavior: .BashV4
   |                        `- warning: reference to static property 'BashV4' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
18 |         )
19 |         for path in glob {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:62:27: note: static property declared here
 60 |
 61 |         // Matches Bash v4 with "shopt -s globstar" option
 62 |         public static var BashV4 = Glob.Behavior(supportsGlobstar: true,
    |                           `- note: static property declared here
 63 |                                                  includesFilesFromRootOfGlobstar: true,
 64 |                                                  includesDirectoriesInResults: true,
[339/367] Compiling FileSystem FileExistenceCheckType.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
 5 |     case emptyValue(
   |          `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 6 |         path: AbsolutePath,
 7 |         key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         key: URLResourceKey
 8 |     )
 9 |     case emptyFileAttributeValue(
   |          `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         path: AbsolutePath,
11 |         key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |         expectedType: Any.Type
18 |     )
19 |     case unrecognizedSymbolicLinkValue(
   |          `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |         path: AbsolutePath,
21 |         symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |     public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
 9 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         public var description: String {
11 |             "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
 5 |     case emptyValue(
   |          `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 6 |         path: AbsolutePath,
 7 |         key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         key: URLResourceKey
 8 |     )
 9 |     case emptyFileAttributeValue(
   |          `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         path: AbsolutePath,
11 |         key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |         expectedType: Any.Type
18 |     )
19 |     case unrecognizedSymbolicLinkValue(
   |          `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |         path: AbsolutePath,
21 |         symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |     public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
 9 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         public var description: String {
11 |             "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
 5 |     case emptyValue(
   |          `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 6 |         path: AbsolutePath,
 7 |         key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         key: URLResourceKey
 8 |     )
 9 |     case emptyFileAttributeValue(
   |          `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         path: AbsolutePath,
11 |         key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |         expectedType: Any.Type
18 |     )
19 |     case unrecognizedSymbolicLinkValue(
   |          `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |         path: AbsolutePath,
21 |         symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |     public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
 9 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         public var description: String {
11 |             "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
 5 |     case emptyValue(
   |          `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 6 |         path: AbsolutePath,
 7 |         key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         key: URLResourceKey
 8 |     )
 9 |     case emptyFileAttributeValue(
   |          `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         path: AbsolutePath,
11 |         key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |         expectedType: Any.Type
18 |     )
19 |     case unrecognizedSymbolicLinkValue(
   |          `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |         path: AbsolutePath,
21 |         symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |     public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
 9 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         public var description: String {
11 |             "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
 5 |     case emptyValue(
   |          `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 6 |         path: AbsolutePath,
 7 |         key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         key: URLResourceKey
 8 |     )
 9 |     case emptyFileAttributeValue(
   |          `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         path: AbsolutePath,
11 |         key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |         expectedType: Any.Type
18 |     )
19 |     case unrecognizedSymbolicLinkValue(
   |          `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |         path: AbsolutePath,
21 |         symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |     public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
 9 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         public var description: String {
11 |             "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
[344/367] Compiling FileSystem LinuxCommonlyUsedPathsProvider.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
 5 |     case emptyValue(
   |          `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 6 |         path: AbsolutePath,
 7 |         key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         key: URLResourceKey
 8 |     )
 9 |     case emptyFileAttributeValue(
   |          `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         path: AbsolutePath,
11 |         key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |         expectedType: Any.Type
18 |     )
19 |     case unrecognizedSymbolicLinkValue(
   |          `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |         path: AbsolutePath,
21 |         symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |     public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
 9 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         public var description: String {
11 |             "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
[345/367] Compiling FileSystem DeepFileSystemEnumerator.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:5:10: warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
 5 |     case emptyValue(
   |          `- warning: associated value 'emptyValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 6 |         path: AbsolutePath,
 7 |         key: URLResourceKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public enum FilePropertiesContainerError: Error, CustomStringConvertible {
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:9:10: warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |         key: URLResourceKey
 8 |     )
 9 |     case emptyFileAttributeValue(
   |          `- warning: associated value 'emptyFileAttributeValue(path:key:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         path: AbsolutePath,
11 |         key: FileAttributeKey
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:13:10: warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |         key: FileAttributeKey
12 |     )
13 |     case mismatchingFileAttributeValueType(
   |          `- warning: associated value 'mismatchingFileAttributeValueType(path:key:value:expectedType:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 |         path: AbsolutePath,
15 |         key: FileAttributeKey,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithProperties/FilePropertiesContainerError.swift:19:10: warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |         expectedType: Any.Type
18 |     )
19 |     case unrecognizedSymbolicLinkValue(
   |          `- warning: associated value 'unrecognizedSymbolicLinkValue(path:symbolicLinkValue:)' of 'Sendable'-conforming enum 'FilePropertiesContainerError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |         path: AbsolutePath,
21 |         symbolicLinkValue: String
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:9:20: warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |     public struct CouldNotCreateEnumerator: Error, CustomStringConvertible {
 9 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'CouldNotCreateEnumerator' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
10 |         public var description: String {
11 |             "Could not create enumerator"
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/Enumeration/Deep/DeepFileSystemEnumerator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class DeepFileSystemEnumerator: FileSystemEnumerator {
[348/415] Emitting module CLTTypes
[349/415] Compiling FileSystem PathMoverImpl.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |     public struct RealpathError: Swift.Error, CustomStringConvertible {
18 |         public let errno: Int32
19 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 6 | #endif
 7 |
 8 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[350/415] Compiling FileSystem DestinationPreparer.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |     public struct RealpathError: Swift.Error, CustomStringConvertible {
18 |         public let errno: Int32
19 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 6 | #endif
 7 |
 8 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[351/415] Compiling FileSystem DefaultFileSystemPropertiesContainer.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |     public struct RealpathError: Swift.Error, CustomStringConvertible {
18 |         public let errno: Int32
19 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 6 | #endif
 7 |
 8 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[352/415] Compiling FileSystem FileSystemPropertiesContainer.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |     public struct RealpathError: Swift.Error, CustomStringConvertible {
18 |         public let errno: Int32
19 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 6 | #endif
 7 |
 8 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[353/415] Compiling FileSystem RealpathProvider.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |     public struct RealpathError: Swift.Error, CustomStringConvertible {
18 |         public let errno: Int32
19 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 6 | #endif
 7 |
 8 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[354/415] Compiling FileSystem RealpathProviderImpl.swift
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:19:20: warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
17 |     public struct RealpathError: Swift.Error, CustomStringConvertible {
18 |         public let errno: Int32
19 |         public let path: AbsolutePath
   |                    `- warning: stored property 'path' of 'Sendable'-conforming struct 'RealpathError' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
20 |
21 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/Files/RealPathProvider/RealpathProviderImpl.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 6 | #endif
 7 |
 8 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 9 |
10 | /// Resolves all symbolic links, extra "/" characters, and references to /./
[355/415] Compiling Console LogComponentRenderer.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileReaderImpl: FileReader {
 5 |     public enum Errors: Error, CustomStringConvertible {
 6 |         case noContent(filePath: AbsolutePath)
   |              `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class FileReaderImpl: FileReader {
[356/415] Compiling Console LogComponentState.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileReaderImpl: FileReader {
 5 |     public enum Errors: Error, CustomStringConvertible {
 6 |         case noContent(filePath: AbsolutePath)
   |              `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class FileReaderImpl: FileReader {
[357/415] Compiling Console ANSIConsoleHandler+LogStream.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileReaderImpl: FileReader {
 5 |     public enum Errors: Error, CustomStringConvertible {
 6 |         case noContent(filePath: AbsolutePath)
   |              `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class FileReaderImpl: FileReader {
[358/415] Compiling Console LogStreamComponent.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileReaderImpl: FileReader {
 5 |     public enum Errors: Error, CustomStringConvertible {
 6 |         case noContent(filePath: AbsolutePath)
   |              `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class FileReaderImpl: FileReader {
[359/415] Compiling Console LogStreamComponentRenderer.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileReaderImpl: FileReader {
 5 |     public enum Errors: Error, CustomStringConvertible {
 6 |         case noContent(filePath: AbsolutePath)
   |              `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class FileReaderImpl: FileReader {
[360/415] Compiling Console LogStreamComponentState.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileReaderImpl: FileReader {
 5 |     public enum Errors: Error, CustomStringConvertible {
 6 |         case noContent(filePath: AbsolutePath)
   |              `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class FileReaderImpl: FileReader {
[361/415] Compiling Console ANSI.swift
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:6:14: warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 4 | public final class FileReaderImpl: FileReader {
 5 |     public enum Errors: Error, CustomStringConvertible {
 6 |         case noContent(filePath: AbsolutePath)
   |              `- warning: associated value 'noContent(filePath:)' of 'Sendable'-conforming enum 'Errors' has non-sendable type 'AbsolutePath'; this is an error in the Swift 6 language mode
 7 |
 8 |         public var description: String {
/host/spi-builder-workspace/Sources/PathLib/AbsolutePath.swift:3:20: note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public final class AbsolutePath:
    |                    `- note: class 'AbsolutePath' does not conform to the 'Sendable' protocol
  4 |     Path,
  5 |     Codable,
/host/spi-builder-workspace/Sources/FileSystem/File/WorkingWithContents/FileReader/FileReaderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 1 | import Foundation
 2 | import PathLib
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PathLib'
 3 |
 4 | public final class FileReaderImpl: FileReader {
[362/416] Compiling CLTTypes HttpAuthorizationScheme.swift
[363/416] Compiling CLTTypes Credentials.swift
[364/417] Compiling MetricsRecording MutableMetricRecorder.swift
[365/417] Compiling MetricsRecording TimeMeasurer.swift
[367/417] Compiling MetricsRecording NoOpMetricHandler.swift
[368/417] Emitting module JSONStream
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:5:10: warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
3 | /// Unit tests should cover edges cases to ensure these errors won't happen.
4 | enum JSONReaderFatalError: Error {
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:5:10: warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
3 | /// Unit tests should cover edges cases to ensure these errors won't happen.
4 | enum JSONReaderFatalError: Error {
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'arrayCannotHaveKeys(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:6:10: warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
4 | enum JSONReaderFatalError: Error {
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
8 | }
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:6:10: warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
4 | enum JSONReaderFatalError: Error {
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'objectMustHaveKey(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
8 | }
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:7:10: warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
8 | }
9 |
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderFatalError.swift:7:10: warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
5 |     case arrayCannotHaveKeys(parent: ParsingContext, child: ParsingContext)
6 |     case objectMustHaveKey(parent: ParsingContext, child: ParsingContext)
7 |     case unhandledContextCombination(parent: ParsingContext, child: ParsingContext)
  |          `- warning: associated value 'unhandledContextCombination(parent:child:)' of 'Sendable'-conforming enum 'JSONReaderFatalError' has non-sendable type 'ParsingContext'; this is an error in the Swift 6 language mode
8 | }
9 |
/host/spi-builder-workspace/Sources/JSONStream/JSONReaderContext.swift:12:6: note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
10 | }
11 |
12 | enum ParsingContext: CustomStringConvertible {
   |      `- note: consider making enum 'ParsingContext' conform to the 'Sendable' protocol
13 |     case root
14 |     case inObject(key: String?, storage: NSMutableDictionary)
[374/418] Compiling MetricsRecording MetricRecorder.swift
[375/418] Compiling MetricsRecording MetricRecorderImpl.swift
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:24:13: warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 5 | // swiftlint:disable async
 6 | // swiftlint:disable sync
 7 | public final class MetricRecorderImpl: MutableMetricRecorder {
   |                    `- note: class 'MetricRecorderImpl' does not conform to the 'Sendable' protocol
 8 |     private var graphiteMetricHandler: GraphiteMetricHandler
 9 |     private var statsdMetricHandler: StatsdMetricHandler
   :
22 |     public func setGraphiteMetric(handler: GraphiteMetricHandler) {
23 |         queue.async { [weak self] in
24 |             self?.graphiteMetricHandler.tearDown(timeout: 10)
   |             `- warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
25 |             self?.graphiteMetricHandler = handler
26 |         }
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:25:43: warning: capture of 'handler' with non-sendable type 'any GraphiteMetricHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
23 |         queue.async { [weak self] in
24 |             self?.graphiteMetricHandler.tearDown(timeout: 10)
25 |             self?.graphiteMetricHandler = handler
   |                                           `- warning: capture of 'handler' with non-sendable type 'any GraphiteMetricHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
26 |         }
27 |     }
/host/spi-builder-workspace/Sources/Graphite/GraphiteMetricHandler.swift:3:17: note: protocol 'GraphiteMetricHandler' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public protocol GraphiteMetricHandler {
  |                 `- note: protocol 'GraphiteMetricHandler' does not conform to the 'Sendable' protocol
4 |     func handle(metric: GraphiteMetric)
5 |     func tearDown(timeout: TimeInterval)
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Graphite'
 1 | import Foundation
 2 | import Graphite
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Graphite'
 3 | import Statsd
 4 |
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:31:13: warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 5 | // swiftlint:disable async
 6 | // swiftlint:disable sync
 7 | public final class MetricRecorderImpl: MutableMetricRecorder {
   |                    `- note: class 'MetricRecorderImpl' does not conform to the 'Sendable' protocol
 8 |     private var graphiteMetricHandler: GraphiteMetricHandler
 9 |     private var statsdMetricHandler: StatsdMetricHandler
   :
29 |     public func setStatsdMetric(handler: StatsdMetricHandler) {
30 |         queue.async { [weak self] in
31 |             self?.statsdMetricHandler.tearDown(timeout: 10)
   |             `- warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
32 |             self?.statsdMetricHandler = handler
33 |         }
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:32:41: warning: capture of 'handler' with non-sendable type 'any StatsdMetricHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
30 |         queue.async { [weak self] in
31 |             self?.statsdMetricHandler.tearDown(timeout: 10)
32 |             self?.statsdMetricHandler = handler
   |                                         `- warning: capture of 'handler' with non-sendable type 'any StatsdMetricHandler' in a `@Sendable` closure; this is an error in the Swift 6 language mode
33 |         }
34 |     }
/host/spi-builder-workspace/Sources/Statsd/StatsdMetricHandler.swift:3:17: note: protocol 'StatsdMetricHandler' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public protocol StatsdMetricHandler {
  |                 `- note: protocol 'StatsdMetricHandler' does not conform to the 'Sendable' protocol
4 |     func handle(metric: StatsdMetric)
5 |     func tearDown(timeout: TimeInterval)
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Statsd'
 1 | import Foundation
 2 | import Graphite
 3 | import Statsd
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Statsd'
 4 |
 5 | // swiftlint:disable async
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:38:13: warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 5 | // swiftlint:disable async
 6 | // swiftlint:disable sync
 7 | public final class MetricRecorderImpl: MutableMetricRecorder {
   |                    `- note: class 'MetricRecorderImpl' does not conform to the 'Sendable' protocol
 8 |     private var graphiteMetricHandler: GraphiteMetricHandler
 9 |     private var statsdMetricHandler: StatsdMetricHandler
   :
36 |     public func capture(_ metric: GraphiteMetric) {
37 |         queue.async { [weak self] in
38 |             self?.graphiteMetricHandler.handle(metric: metric)
   |             `- warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 |         }
40 |     }
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:38:56: warning: capture of 'metric' with non-sendable type 'GraphiteMetric' in a `@Sendable` closure; this is an error in the Swift 6 language mode
36 |     public func capture(_ metric: GraphiteMetric) {
37 |         queue.async { [weak self] in
38 |             self?.graphiteMetricHandler.handle(metric: metric)
   |                                                        `- warning: capture of 'metric' with non-sendable type 'GraphiteMetric' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 |         }
40 |     }
/host/spi-builder-workspace/Sources/Graphite/GraphiteMetric.swift:4:15: note: struct 'GraphiteMetric' does not conform to the 'Sendable' protocol
 2 | import MetricsUtils
 3 |
 4 | public struct GraphiteMetric: CustomStringConvertible, Equatable, Hashable, Codable {
   |               `- note: struct 'GraphiteMetric' does not conform to the 'Sendable' protocol
 5 |     /// Components that form a fully qualified name of a metric.
 6 |     public let components: [String]
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:44:13: warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 5 | // swiftlint:disable async
 6 | // swiftlint:disable sync
 7 | public final class MetricRecorderImpl: MutableMetricRecorder {
   |                    `- note: class 'MetricRecorderImpl' does not conform to the 'Sendable' protocol
 8 |     private var graphiteMetricHandler: GraphiteMetricHandler
 9 |     private var statsdMetricHandler: StatsdMetricHandler
   :
42 |     public func capture(_ metric: StatsdMetric) {
43 |         queue.async { [weak self] in
44 |             self?.statsdMetricHandler.handle(metric: metric)
   |             `- warning: capture of 'self' with non-sendable type 'MetricRecorderImpl?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
45 |         }
46 |     }
/host/spi-builder-workspace/Sources/MetricsRecording/MetricRecorderImpl.swift:44:54: warning: capture of 'metric' with non-sendable type 'StatsdMetric' in a `@Sendable` closure; this is an error in the Swift 6 language mode
42 |     public func capture(_ metric: StatsdMetric) {
43 |         queue.async { [weak self] in
44 |             self?.statsdMetricHandler.handle(metric: metric)
   |                                                      `- warning: capture of 'metric' with non-sendable type 'StatsdMetric' in a `@Sendable` closure; this is an error in the Swift 6 language mode
45 |         }
46 |     }
/host/spi-builder-workspace/Sources/Statsd/StatsdMetric.swift:5:15: note: struct 'StatsdMetric' does not conform to the 'Sendable' protocol
 3 |
 4 | // https://github.com/statsd/statsd/blob/master/docs/metric_types.md
 5 | public struct StatsdMetric: CustomStringConvertible, Hashable, Codable {
   |               `- note: struct 'StatsdMetric' does not conform to the 'Sendable' protocol
 6 |     public enum Value: Hashable, Codable {
 7 |         case gauge(Int)
[376/418] Emitting module MetricsRecording
[379/469] Compiling PlistLib RootPlistEntry.swift
[380/470] Compiling Alamofire ParameterEncoding.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[381/470] Compiling Alamofire Protected.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[382/470] Compiling Alamofire RedirectHandler.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[383/470] Compiling Alamofire Request.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[384/470] Compiling Alamofire RequestInterceptor.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[385/470] Compiling Alamofire RequestTaskMap.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[386/479] Compiling PlistLib PlistReaderImpl.swift
[387/479] Compiling PlistLib PlistReader.swift
[388/479] Compiling FileSystemTestHelpers FileSystemTestHelpers.swift
[389/479] Compiling FileSystemTestHelpers FakeFileSystemEnumerator.swift
[390/483] Compiling FileSystemTestHelpers FakeFileSystemPropertiesContainer.swift
[391/483] Compiling FileSystemTestHelpers FakeThrowingProperty.swift
[392/483] Emitting module FileSystemTestHelpers
[393/483] Compiling Console ConsoleHandler.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[394/483] Compiling Console ConsoleStyle.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[395/483] Compiling Console ConsoleSystem.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[396/483] Compiling Console ConsoleText.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[397/483] Compiling Console ConsoleTextFragment.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[398/483] Compiling Alamofire Response.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[399/483] Compiling Alamofire ResponseSerialization.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[400/483] Compiling Alamofire Result+Alamofire.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[401/483] Compiling Alamofire RetryPolicy.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[402/483] Compiling Alamofire ServerTrustEvaluation.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[403/483] Compiling Alamofire Session.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[404/483] Compiling Alamofire SessionDelegate.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[405/483] Compiling Alamofire StringEncoding+Alamofire.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[406/483] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[407/483] Compiling Console ANSIConsoleHandler+Select.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[408/483] Emitting module KibanaModels
[409/483] Compiling KibanaModels KibanaConfiguration.swift
[410/483] Compiling MetricsTestHelpers Metric+TestCompare.swift
[411/483] Compiling MetricsTestHelpers NoOpMetricRecorder.swift
[412/483] Compiling MetricsTestHelpers FakeMetricHandler.swift
[413/484] Compiling PlistLib PlistEntry+Access.swift
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:8:14: warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
  6 |
  7 |     enum PlistEntryError: CustomStringConvertible, Error {
  8 |         case typeMismatch(PlistEntry, expectedType: Any)
    |              `- warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
  9 |         case noObjectForKey(entry: PlistEntry, key: String)
 10 |
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry.swift:3:22: note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public indirect enum PlistEntry: CustomStringConvertible, Equatable {
   |                      `- note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
 4 |     case array([PlistEntry?])
 5 |     case bool(Bool)
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:8:14: warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  6 |
  7 |     enum PlistEntryError: CustomStringConvertible, Error {
  8 |         case typeMismatch(PlistEntry, expectedType: Any)
    |              `- warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  9 |         case noObjectForKey(entry: PlistEntry, key: String)
 10 |
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:9:14: warning: associated value 'noObjectForKey(entry:key:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
  7 |     enum PlistEntryError: CustomStringConvertible, Error {
  8 |         case typeMismatch(PlistEntry, expectedType: Any)
  9 |         case noObjectForKey(entry: PlistEntry, key: String)
    |              `- warning: associated value 'noObjectForKey(entry:key:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
 10 |
 11 |         public var description: String {
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry.swift:3:22: note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public indirect enum PlistEntry: CustomStringConvertible, Equatable {
   |                      `- note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
 4 |     case array([PlistEntry?])
 5 |     case bool(Bool)
[414/484] Emitting module MetricsTestHelpers
[415/484] Compiling FileSystemTestHelpers FakeFilePropertiesContainer.swift
[416/484] Compiling PlistLib PlistEntry.swift
[417/484] Emitting module PlistLib
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:33:14: warning: associated value 'unexpectedTypeOfRootObject' of 'Sendable'-conforming enum 'UnexpectedTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 | extension RootPlistEntry {
 32 |     public enum UnexpectedTypeError: CustomStringConvertible, Error {
 33 |         case unexpectedTypeOfRootObject(Any)
    |              `- warning: associated value 'unexpectedTypeOfRootObject' of 'Sendable'-conforming enum 'UnexpectedTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |
 35 |         public var description: String {
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:59:10: warning: associated value 'keyIsNotTypeOfString(actualKey:)' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 57 |
 58 | public enum PlistReadError: Error {
 59 |     case keyIsNotTypeOfString(actualKey: Any)
    |          `- warning: associated value 'keyIsNotTypeOfString(actualKey:)' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 60 |     case unrecognizedValue(Any)
 61 | }
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:60:10: warning: associated value 'unrecognizedValue' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 58 | public enum PlistReadError: Error {
 59 |     case keyIsNotTypeOfString(actualKey: Any)
 60 |     case unrecognizedValue(Any)
    |          `- warning: associated value 'unrecognizedValue' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 61 | }
 62 |
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:8:14: warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
  6 |
  7 |     enum PlistEntryError: CustomStringConvertible, Error {
  8 |         case typeMismatch(PlistEntry, expectedType: Any)
    |              `- warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
  9 |         case noObjectForKey(entry: PlistEntry, key: String)
 10 |
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry.swift:3:22: note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public indirect enum PlistEntry: CustomStringConvertible, Equatable {
   |                      `- note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
 4 |     case array([PlistEntry?])
 5 |     case bool(Bool)
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:8:14: warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  6 |
  7 |     enum PlistEntryError: CustomStringConvertible, Error {
  8 |         case typeMismatch(PlistEntry, expectedType: Any)
    |              `- warning: associated value 'typeMismatch(_:expectedType:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  9 |         case noObjectForKey(entry: PlistEntry, key: String)
 10 |
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry+Access.swift:9:14: warning: associated value 'noObjectForKey(entry:key:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
  7 |     enum PlistEntryError: CustomStringConvertible, Error {
  8 |         case typeMismatch(PlistEntry, expectedType: Any)
  9 |         case noObjectForKey(entry: PlistEntry, key: String)
    |              `- warning: associated value 'noObjectForKey(entry:key:)' of 'Sendable'-conforming enum 'PlistEntryError' has non-sendable type 'PlistEntry'; this is an error in the Swift 6 language mode
 10 |
 11 |         public var description: String {
/host/spi-builder-workspace/Sources/PlistLib/PlistEntry.swift:3:22: note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public indirect enum PlistEntry: CustomStringConvertible, Equatable {
   |                      `- note: consider making enum 'PlistEntry' conform to the 'Sendable' protocol
 4 |     case array([PlistEntry?])
 5 |     case bool(Bool)
[418/484] Compiling PlistLib Plist.swift
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:33:14: warning: associated value 'unexpectedTypeOfRootObject' of 'Sendable'-conforming enum 'UnexpectedTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 | extension RootPlistEntry {
 32 |     public enum UnexpectedTypeError: CustomStringConvertible, Error {
 33 |         case unexpectedTypeOfRootObject(Any)
    |              `- warning: associated value 'unexpectedTypeOfRootObject' of 'Sendable'-conforming enum 'UnexpectedTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |
 35 |         public var description: String {
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:59:10: warning: associated value 'keyIsNotTypeOfString(actualKey:)' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 57 |
 58 | public enum PlistReadError: Error {
 59 |     case keyIsNotTypeOfString(actualKey: Any)
    |          `- warning: associated value 'keyIsNotTypeOfString(actualKey:)' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 60 |     case unrecognizedValue(Any)
 61 | }
/host/spi-builder-workspace/Sources/PlistLib/Plist.swift:60:10: warning: associated value 'unrecognizedValue' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 58 | public enum PlistReadError: Error {
 59 |     case keyIsNotTypeOfString(actualKey: Any)
 60 |     case unrecognizedValue(Any)
    |          `- warning: associated value 'unrecognizedValue' of 'Sendable'-conforming enum 'PlistReadError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 61 | }
 62 |
[419/484] Compiling PlistLib PlistLibModuleDependencies.swift
[420/485] Compiling FileSystemTestHelpers FakeFileReader.swift
[421/485] Compiling FileSystemTestHelpers FakeFileSystem.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[423/487] Emitting module Console
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[425/487] Compiling Alamofire MultipartUpload.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[426/487] Compiling Alamofire NetworkReachabilityManager.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[427/487] Compiling Alamofire Notifications.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[428/487] Compiling Alamofire OperationQueue+Alamofire.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[429/487] Compiling Alamofire ParameterEncoder.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[432/487] Compiling Kibana KibanaHttpEndpoint.swift
[433/487] Compiling Kibana KibanaClient.swift
[434/487] Emitting module Kibana
[435/487] Compiling Kibana HttpKibanaClient.swift
/host/spi-builder-workspace/Sources/Kibana/HttpKibanaClient.swift:81:13: warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
79 |
80 |         let task = urlSession.dataTask(with: request) { _, _, error in
81 |             completion(error)
   |             |- warning: capture of 'completion' with non-sendable type '((any Error)?) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
82 |         }
83 |         task.resume()
[436/488] Compiling Console ConsoleModuleDependencies.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[437/488] Compiling Console TeamcityConsoleHandler.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[438/488] Compiling Console ReadWriteLock.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[439/488] Compiling Console StdioOutputStream.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[440/488] Compiling Console String+Symbols.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[442/488] Compiling ArgumentParserToolInfo ToolInfo.swift
[443/488] Emitting module ArgumentParserToolInfo
[445/529] Compiling XcodeLocator ApplicationPlistReader.swift
[446/541] Compiling XcodeLocator XcodeApplicationVerifierImpl.swift
[447/542] Emitting module UserDefaultsLib
[448/542] Compiling XcodeLocator XcodeLocator.swift
[449/542] Compiling XcodeLocator XcodeApplicationVerifier.swift
[450/542] Emitting module XcodeLocator
[451/542] Compiling ArgumentParser OptionGroup.swift
[452/542] Compiling ArgumentParser AsyncParsableCommand.swift
[453/542] Compiling XcodeLocator XcodeLocatorModuleDependencies.swift
[454/542] Compiling XcodeLocator ApplicationPlistReaderImpl.swift
[455/542] Compiling UserDefaultsLib Defaults.swift
[456/542] Compiling UserDefaultsLib SystemDefaults.swift
[457/543] Compiling XcodeLocator XcodeLocatorImpl.swift
[459/544] Emitting module KibanaTestHelpers
[460/544] Compiling KibanaTestHelpers FakeKibanaClient.swift
[462/545] Compiling ArgumentParser ArgumentHelp.swift
[463/545] Compiling ArgumentParser ArgumentVisibility.swift
[464/545] Compiling ArgumentParser CompletionKind.swift
[465/545] Compiling ArgumentParser Errors.swift
[466/545] Compiling ArgumentParser Flag.swift
[468/551] Emitting module UserDefaultsLibTestHelpers
[469/551] Compiling UserDefaultsLibTestHelpers FakeDefaults.swift
[471/552] Compiling ArgumentParser Parsed.swift
[472/552] Compiling ArgumentParser ParsedValues.swift
[473/552] Compiling ArgumentParser ParserError.swift
[474/552] Compiling ArgumentParser SplitArguments.swift
[475/552] Emitting module ArgumentParser
[476/557] Compiling ArgumentParser CommandParser.swift
[477/557] Compiling ArgumentParser InputKey.swift
[478/557] Compiling ArgumentParser InputOrigin.swift
[479/557] Compiling ArgumentParser Name.swift
[480/557] Emitting module Alamofire
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[483/557] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[484/557] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[485/557] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[486/557] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[487/557] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[488/557] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[489/557] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
[490/557] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
/host/spi-builder-workspace/Sources/Console/ANSI/ANSITerminal.swift:1:8: error: no such module 'Darwin'
  1 | import Darwin
    |        `- error: no such module 'Darwin'
  2 | import SignalHandling
  3 |
BUILD FAILURE 6.0 linux